summaryrefslogtreecommitdiff
path: root/src/core/servers.c
AgeCommit message (Expand)Author
2018-03-29also reconnect lookup_serversailin-nemui
2018-01-06fix uaf in signal pathailin-nemui
2018-01-05fix crash in notifylistailin-nemui
2018-01-04Postpone server cleanup until after unrefailin-nemui
2016-10-22Add x509 certificate and public key pinning support.Alexander Færøy
2016-10-22Rename SSL to TLS.Alexander Færøy
2016-10-16Always build irssi with TLS support.Alexander Færøy
2016-06-05Factor out some redundant code and remove hashtable_get_keysLemonBoy
2015-09-22Revert "Network and IPv{4,6} related changes"ailin-nemui
2015-09-21Ding dong the switch is deadLemonBoy
2015-09-21Initial work to make irssi respect the resolved ip orderLemonBoy
2015-04-14ssl: Add option to specify SSL cipher suite preference.Haw Loeung
2014-10-11Remove unnecessary NULL checkAlexander Færøy
2014-06-15Replace deprecated g_io_channel_close with g_io_channel_shutdown.David Hill
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2014-01-11Add -ssl_pass to /connect and /serverAlexander Færøy
2013-06-23Pass SERVER_REC directly to net_connect_ip_sslAlexander Færøy
2010-04-03glib iochannel fixes from exg.Alexander Færøy
2009-12-28Check if an SSL certificate matches the hostname of the server we are connect...Wouter Coekaerts
2009-02-08Code Cleanup:Alexander Færøy
2008-05-22Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...Emanuele Giaquinta
2008-03-29Move net_disconnect_later declaration from network.h to net-disconnect.h.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-05-31Rewrite SSL connection/handshake code.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2004-01-07If we can't connect to server using given IP, show the IP to user in theTimo Sirainen
2003-11-16Support for sending SSL certificate to server and optionally verify server'sTimo Sirainen
2003-11-16Don't reconnect with invalid own hostname.Timo Sirainen
2002-12-04Added no_connect to SERVER_CONNECT_REC, also exported a few other variablesTimo Sirainen
2002-11-28/SET resolve_reverse_lookup to do reverse lookups for server whenTimo Sirainen
2002-09-14no, didn't work, again :)Timo Sirainen
2002-09-14tag generation didn't check the tags from connecting servers, so same tagTimo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo Sirainen
2002-08-26removed the stupid error-parameters from net_connect*() calls. errno can beTimo Sirainen
2002-08-09/DISCONNECT <tag> works again for not-yet-connected servers.Timo Sirainen
2002-07-16since some servers nowadays don't like having "-" as user/realname, changedTimo Sirainen
2002-05-30server_find_tag() shouldn't return servers in lookup_servers list,Timo Sirainen
2002-05-28when destroying channel, it really should be removed also fromTimo Sirainen
2002-05-20/UPGRADE was broken, changed again the server connection code.Timo Sirainen
2002-05-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2002-04-10Fixed one error and several warnings with GLIB 2.0Timo Sirainen
2002-03-31Don't set channel->server = NULL when disconnecting, so scripts can stillTimo Sirainen
2002-03-13When IPv4 or v6 wasn't forced, irssi picked improperly IPv4 even if thereTimo Sirainen
2002-03-10If -4 or -6 option is used with /SERVER, force the correct protocol match.Timo Sirainen
2002-02-07Set objects ->type = 0 when freeing to make sure we notice immediately ifTimo Sirainen
2002-01-28Don't change the "wanted nick" when receiving NICK event from server, unlessTimo Sirainen
2002-01-26Added -rawlog <file> option to /CONNECT and /SERVER, so you can get theTimo Sirainen
2002-01-22last commit was only partial :)Timo Sirainen
2002-01-22Added /SET proxy_string_after setting which gets sent after NICK/USER, bncTimo Sirainen