Age | Commit message (Expand) | Author |
2002-11-28 | /SET resolve_reverse_lookup to do reverse lookups for server when | Timo Sirainen |
2002-09-14 | no, didn't work, again :) | Timo Sirainen |
2002-09-14 | tag generation didn't check the tags from connecting servers, so same tag | Timo Sirainen |
2002-08-26 | Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after | Timo Sirainen |
2002-08-26 | removed the stupid error-parameters from net_connect*() calls. errno can be | Timo Sirainen |
2002-08-09 | /DISCONNECT <tag> works again for not-yet-connected servers. | Timo Sirainen |
2002-07-16 | since some servers nowadays don't like having "-" as user/realname, changed | Timo Sirainen |
2002-05-30 | server_find_tag() shouldn't return servers in lookup_servers list, | Timo Sirainen |
2002-05-28 | when destroying channel, it really should be removed also from | Timo Sirainen |
2002-05-20 | /UPGRADE was broken, changed again the server connection code. | Timo Sirainen |
2002-05-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-04-10 | Fixed one error and several warnings with GLIB 2.0 | Timo Sirainen |
2002-03-31 | Don't set channel->server = NULL when disconnecting, so scripts can still | Timo Sirainen |
2002-03-13 | When IPv4 or v6 wasn't forced, irssi picked improperly IPv4 even if there | Timo Sirainen |
2002-03-10 | If -4 or -6 option is used with /SERVER, force the correct protocol match. | Timo Sirainen |
2002-02-07 | Set objects ->type = 0 when freeing to make sure we notice immediately if | Timo Sirainen |
2002-01-28 | Don't change the "wanted nick" when receiving NICK event from server, unless | Timo Sirainen |
2002-01-26 | Added -rawlog <file> option to /CONNECT and /SERVER, so you can get the | Timo Sirainen |
2002-01-22 | last commit was only partial :) | Timo Sirainen |
2002-01-22 | Added /SET proxy_string_after setting which gets sent after NICK/USER, bnc | Timo Sirainen |
2002-01-02 | server_disconnect() should do nothing if you call it twice, especially it | Timo Sirainen |
2001-12-14 | Added reference counting to server record. At least now we don't accidentally | Timo Sirainen |
2001-11-19 | /UPGRADE didn't work properly when you were connected to multiple servers. | Timo Sirainen |
2001-11-19 | /UPGRADE - upgrade-on-the-fly feature. Currently only moves the active | Timo Sirainen |
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 |