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.c
Age
Commit message (
Expand
)
Author
2001-11-11
Moved rewritten server redirection code from core to irc. This new code
Timo Sirainen
2001-10-21
Added reference counter to SERVER_CONNECT_REC. Since it's being moved around
Timo Sirainen
2001-10-14
Fixed some memory leaks.
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-15
server_connect_own_ip_save(): fixed some nasty typos that could have
Timo Sirainen
2001-03-07
If one server fails because of DNS error, don't stop reconnecting to
Timo Sirainen
2001-03-04
added server_change_nick() function for servers.[ch]. Lots of fixes for
Timo Sirainen
2001-03-04
Send "chat protocol deinit" signal when protocol is being
Timo Sirainen
2001-03-04
Forced IPv4 connection to host with only IPv6 address should use the
Timo Sirainen
2001-03-04
IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and
Timo Sirainen
2001-03-03
/CONNECT -ircnet "" - even if someone does this don't make the server
Timo Sirainen
2001-02-20
/SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses in
Timo Sirainen
2001-02-19
Connection updates: moved /SERVER and /CONNECT to core from irc.
Timo Sirainen
2001-02-17
Config file: ircnets -> chatnets, added type = "chat protocol" to
Timo Sirainen
2001-02-09
/CONNECT, /SERVER: added -4 and -6 options for specifying if we should
Timo Sirainen
2001-01-01
Query bugfixes
Timo Sirainen
2000-12-29
comment update :)
Timo Sirainen
2000-12-04
Use GIOChannel instead of sockets directly. Helps porting to win32 :)
Timo Sirainen
2000-11-30
cmd_options_get_server() : allow NULL cmd argument
Timo Sirainen
2000-11-23
s/enum GInputCondition/int/ - enums aren't supposed to orred together i
Timo Sirainen
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-09-30
multiprotocol updates. SILC prints channel and private messages now
Timo Sirainen
2000-09-29
minor updates
Timo Sirainen
2000-09-27
Moved /DISCONNECT to core, other multiprotocol fixes.
Timo Sirainen
2000-09-27
/SERVER irc.server.org 1234 now connects to port 1234 always even if
Timo Sirainen
2000-09-02
Updates.
Timo Sirainen
2000-08-27
updates
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen