index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irc
/
core
/
irc-servers.h
Age
Commit message (
Expand
)
Author
2015-09-11
SASL support
LemonBoy
2015-05-05
Implement support for IRCv3.1 CAP negotiation
LemonBoy
2014-07-06
Split long IRC `ACTION' messages
Sebastian Thorarensen
2009-02-28
Add the command send/expire timeout only when needed.
Jilles Tjoelker
2008-12-01
Factor the code to send an irc action into a function.
Emanuele Giaquinta
2008-11-29
Revert r4924, the comment is correct after all.
Jilles Tjoelker
2008-11-28
Remove obsolete/wrong part of comment (irc server cmdcount).
Jilles Tjoelker
2008-11-12
Export server_send_away and use it in irc-servers-reconnect.c:sig_connected
Emanuele Giaquinta
2007-11-14
Rework redirections to deal with multiple concurrent redirects better.
Jilles Tjoelker
2005-11-24
Initialize the isupport functions on /upgrade aswell
Valentin Batz
2004-01-20
isupport patch by David Leadbeater
Timo Sirainen
2002-10-10
Less 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-11
Safer flood protection for lines longer than 100 chars. Maybe even a bit too
Timo Sirainen
2002-03-10
/KNOCKOUT code was a bit stupid, and the timeout checking wasn't very
Timo Sirainen
2002-02-10
Don't stop reconnecting to server if we get nick collided
Timo Sirainen
2002-01-28
Don't change the "wanted nick" when receiving NICK event from server, unless
Timo Sirainen
2001-12-06
On nick collision kills, reconnect back immediately. On any other type of
Timo Sirainen
2001-12-01
Disable lag detection in servers that don't understand PING command (yes,
Timo Sirainen
2001-11-19
Removed whois_coming-flag which was used to figure out if 301 event
Timo Sirainen
2001-11-11
Redirection fixes.
Timo Sirainen
2001-11-11
Moved rewritten server redirection code from core to irc. This new code
Timo Sirainen
2001-11-02
Moved some stuff from irc to core. Added command_bind_proto() function to
Timo Sirainen
2001-08-14
Some internal changes how /SERVER command works. Added /SERVER PURGE
Timo Sirainen
2001-02-19
Connection 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-28
server->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 many
Timo Sirainen
2000-11-30
/WAIT [-<server tag>] <milliseconds> - wait for <milliseconds> before
Timo Sirainen
2000-11-23
more changes from int xx:1 to unsigned int xx:1
Timo Sirainen
2000-11-04
Fixed lag checking when nick was just being changed.
Timo Sirainen
2000-09-30
multiprotocol updates. SILC prints channel and private messages now
Timo Sirainen
2000-09-06
/set autocreate_query -> /set autocreate_query_level
Timo Sirainen
2000-09-01
Added chat protocol register. Changed all chat_type fields to use it.
Timo Sirainen
2000-08-30
Object type checking fixes
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen