summaryrefslogtreecommitdiff
path: root/src/irc/core
AgeCommit message (Expand)Author
2001-12-03MAX_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-01Don't fail the remote redirections either until MAX_FAILURE_COUNTTimo Sirainen
2001-12-01Only use registered start events to begin a server redirection - not thoseTimo Sirainen
2001-12-01Disable lag detection in servers that don't understand PING command (yes,Timo Sirainen
2001-11-30Removed settings_add_bool(.., "join_auto_chans_on_invite", ..) here, it'sTimo Sirainen
2001-11-29/WALLCHOPS are now printed to screen. Receiving notices for @#channelTimo Sirainen
2001-11-29/QUOTE and /RAWQUOTE shouldn't work until connect() to server is finished.Timo Sirainen
2001-11-25added support for servers where /WHO only gives "end of who" message.Timo Sirainen
2001-11-25Irssi didn't properly abort a redirection of which end event it missed.Timo Sirainen
2001-11-25Added backwards compatibility for /UPGRADE for transferring nick list..Timo Sirainen
2001-11-25/UPGRADE: Irssi no longer asks for /NAMES list from server whenTimo Sirainen
2001-11-20irc_send_cmd_split() - don't crash if there was no nicks given (probablyTimo Sirainen
2001-11-20/SET join_auto_chans_on_invite setting wasn't registered so it didn't work..Timo Sirainen
2001-11-20/UPGRADE: server command queue is now flushed to make sure everythingTimo Sirainen
2001-11-19Removed whois_coming-flag which was used to figure out if 301 eventTimo Sirainen
2001-11-19Changed default of /SET lag_check_time from 30 to 60.Timo Sirainen
2001-11-19/UPGRADE now remembers user mode, patch by lam@e-gate.plTimo Sirainen
2001-11-19-botcmd isn't now sent to channels when /UPGRADEing.Timo Sirainen
2001-11-19/SET join_auto_chans_on_invite - patch by tygrys@moo.plTimo Sirainen
2001-11-19Topics weren't restored on /UPGRADE.Timo Sirainen
2001-11-19/UPGRADE - upgrade-on-the-fly feature. Currently only moves the activeTimo Sirainen
2001-11-18Data sent to server with /RAWQUOTE didn't show up properly in rawlog unlessTimo Sirainen
2001-11-18Added ctcp_register() and ctcp_unregister() for registering CTCP commands.Timo Sirainen
2001-11-18If you did quickly /WHOIS existing_nick, /WHOIS not_existing_nick, irssiTimo Sirainen
2001-11-18Stop the redirection if we receive unknown event and it's not numeric.Timo Sirainen
2001-11-18When destroying data used from server in "server disconnected" signal, setTimo Sirainen
2001-11-17added +q channel mode to HAS_MODE_ARG_ALWAYS() list.Timo Sirainen
2001-11-17329 event reply for MODE #channel shouldn't go to "chanquery abort", butTimo Sirainen
2001-11-17Forgot to update this for server_redirect_register()Timo Sirainen
2001-11-17Added support for "optional events" in redirection. They're checked rightTimo Sirainen
2001-11-16Allow replies to redirections come in a bit different order than expected -Timo Sirainen
2001-11-16Added "your not chanop" failure to I-mode as well.Timo Sirainen
2001-11-16If the last query fails we should make the channel synced.Timo Sirainen
2001-11-16ISON and USERHOST redirections were registered wrong.Timo Sirainen
2001-11-15/QUOTE and /RAWQUOTE should work as soon as the socket is connected.Timo Sirainen
2001-11-15print failed redirections to rawlog even if there's no failure signal.Timo Sirainen
2001-11-15/WHOIS nick_who_was_in_irc showed only the first and last lines of /WHOWAS.Timo Sirainen
2001-11-15Lag checking fixes - should work fine again.Timo Sirainen
2001-11-14Still some syncing fixes. Don't loop forever now if we don't find the replyTimo Sirainen
2001-11-14Report failed redirections in rawlog.Timo Sirainen
2001-11-14Redirect parameters should be matched case-insensitivelyTimo Sirainen
2001-11-14Yet another bugfix for channel sync.Timo Sirainen
2001-11-14Channel syncing rewrites.Timo Sirainen
2001-11-12Redirection fixes - added count parameter.Timo Sirainen
2001-11-11added server_redirect_peek_signal() function.Timo Sirainen
2001-11-11"mode e" was registered twice - the second one should have been "mode I".Timo Sirainen
2001-11-11Redirection fixes.Timo Sirainen
2001-11-11/WHOIS unknown_nick printed the "there was no such nickname" messageTimo Sirainen