summaryrefslogtreecommitdiff
path: root/src/core/servers-setup.c
AgeCommit message (Expand)Author
2018-03-09More g_strcmp0 -> g_ascii_strcasecmpLemonBoy
2018-03-08Compare channels/networks fields case-insensitivelyLemonBoy
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-03-22Simplify some logic in server_create_connLemonBoy
2016-03-19Throw an error when a chatnet has no available urlLemonBoy
2015-12-09Minor adjustments.LemonBoy
2015-12-09Rewrite some faulty logic handling the saved servers.LemonBoy
2015-10-01Fix return value of server_setup_remove_chatnetisundil
2015-10-01Updated server removalisundil
2015-10-01Fix #45 Make it easy to delete default channels, servers and networksisundil
2015-09-22Revert "Network and IPv{4,6} related changes"ailin-nemui
2015-09-21Initial work to make irssi respect the resolved ip orderLemonBoy
2015-04-17Merge pull request #199 from ailin-nemui/config-parserAlexander Færøy
2015-04-17Merge pull request #235 from dequis/g_strcmp0Alexander Færøy
2015-04-14ssl: Add option to specify SSL cipher suite preference.Haw Loeung
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2014-11-20Correctly parse unix sockets servers in the configGuillaume BROGI
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
2010-03-21Allow servers with the same server and port to be part of multiple networks. ...Alexander Færøy
2008-04-28Make some variables static.Emanuele Giaquinta
2008-03-15Remove unused global use_ssl and ssl_* settings.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2003-11-16Support for sending SSL certificate to server and optionally verify server'sTimo Sirainen
2002-08-26/SERVER -ssl option was lost while reconnecting if server existed in /SERVERTimo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo Sirainen
2002-05-11server_setup_add() now emits signal "server setup updated"Timo Sirainen
2002-02-15renamed old config_node_index() to config_node_nth(). added newTimo Sirainen
2002-02-10Removed some old backwards compatibility code.Timo Sirainen
2002-02-02Comments are now allowed everywhere in config files.Timo Sirainen
2002-01-25/SERVER ADD -noproxy wasn't saved to configTimo Sirainen
2002-01-24/SERVER ADD: added -noproxy option and -proxy which just removes theTimo Sirainen
2002-01-22Added /SET proxy_string_after setting which gets sent after NICK/USER, bncTimo Sirainen
2001-12-06/IRCNET ADD -usermode option added.Timo Sirainen
2001-10-21Added reference counter to SERVER_CONNECT_REC. Since it's being moved aroundTimo Sirainen
2001-10-20fix a fixTimo Sirainen
2001-10-20When assiging chatnet to server connect record, always try to get the nameTimo Sirainen
2001-06-27Using different ports in one server for different chat networks didn't workTimo Sirainen
2001-03-20added /SET proxy_passwordTimo Sirainen
2001-03-08/CONNECT -ircnet didn't load ircnet specific settings correctlyTimo Sirainen
2001-03-04save_ips() wasn't working properly..Timo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-02-20/SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses inTimo Sirainen
2001-02-19Connection updates: moved /SERVER and /CONNECT to core from irc.Timo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-02-09/CONNECT, /SERVER: added -4 and -6 options for specifying if we shouldTimo Sirainen