summaryrefslogtreecommitdiff
path: root/src/core/servers-reconnect.c
AgeCommit message (Expand)Author
2011-11-21Add -noautosendcmd to /SERVER and /CONNECT.Alexander Færøy
2008-08-25Ignore DNS not found errors when considering reconnect.Jilles Tjoelker
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-05-30Apply patch from bug #202 (from "Irssi Fan"); when callingJilles Tjoelker
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-03-06Fix memleak in several commands that used cmd_return_error when they should b...Wouter Coekaerts
2004-03-03reverted the username/realname keeping with /reconnect. it was broken.Timo Sirainen
2004-01-19Say when we're reconnecting, and mention it can be aborted with /RMRECONNSTimo Sirainen
2004-01-19Don't try to keep user_name/real_name with /reconnect. They couldn't haveTimo Sirainen
2003-11-16Support for sending SSL certificate to server and optionally verify server'sTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-11-19Timeout server connections if they're not in fully connected stage in /SETTimo Sirainen
2002-10-14updated /reconnect syntax.Timo Sirainen
2002-10-14/RECONNECT <tag>|* [<quit message>] - if tag is a connected server tag thatTimo Sirainen
2002-09-30If reconnection was aborted by trying to reconnect to another server, theTimo Sirainen
2002-09-07banned/dns_error state was set to servers in setup, but never reset, whichTimo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo Sirainen
2002-05-20/UPGRADE was broken, changed again the server connection code.Timo Sirainen
2002-04-03if /CONNECT -! ircnet couldn't connect to first server, next was tried butTimo Sirainen
2002-01-22Never reconnect immediately to server when server is being disconnected -Timo Sirainen
2002-01-22Added /SET proxy_string_after setting which gets sent after NICK/USER, bncTimo Sirainen
2001-12-06/UPGRADE broke reconnections to server.Timo Sirainen
2001-12-01/UPGRADE shouldn't begin server reconnections in old client.Timo Sirainen
2001-11-25Doing /RECONNECT while server was still being connected to, irssiTimo Sirainen
2001-11-03/RECONNECT ALL crashed irssi (typofix - s/unref/ref/ :)Timo Sirainen
2001-10-21Added reference counter to SERVER_CONNECT_REC. Since it's being moved aroundTimo Sirainen
2001-06-27Using different ports in one server for different chat networks didn't workTimo 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-14Reconnecting shouldn't lose the address family.Timo Sirainen
2001-03-07If one server fails because of DNS error, don't stop reconnecting toTimo Sirainen
2001-03-04Send "chat protocol deinit" signal when protocol is beingTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-02-19/RECONNECT ALL - reconnects to all servers in reconnection queueTimo Sirainen
2001-02-19/RECONNECT reconnects now to server with identical settings.Timo Sirainen
2001-02-19Connection updates: moved /SERVER and /CONNECT to core from irc.Timo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-09Don't crash with /reconnect <unknown tag>Timo Sirainen
2000-12-03/RECONNECT without any parameters and when not connected to any serverTimo Sirainen
2000-11-26Added some magic to /SERVER - if there's no server to disconnect fromTimo Sirainen
2000-10-14[irc_]channels_setup_[de]init() calls were in wrong places.Timo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-27Moved /DISCONNECT to core, other multiprotocol fixes.Timo Sirainen
2000-09-02Updates.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen