summaryrefslogtreecommitdiff
path: root/src/core/servers.c
AgeCommit message (Expand)Author
2001-11-19/UPGRADE didn't work properly when you were connected to multiple servers.Timo Sirainen
2001-11-19/UPGRADE - upgrade-on-the-fly feature. Currently only moves the activeTimo Sirainen
2001-11-11Moved rewritten server redirection code from core to irc. This new codeTimo Sirainen
2001-10-21Added reference counter to SERVER_CONNECT_REC. Since it's being moved aroundTimo Sirainen
2001-10-14Fixed some memory leaks.Timo Sirainen
2001-06-08Try to keep the number after server tag always the same when there'sTimo Sirainen
2001-03-20added /SET proxy_passwordTimo Sirainen
2001-03-15server_connect_own_ip_save(): fixed some nasty typos that could haveTimo Sirainen
2001-03-07If one server fails because of DNS error, don't stop reconnecting toTimo Sirainen
2001-03-04added server_change_nick() function for servers.[ch]. Lots of fixes forTimo Sirainen
2001-03-04Send "chat protocol deinit" signal when protocol is beingTimo Sirainen
2001-03-04Forced IPv4 connection to host with only IPv6 address should use theTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-03-03/CONNECT -ircnet "" - even if someone does this don't make the serverTimo Sirainen
2001-02-20/SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses inTimo Sirainen
2001-02-19Connection updates: moved /SERVER and /CONNECT to core from irc.Timo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-02-09/CONNECT, /SERVER: added -4 and -6 options for specifying if we shouldTimo Sirainen
2001-01-01Query bugfixesTimo Sirainen
2000-12-29comment update :)Timo Sirainen
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-11-30cmd_options_get_server() : allow NULL cmd argumentTimo Sirainen
2000-11-23s/enum GInputCondition/int/ - enums aren't supposed to orred together iTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-29minor updatesTimo Sirainen
2000-09-27Moved /DISCONNECT to core, other multiprotocol fixes.Timo Sirainen
2000-09-27/SERVER irc.server.org 1234 now connects to port 1234 always even ifTimo Sirainen
2000-09-02Updates.Timo Sirainen
2000-08-27updatesTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen