summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2000-11-04rejoin timeout 1min -> 5minTimo Sirainen
2000-11-04added small sanity checkTimo Sirainen
2000-11-04Fixed lag checking when nick was just being changed.Timo Sirainen
2000-10-22Add the server specific functions immediately after the serverTimo Sirainen
2000-10-22Wildcards didn't with /OP (/DEOP, /VOICE, etc.) if there was more thanTimo Sirainen
2000-10-19Missing channels-rejoin.hTimo Sirainen
2000-10-19Added debugTimo Sirainen
2000-10-17Logging fixes. Autologging with same named channels in differentTimo Sirainen
2000-10-15Rejoin fixesTimo Sirainen
2000-10-14Netsplit 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-14multiprotocol fixesTimo Sirainen
2000-10-14irc_server_get_channels() now returns also the channels that are inTimo Sirainen
2000-10-14addedTimo Sirainen
2000-10-14[irc_]channels_setup_[de]init() calls were in wrong places.Timo Sirainen
2000-10-14When joining to !channel the join message was printed to active windowTimo Sirainen
2000-10-14Handle event "407 duplicate channel" correctly - happens when trying toTimo Sirainen
2000-10-14fixesTimo Sirainen
2000-10-14Autorejoin when join temporarily fails because of netsplit is handledTimo Sirainen
2000-10-13"/WHOIS *" requires -yes option to work.Timo Sirainen
2000-10-13updating user modes were handled as they were channel modes, like +oTimo Sirainen
2000-10-09Moved ignore to core.Timo Sirainen
2000-10-07If mode didn't have the expected argument irssi would loop forever.Timo Sirainen
2000-10-02Added -avoid-version options and disable-static for SILC module.Timo Sirainen
2000-10-01Keyboard should never get stuck again when receiving huge amounts ofTimo Sirainen
2000-10-01/SILENCE updates, added /UNSILENCE command.Timo Sirainen
2000-10-01multiprotocol fixesTimo Sirainen
2000-09-30bugfixTimo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-29Updated Irssi proxy to work with latest version, thanks to fuchs :)Timo Sirainen
2000-09-29minor updatesTimo Sirainen
2000-09-28multiprotocol fixes for /AWAY -allTimo Sirainen
2000-09-28multiprotocol fixesTimo Sirainen
2000-09-28fixesTimo Sirainen
2000-09-28multiprotocol fixesTimo Sirainen
2000-09-27fix for multiserver supportTimo Sirainen
2000-09-27Moved /DISCONNECT to core, other multiprotocol fixes.Timo Sirainen
2000-09-26irc_nick_match() should now work better for checking if nick at theTimo Sirainen
2000-09-19Netsplit fixesTimo 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 nickTimo Sirainen
2000-09-06Disconnect if net_sendbuffer_send() fails.Timo Sirainen
2000-09-06/set autocreate_query -> /set autocreate_query_levelTimo Sirainen
2000-09-05/PART #channel1,#channel2 didn't workTimo Sirainen
2000-09-02Updates.Timo Sirainen
2000-09-01Added chat protocol register. Changed all chat_type fields to use it.Timo Sirainen
2000-08-31Automatic joining to channels didn't workTimo Sirainen
2000-08-30Object type checking fixesTimo Sirainen
2000-08-29/mode #channel -oooo... would deop the first 3, and then op the rest.Timo Sirainen