Age | Commit message (Expand) | Author |
2002-01-17 | When creating a file for DCC download, make sure we won't run into any race | Timo Sirainen |
2002-01-12 | Don't try to set alternate_nick to any default value, it's not very useful | Timo Sirainen |
2002-01-10 | Purge the commands in queue for channel if you get kicked from there. | Timo Sirainen |
2002-01-10 | Changed again behaviour of resetting user modes when reconnecting to server, | Timo Sirainen |
2002-01-10 | Actions are now sent in "ctcp action" signal which is never ignored. "ctcp | Timo Sirainen |
2002-01-09 | irc_send_cmd() now doesn't call server_disconnect(), but rather just mark | Timo Sirainen |
2002-01-09 | Added "message dcc xxx" signals for printing DCC messages. | Timo Sirainen |
2002-01-02 | server_disconnect() should do nothing if you call it twice, especially it | Timo Sirainen |
2001-12-31 | Abort joins on 442-numeric that dalnet sends when you can't join to channel | Timo Sirainen |
2001-12-27 | argh, typofix :) | Timo Sirainen |
2001-12-27 | Added an extra check to make sure nothing bad happens.. | Timo Sirainen |
2001-12-22 | Check that the nick doesn't get added twice to nicklist, seems to happen some... | Timo Sirainen |
2001-12-17 | mode +d is now also treated as having argument (hybrid 7 / dancer realname ban) | Timo Sirainen |
2001-12-15 | Better support for actions and CTCPs. | Timo Sirainen |
2001-12-14 | Redirections were broken if server_redirect_event() didn't list the stop | Timo Sirainen |
2001-12-14 | Fixed some asserts. | Timo Sirainen |
2001-12-14 | Added reference counting to server record. At least now we don't accidentally | Timo Sirainen |
2001-12-14 | bugfix for previous fix :) | Timo Sirainen |
2001-12-14 | e/I/O/q mode changes shouldn't change the visible channel mode. | Timo Sirainen |
2001-12-11 | User mode changes weren't visible. | Timo Sirainen |
2001-12-11 | Fixed a memory leak + some cleanups | Timo Sirainen |
2001-12-10 | Netsplit saved the NICK_REC, but didn't save the dynamically allocated strings | Timo Sirainen |
2001-12-09 | Better support for halfops, patch by yathen@web.de | Timo Sirainen |
2001-12-07 | server_redirect_peek_signal() now contains int *redirected parameter which | Timo Sirainen |
2001-12-07 | "redirect first" and "redirect last" events can be used with | Timo Sirainen |
2001-12-07 | Still ban exception / invite list removes. | Timo Sirainen |
2001-12-07 | Added support for 326 and 327 whois numerics in OPN. | Timo Sirainen |
2001-12-07 | Send NICK change before 001 request so that ircII also knows our real nick. | Timo Sirainen |
2001-12-07 | Several fixes to work better with non-irssi clients, also fixed a potential | Timo Sirainen |
2001-12-07 | Fixed 2 small memory leaks. | Timo Sirainen |
2001-12-06 | /IRCNET ADD -usermode option added. | Timo Sirainen |
2001-12-06 | On nick collision kills, reconnect back immediately. On any other type of | Timo Sirainen |
2001-12-06 | Treat all WHOIS requests as remote. | Timo Sirainen |
2001-12-06 | Allow sending USER before NICK when logging in. | Timo Sirainen |
2001-12-03 | MAX_FAILURE_COUNT was used off-by-one (ie. 1 meant actually 0..) | Timo Sirainen |
2001-12-03 | "channel wholist" still wasn't sent at proper times. | Timo Sirainen |
2001-12-03 | "channel wholist" was sent to channels that hadn't received /WHO list yet. | Timo Sirainen |
2001-12-03 | Fixed a memory leak and a crash when notifylist_check_join() was called with ... | Timo Sirainen |
2001-12-01 | Don't fail the remote redirections either until MAX_FAILURE_COUNT | Timo Sirainen |
2001-12-01 | Only use registered start events to begin a server redirection - not those | Timo Sirainen |
2001-12-01 | Disable lag detection in servers that don't understand PING command (yes, | Timo Sirainen |
2001-11-30 | Removed settings_add_bool(.., "join_auto_chans_on_invite", ..) here, it's | Timo Sirainen |
2001-11-29 | /WALLCHOPS are now printed to screen. Receiving notices for @#channel | Timo Sirainen |
2001-11-29 | /QUOTE and /RAWQUOTE shouldn't work until connect() to server is finished. | Timo Sirainen |
2001-11-25 | added support for servers where /WHO only gives "end of who" message. | Timo Sirainen |
2001-11-25 | Irssi didn't properly abort a redirection of which end event it missed. | Timo Sirainen |
2001-11-25 | /SET dcc_own_ip now affects also which interface irssi uses to connect to | Timo Sirainen |
2001-11-25 | Added backwards compatibility for /UPGRADE for transferring nick list.. | Timo Sirainen |
2001-11-25 | /UPGRADE: Irssi no longer asks for /NAMES list from server when | Timo Sirainen |
2001-11-20 | irc_send_cmd_split() - don't crash if there was no nicks given (probably | Timo Sirainen |