summaryrefslogtreecommitdiff
path: root/src/irc/core/servers-redirect.c
AgeCommit message (Expand)Author
2002-02-03make sure redirect_continue is set to NULL if it contains the redirectionTimo Sirainen
2002-01-28Fixed a few minor memleaks. Don't use g_strdup() in lib-popt because it mayTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2001-12-14Redirections were broken if server_redirect_event() didn't list the stopTimo Sirainen
2001-12-07server_redirect_peek_signal() now contains int *redirected parameter whichTimo Sirainen
2001-12-07"redirect first" and "redirect last" events can be used withTimo Sirainen
2001-12-06On nick collision kills, reconnect back immediately. On any other type ofTimo Sirainen
2001-12-03MAX_FAILURE_COUNT was used off-by-one (ie. 1 meant actually 0..)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-11-25Irssi didn't properly abort a redirection of which end event it missed.Timo 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 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-16ISON and USERHOST redirections were registered wrong.Timo Sirainen
2001-11-15print failed redirections to rawlog even if there's no failure signal.Timo Sirainen
2001-11-14Report failed redirections in rawlog.Timo Sirainen
2001-11-14Redirect parameters should be matched case-insensitivelyTimo 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-11Moved rewritten server redirection code from core to irc. This new codeTimo Sirainen