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
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