Age | Commit message (Expand) | Author |
2002-01-26 | Added -rawlog <file> option to /CONNECT and /SERVER, so you can get the | Timo Sirainen |
2002-01-25 | /SERVER ADD -noproxy wasn't saved to config | Timo Sirainen |
2002-01-24 | /SERVER ADD: added -noproxy option and -proxy which just removes the | Timo Sirainen |
2002-01-24 | Fixed a small memory leak when connected to same network twice. | Timo Sirainen |
2002-01-22 | last commit was only partial :) | Timo Sirainen |
2002-01-22 | Never reconnect immediately to server when server is being disconnected - | Timo Sirainen |
2002-01-22 | Added /SET proxy_string_after setting which gets sent after NICK/USER, bnc | Timo Sirainen |
2002-01-20 | Added -before and -after options to /LASTLOG. You can also use | Timo Sirainen |
2002-01-20 | Autosaving settings and autoflushing write buffer might have stopped from | Timo Sirainen |
2002-01-19 | Added -noproxy option to /CONNECT and /SERVER. | Timo Sirainen |
2002-01-15 | Removed module_data from NICK_REC. It's not used for anything and just takes ... | Timo Sirainen |
2002-01-12 | Settings names are now case-insensitive. | Timo Sirainen |
2002-01-11 | Whops, didn't actually fix the connection_lost :) | Timo Sirainen |
2002-01-11 | When commands were being parsed, the currectly active server should have been... | Timo Sirainen |
2002-01-08 | Changed level HILIGHT -> HILIGHTS. | Timo Sirainen |
2002-01-04 | the same #ifdef { parsing problem.. | Timo Sirainen |
2002-01-04 | moved the two { chars inside #ifdef #else #endif to one { outside it, so it w... | Timo Sirainen |
2002-01-04 | Use static arrays, so it works with non-ansi C compilers. | Timo Sirainen |
2002-01-02 | server_disconnect() should do nothing if you call it twice, especially it | Timo Sirainen |
2001-12-31 | Accidentally had committed a debug thing. | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-12-16 | Leading zeros didn't work well in IRSSI_VERSION_TIME. | Timo Sirainen |
2001-12-15 | Added $versiontime and Irssi::version_time() | Timo Sirainen |
2001-12-15 | IRSSI_VERSION_DATE is now a number, so you can do #iffing with it | Timo Sirainen |
2001-12-14 | net_listen(): when socket() failed because we tried to use IPv6, we should | Timo Sirainen |
2001-12-14 | Added reference counting to server record. At least now we don't accidentally | Timo Sirainen |
2001-12-09 | Better support for halfops, patch by yathen@web.de | Timo Sirainen |
2001-12-09 | Regexp-ignores weren't compiled at startup - thanks to Manoj Kasichainula | Timo Sirainen |
2001-12-07 | $!xx! history search didn't work because history_func() got also the | Timo Sirainen |
2001-12-06 | /IRCNET ADD -usermode option added. | Timo Sirainen |
2001-12-06 | /UPGRADE broke reconnections to server. | Timo Sirainen |
2001-12-01 | /UPGRADE shouldn't begin server reconnections in old client. | Timo Sirainen |
2001-11-29 | command_unbind() - don't crash if trying to unbind a command not registered | Timo Sirainen |
2001-11-25 | /UPGRADE: when trying to restore connection to server of which chat | Timo Sirainen |
2001-11-25 | /UPGRADE: Irssi no longer asks for /NAMES list from server when | Timo Sirainen |
2001-11-25 | Doing /RECONNECT while server was still being connected to, irssi | Timo Sirainen |
2001-11-21 | /FOREACH QUERY did actually same as /FOREACH CHANNEL :) | Timo Sirainen |
2001-11-20 | Still forgot to add pidwait_get_pids() here. | Timo Sirainen |
2001-11-20 | added function pidwait_get_pids() which session.c uses - forgot to commit | Timo Sirainen |
2001-11-20 | --session broke --help output | Timo Sirainen |
2001-11-20 | /UPGRADE: waited pids are now transferred to new client so we don't leave | Timo Sirainen |
2001-11-20 | using signal_add() instead of signal_add_first() again. the ..first() wasn't | Timo Sirainen |
2001-11-20 | /UPGRADE: --home and --config parameters weren't passed to new irssi. | Timo Sirainen |
2001-11-20 | Typobugfix. | Timo Sirainen |
2001-11-20 | /UPGRADE now saves the session, disconnects the servers so that the socket | Timo Sirainen |
2001-11-20 | /UPGRADE: server command queue is now flushed to make sure everything | Timo Sirainen |
2001-11-20 | Added net_sendbuffer_flush() for flushing the buffer. | Timo Sirainen |
2001-11-19 | Don't break if /CHANNEL ADD -bots list has bots separated with more than | Timo Sirainen |
2001-11-19 | grab the "send command" event with signal_add_first(). | Timo Sirainen |
2001-11-19 | eval_special_string() : spaces are now ignored after ';' separator (so | Timo Sirainen |