Age | Commit message (Expand) | Author |
2015-10-08 | Fix /reconnect RECON-1 saying "Reconnection tag 1 not found" | dequis |
2015-09-22 | Revert "Network and IPv{4,6} related changes" | ailin-nemui |
2015-09-21 | Initial work to make irssi respect the resolved ip order | LemonBoy |
2015-04-17 | Merge pull request #235 from dequis/g_strcmp0 | Alexander Færøy |
2015-04-14 | ssl: Add option to specify SSL cipher suite preference. | Haw Loeung |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2014-12-03 | Check for unix sockets when reconnecting | Guillaume BROGI |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2011-11-21 | Add -noautosendcmd to /SERVER and /CONNECT. | Alexander Færøy |
2008-08-25 | Ignore DNS not found errors when considering reconnect. | Jilles Tjoelker |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2007-05-30 | Apply patch from bug #202 (from "Irssi Fan"); when calling | Jilles Tjoelker |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2005-03-06 | Fix memleak in several commands that used cmd_return_error when they should b... | Wouter Coekaerts |
2004-03-03 | reverted the username/realname keeping with /reconnect. it was broken. | Timo Sirainen |
2004-01-19 | Say when we're reconnecting, and mention it can be aborted with /RMRECONNS | Timo Sirainen |
2004-01-19 | Don't try to keep user_name/real_name with /reconnect. They couldn't have | Timo Sirainen |
2003-11-16 | Support for sending SSL certificate to server and optionally verify server's | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-11-19 | Timeout server connections if they're not in fully connected stage in /SET | Timo Sirainen |
2002-10-14 | updated /reconnect syntax. | Timo Sirainen |
2002-10-14 | /RECONNECT <tag>|* [<quit message>] - if tag is a connected server tag that | Timo Sirainen |
2002-09-30 | If reconnection was aborted by trying to reconnect to another server, the | Timo Sirainen |
2002-09-07 | banned/dns_error state was set to servers in setup, but never reset, which | Timo Sirainen |
2002-08-26 | Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after | Timo Sirainen |
2002-05-20 | /UPGRADE was broken, changed again the server connection code. | Timo Sirainen |
2002-04-03 | if /CONNECT -! ircnet couldn't connect to first server, next was tried but | Timo Sirainen |
2002-01-22 | Never reconnect immediately to server when server is being disconnected - | Timo Sirainen |
2002-01-22 | Added /SET proxy_string_after setting which gets sent after NICK/USER, bnc | Timo 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-25 | Doing /RECONNECT while server was still being connected to, irssi | Timo Sirainen |
2001-11-03 | /RECONNECT ALL crashed irssi (typofix - s/unref/ref/ :) | Timo Sirainen |
2001-10-21 | Added reference counter to SERVER_CONNECT_REC. Since it's being moved around | Timo Sirainen |
2001-06-27 | Using different ports in one server for different chat networks didn't work | Timo Sirainen |
2001-06-08 | Try to keep the number after server tag always the same when there's | Timo Sirainen |
2001-03-20 | added /SET proxy_password | Timo Sirainen |
2001-03-14 | Reconnecting shouldn't lose the address family. | Timo Sirainen |
2001-03-07 | If one server fails because of DNS error, don't stop reconnecting to | Timo Sirainen |
2001-03-04 | Send "chat protocol deinit" signal when protocol is being | Timo Sirainen |
2001-03-04 | IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and | Timo Sirainen |
2001-02-19 | /RECONNECT ALL - reconnects to all servers in reconnection queue | Timo Sirainen |
2001-02-19 | /RECONNECT reconnects now to server with identical settings. | Timo Sirainen |
2001-02-19 | Connection updates: moved /SERVER and /CONNECT to core from irc. | Timo Sirainen |
2001-01-01 | Added/moved several "typedef struct _XXX XXX;" to common.h so that | Timo Sirainen |
2000-12-09 | Don't crash with /reconnect <unknown tag> | Timo Sirainen |
2000-12-03 | /RECONNECT without any parameters and when not connected to any server | Timo Sirainen |
2000-11-26 | Added some magic to /SERVER - if there's no server to disconnect from | Timo Sirainen |