summaryrefslogtreecommitdiff
path: root/src/core/servers-reconnect.c
AgeCommit message (Expand)Author
2018-03-29also reconnect lookup_serversailin-nemui
2016-10-22Add x509 certificate and public key pinning support.Alexander Færøy
2016-10-22Rename SSL to TLS.Alexander Færøy
2016-06-12servers-reconnect: pass unix_socket attribute to new connectiondequis
2015-10-08Fix /reconnect RECON-1 saying "Reconnection tag 1 not found"dequis
2015-09-22Revert "Network and IPv{4,6} related changes"ailin-nemui
2015-09-21Initial work to make irssi respect the resolved ip orderLemonBoy
2015-04-17Merge pull request #235 from dequis/g_strcmp0Alexander Færøy
2015-04-14ssl: Add option to specify SSL cipher suite preference.Haw Loeung
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-12-03Check for unix sockets when reconnectingGuillaume BROGI
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
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