Age | Commit message (Expand) | Author |
2000-11-28 | Don't ever send more than 10 channels/line in mode/who requests. Though | Timo Sirainen |
2000-11-28 | bugfixes with channel syncing. | Timo Sirainen |
2000-11-27 | don't destroy all netsplits when someone joins back from split, only | Timo Sirainen |
2000-11-27 | Call /part command instead of directly sending part message to server when | Timo Sirainen |
2000-11-26 | config changes, CONFIG_REC is now required parameter for | Timo Sirainen |
2000-11-26 | /SET part_message - default message with /PART | Timo Sirainen |
2000-11-26 | Added some magic to /SERVER - if there's no server to disconnect from | Timo Sirainen |
2000-11-26 | Added KILL handling - user/server kills are now printed formatted. | Timo Sirainen |
2000-11-23 | more changes from int xx:1 to unsigned int xx:1 | Timo Sirainen |
2000-11-23 | several fixes to make irssi compile without warnings with MIPSpro | Timo Sirainen |
2000-11-17 | Remember who set the topic and when, display the info when using /TOPIC. | Timo Sirainen |
2000-11-16 | Added some comments about redirection problems. | Timo Sirainen |
2000-11-14 | /NICK was broken. | Timo Sirainen |
2000-11-08 | nick changes were buggy | Timo Sirainen |
2000-11-04 | rejoin timeout 1min -> 5min | Timo Sirainen |
2000-11-04 | added small sanity check | Timo Sirainen |
2000-11-04 | Fixed lag checking when nick was just being changed. | Timo Sirainen |
2000-10-22 | Add the server specific functions immediately after the server | Timo Sirainen |
2000-10-22 | Wildcards didn't with /OP (/DEOP, /VOICE, etc.) if there was more than | Timo Sirainen |
2000-10-19 | Missing channels-rejoin.h | Timo Sirainen |
2000-10-19 | Added debug | Timo Sirainen |
2000-10-17 | Logging fixes. Autologging with same named channels in different | Timo Sirainen |
2000-10-15 | Rejoin fixes | Timo Sirainen |
2000-10-14 | Netsplit cleanups. Added /SET netsplit_nicks_hide_threshold. | Timo Sirainen |
2000-10-14 | "/whois x x" - if x isn't found irssi now prints "there's no such nick x" | Timo Sirainen |
2000-10-14 | /WHOIS in a query asks the queried nick's whois. | Timo Sirainen |
2000-10-14 | irc_server_get_channels() now returns also the channels that are in | Timo Sirainen |
2000-10-14 | added | Timo Sirainen |
2000-10-14 | [irc_]channels_setup_[de]init() calls were in wrong places. | Timo Sirainen |
2000-10-14 | When joining to !channel the join message was printed to active window | Timo Sirainen |
2000-10-14 | Handle event "407 duplicate channel" correctly - happens when trying to | Timo Sirainen |
2000-10-14 | fixes | Timo Sirainen |
2000-10-14 | Autorejoin when join temporarily fails because of netsplit is handled | Timo Sirainen |
2000-10-13 | "/WHOIS *" requires -yes option to work. | Timo Sirainen |
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 |