summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-servers.h
AgeCommit message (Expand)Author
2002-03-11Safer flood protection for lines longer than 100 chars. Maybe even a bit tooTimo Sirainen
2002-03-10/KNOCKOUT code was a bit stupid, and the timeout checking wasn't veryTimo Sirainen
2002-02-10Don't stop reconnecting to server if we get nick collidedTimo Sirainen
2002-01-28Don't change the "wanted nick" when receiving NICK event from server, unlessTimo Sirainen
2001-12-06On nick collision kills, reconnect back immediately. On any other type ofTimo Sirainen
2001-12-01Disable lag detection in servers that don't understand PING command (yes,Timo Sirainen
2001-11-19Removed whois_coming-flag which was used to figure out if 301 eventTimo Sirainen
2001-11-11Redirection fixes.Timo Sirainen
2001-11-11Moved rewritten server redirection code from core to irc. This new codeTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-08-14Some internal changes how /SERVER command works. Added /SERVER PURGETimo Sirainen
2001-02-19Connection updates: moved /SERVER and /CONNECT to core from irc.Timo Sirainen
2001-01-04/LIST: don't require -yes option if there's 1000 channels or less.Timo Sirainen
2000-12-28server->cmd_last_split wasn't used anymore, removed code related to it.Timo Sirainen
2000-12-09-querychans option for servers and ircnets which specifies how manyTimo Sirainen
2000-11-30/WAIT [-<server tag>] <milliseconds> - wait for <milliseconds> beforeTimo Sirainen
2000-11-23more changes from int xx:1 to unsigned int xx:1Timo Sirainen
2000-11-04Fixed lag checking when nick was just being changed.Timo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-06/set autocreate_query -> /set autocreate_query_levelTimo Sirainen
2000-09-01Added chat protocol register. Changed all chat_type fields to use it.Timo Sirainen
2000-08-30Object type checking fixesTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen