Age | Commit message (Expand) | Author |
2001-10-14 | delete_previous_word and delete_next_word now deletes only until | Timo Sirainen |
2001-10-14 | $winname expando didn't change on "window changed" signal. | Timo Sirainen |
2001-10-14 | Window-statusbars are created correctly with /RELOAD, some input line | Timo Sirainen |
2001-10-14 | Resizing terminal works now properly, also sends "terminal resized" signal | Timo Sirainen |
2001-10-14 | Reversed text (^V) works again. | Timo Sirainen |
2001-10-14 | fallback to sb_background in theme if no other statusbar background settings | Timo Sirainen |
2001-10-14 | $usermode's "user mode changed" signal had wrong argument check (server vs. | Timo Sirainen |
2001-10-14 | Irssi::timeout_add() and Irssi::input_add() now accepts any type of variable | Timo Sirainen |
2001-10-13 | When active input line was destroyed, irssi didn't set active_entry to NULL. | Timo Sirainen |
2001-10-13 | Configurable statusbar - see default config file (irssi.conf) for example | Timo Sirainen |
2001-10-13 | "extern const char *default_config;" - some other parts of irssi might want | Timo Sirainen |
2001-10-02 | Added MODULE_DATA_UNSET() macro and started using it. Just to make sure we | Timo Sirainen |
2001-10-01 | Use the nick as target when printing notify messages, so they go to query win... | Timo Sirainen |
2001-10-01 | /SET translation was broken - fixed by lam@e-gate.pl. | Timo Sirainen |
2001-09-23 | added expando_get_signals() and special_vars_get_signals() to return list | Timo Sirainen |
2001-09-22 | channel_create() wasn't called properly | Timo Sirainen |
2001-09-22 | added config_node_first() function to get the first non-comment node. | Timo Sirainen |
2001-09-22 | config_node_next() - Returns the next non-comment node in list. Use this | Timo Sirainen |
2001-09-22 | /SET translation now says if there were any errors | Timo Sirainen |
2001-09-21 | bind_key format updated. Doesn't truncate the key now. | Timo Sirainen |
2001-09-20 | When using /SET hostname ipv6:address, replace the ':' char with '_' so it | Timo Sirainen |
2001-09-20 | PARAMS -> ARGS fix again.. | Timo Sirainen |
2001-09-20 | s/PARAM_FLAGS_ONLY_PARAMS/PARAM_FLAG_ONLY_ARGS/ since they're called | Timo Sirainen |
2001-09-20 | $*, $~ and $-n should still work with PARAM_FLAG_ONLY_PARAMS. | Timo Sirainen |
2001-09-20 | special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it so | Timo Sirainen |
2001-09-20 | perl_signal_remove() didn't work. | Timo Sirainen |
2001-09-18 | "Unknown chat network" error now tells to create it with /IRCNET ADD | Timo Sirainen |
2001-09-17 | Print the log's expanded file name when complaining about not being able to | Timo Sirainen |
2001-09-13 | ..the same fix.. | Timo Sirainen |
2001-09-13 | Don't crash if the IRC server doesn't print your nick in /NAMES list after | Timo Sirainen |
2001-09-12 | The new /SET dcc_port range didn't work properly.. | Timo Sirainen |
2001-09-11 | /BIND ^W-1 was treated as ^W + '-' + '1', not as ^W + '1'.. | Timo Sirainen |
2001-09-11 | escape_target() didn't escape / chars properly, it just crashed irssi.. | Timo Sirainen |
2001-09-11 | It's now possible to stop single character /BINDs from printing to input | Timo Sirainen |
2001-09-11 | Server notices shouldn't contain target field when printing it, it's always | Timo Sirainen |
2001-09-11 | autolog: target name is now always lowercased with irc protocol. | Timo Sirainen |
2001-09-11 | /LOAD fixes for modules with no core part, and /LOAD ~/... | Timo Sirainen |
2001-09-11 | Added option /SET channel_sync - if disabled irssi disables the channel | Timo Sirainen |
2001-09-10 | /SET dcc_port accepts now port range (eg. "10000 20000") | Timo Sirainen |
2001-09-10 | /SET override_coredump_limit - sets core file size to unlimited if set ON | Timo Sirainen |
2001-09-10 | Disabled using idcok() which caused redrawing problems with netbsd. | Timo Sirainen |
2001-09-09 | Restoring split windows layout didn't work properly (didn't I already commit | Timo Sirainen |
2001-09-09 | /WINDOW MOVE UP|DOWN might have crashed. | Timo Sirainen |
2001-09-08 | /WINDOW ITEM MOVE didn't work properly if there was space after parameter | Timo Sirainen |
2001-09-08 | Loading modules that didn't have "core" part didn't work (eg. irc_proxy). | Timo Sirainen |
2001-09-06 | Use only the first word from username when sending it to server. | Timo Sirainen |
2001-08-31 | mainwindow_set_size() called mainwindow_shrink() improperly. | Timo Sirainen |
2001-08-31 | Expando lookup crashed with hi-ascii chars. | Timo Sirainen |
2001-08-31 | Print the server tag in "query started" messages with query->server_tag, not | Timo Sirainen |
2001-08-28 | Added command /RESIZE for resizing the terminal when SIGWINCH isn't supported. | Timo Sirainen |