Age | Commit message (Expand) | Author |
2015-09-22 | Revert "Network and IPv{4,6} related changes" | ailin-nemui |
2015-09-21 | Ding dong the switch is dead | LemonBoy |
2015-09-21 | Initial work to make irssi respect the resolved ip order | LemonBoy |
2015-04-14 | ssl: Add option to specify SSL cipher suite preference. | Haw Loeung |
2014-10-11 | Remove unnecessary NULL check | Alexander Færøy |
2014-06-15 | Replace deprecated g_io_channel_close with g_io_channel_shutdown. | David Hill |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2014-01-11 | Add -ssl_pass to /connect and /server | Alexander Færøy |
2013-06-23 | Pass SERVER_REC directly to net_connect_ip_ssl | Alexander Færøy |
2010-04-03 | glib iochannel fixes from exg. | Alexander Færøy |
2009-12-28 | Check if an SSL certificate matches the hostname of the server we are connect... | Wouter Coekaerts |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2008-05-22 | Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec... | Emanuele Giaquinta |
2008-03-29 | Move net_disconnect_later declaration from network.h to net-disconnect.h. | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2007-05-31 | Rewrite SSL connection/handshake code. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2004-01-07 | If we can't connect to server using given IP, show the IP to user in the | Timo Sirainen |
2003-11-16 | Support for sending SSL certificate to server and optionally verify server's | Timo Sirainen |
2003-11-16 | Don't reconnect with invalid own hostname. | Timo Sirainen |
2002-12-04 | Added no_connect to SERVER_CONNECT_REC, also exported a few other variables | Timo Sirainen |
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 |