summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-servers.h
AgeCommit message (Expand)Author
2018-01-07Fix a problem with multiline responsesLemonBoy
2018-01-07Parse the K/V form in CAP LSLemonBoy
2016-12-12Add an option to stop the connection when SASL fails.LemonBoy
2016-09-30Make the cap_complete field unsigned.LemonBoy
2016-08-29SASL: handle fragmentationKenny Root
2015-09-11SASL supportLemonBoy
2015-05-05Implement support for IRCv3.1 CAP negotiationLemonBoy
2014-07-06Split long IRC `ACTION' messagesSebastian Thorarensen
2009-02-28Add the command send/expire timeout only when needed.Jilles Tjoelker
2008-12-01Factor the code to send an irc action into a function.Emanuele Giaquinta
2008-11-29Revert r4924, the comment is correct after all.Jilles Tjoelker
2008-11-28Remove obsolete/wrong part of comment (irc server cmdcount).Jilles Tjoelker
2008-11-12Export server_send_away and use it in irc-servers-reconnect.c:sig_connectedEmanuele Giaquinta
2007-11-14Rework redirections to deal with multiple concurrent redirects better.Jilles Tjoelker
2005-11-24Initialize the isupport functions on /upgrade aswellValentin Batz
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2002-10-10Less kludgy way to handle /SET skip_motd. Works now with laggy servers.Timo Sirainen
2002-05-20/UPGRADE was broken, changed again the server connection code.Timo Sirainen
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