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
/
core
/
servers-reconnect.c
Age
Commit message (
Expand
)
Author
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
2000-10-14
[irc_]channels_setup_[de]init() calls were in wrong places.
Timo Sirainen
2000-09-30
multiprotocol updates. SILC prints channel and private messages now
Timo Sirainen
2000-09-27
Moved /DISCONNECT to core, other multiprotocol fixes.
Timo Sirainen
2000-09-02
Updates.
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen