Age | Commit message (Expand) | Author |
2000-10-13 | updating user modes were handled as they were channel modes, like +o | Timo Sirainen |
2000-10-09 | Moved ignore to core. | Timo Sirainen |
2000-10-07 | If mode didn't have the expected argument irssi would loop forever. | Timo Sirainen |
2000-10-01 | Keyboard should never get stuck again when receiving huge amounts of | Timo Sirainen |
2000-10-01 | /SILENCE updates, added /UNSILENCE command. | Timo Sirainen |
2000-09-30 | multiprotocol updates. SILC prints channel and private messages now | Timo Sirainen |
2000-09-29 | minor updates | Timo Sirainen |
2000-09-28 | multiprotocol fixes for /AWAY -all | Timo Sirainen |
2000-09-27 | Moved /DISCONNECT to core, other multiprotocol fixes. | Timo Sirainen |
2000-09-26 | irc_nick_match() should now work better for checking if nick at the | Timo Sirainen |
2000-09-19 | Netsplit fixes | Timo Sirainen |
2000-09-10 | /OP, /DEOP, etc. commands printed warning if no valid nicks were found. | Timo Sirainen |
2000-09-06 | /SET default_nick -> /SET nick | Timo Sirainen |
2000-09-06 | Disconnect if net_sendbuffer_send() fails. | Timo Sirainen |
2000-09-06 | /set autocreate_query -> /set autocreate_query_level | Timo Sirainen |
2000-09-05 | /PART #channel1,#channel2 didn't work | Timo Sirainen |
2000-09-02 | Updates. | Timo Sirainen |
2000-09-01 | Added chat protocol register. Changed all chat_type fields to use it. | Timo Sirainen |
2000-08-31 | Automatic joining to channels didn't work | Timo Sirainen |
2000-08-30 | Object type checking fixes | Timo Sirainen |
2000-08-29 | /mode #channel -oooo... would deop the first 3, and then op the rest. | Timo Sirainen |
2000-08-27 | updates | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-08-26 | Some fixes to handling +l and +k mode. | Timo Sirainen |
2000-08-24 | masks_match() was buggy | Timo Sirainen |
2000-08-20 | Channel mode handling changed - there's no more mode_xxx fields in | Timo Sirainen |
2000-08-19 | If nick argument isn't given to /OPER, your current nick will be used. | Timo Sirainen |
2000-08-15 | /MSG -servertag crashed irssi. | Timo Sirainen |
2000-08-14 | Some server reconnection fixes. Reconnect now allows you to have | Timo Sirainen |
2000-08-14 | /SET wall_format updated, it sent only first word of the wall message | Timo Sirainen |
2000-08-12 | WJOIN -> /JOIN -window | Timo Sirainen |
2000-08-10 | /connect ircnet doesn't fail anymore if there's no ircnet servers in | Timo Sirainen |
2000-08-10 | /channel add -bots: You can now use @ or + before the nick mask to | Timo Sirainen |
2000-07-31 | Moved lastmsgs variables from irc-server and channel structures to | Timo Sirainen |
2000-07-31 | Check that we're not already joined the channel when receiving JOIN | Timo Sirainen |
2000-07-31 | Fixes | Timo Sirainen |
2000-07-31 | Never fallback to alternate_nick if nick is set in ircnet settings. | Timo Sirainen |
2000-07-30 | Moved some IRC specific server stuff to generic server stuff. | Timo Sirainen |
2000-07-30 | Bugfixes for non-irc server handling. | Timo Sirainen |
2000-07-29 | /OP, /DEOP, /VOICE and /DEVOICE without any parameters didn't work right | Timo Sirainen |
2000-07-27 | /CHANNEL ADD -botcmd without -bots crashed irssi. | Timo Sirainen |
2000-07-24 | Channels and ircnets got lost after /RELOAD and /SAVE | Timo Sirainen |
2000-07-23 | Don't try to free ircnet if it's NULL. | Timo Sirainen |
2000-07-23 | Added syntaxes of all commands in comments, they're going to be used to | Timo Sirainen |
2000-07-23 | Implemented /IGNORE -time <seconds>, patch by fuchs. | Timo Sirainen |
2000-07-23 | Awaylog didn't work right if you did /AWAY multiple times. | Timo Sirainen |
2000-07-23 | Connecting to IPv6 IRC server with IP address didn't work because the | Timo Sirainen |
2000-07-20 | The channel key given in /JOIN should override the one given in setup. | Timo Sirainen |
2000-07-16 | Cleaned up code. | Timo Sirainen |
2000-07-16 | Was left out from the sendbuffer commit.. | Timo Sirainen |