Age | Commit message (Expand) | Author |
2015-12-09 | Minor adjustments. | LemonBoy |
2015-12-09 | Rewrite some faulty logic handling the saved servers. | LemonBoy |
2015-10-01 | Fix return value of server_setup_remove_chatnet | isundil |
2015-10-01 | Updated server removal | isundil |
2015-10-01 | Fix #45 Make it easy to delete default channels, servers and networks | isundil |
2015-09-22 | Revert "Network and IPv{4,6} related changes" | ailin-nemui |
2015-09-21 | Initial work to make irssi respect the resolved ip order | LemonBoy |
2015-04-17 | Merge pull request #199 from ailin-nemui/config-parser | Alexander Færøy |
2015-04-17 | Merge pull request #235 from dequis/g_strcmp0 | Alexander Færøy |
2015-04-14 | ssl: Add option to specify SSL cipher suite preference. | Haw Loeung |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2015-02-17 | add CONFIG_REC to config_node_section* APIs | Ailin Nemui |
2014-11-20 | Correctly parse unix sockets servers in the config | Guillaume BROGI |
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 |
2010-03-21 | Allow servers with the same server and port to be part of multiple networks. ... | Alexander Færøy |
2008-04-28 | Make some variables static. | Emanuele Giaquinta |
2008-03-15 | Remove unused global use_ssl and ssl_* settings. | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2003-11-16 | Support for sending SSL certificate to server and optionally verify server's | Timo Sirainen |
2002-08-26 | /SERVER -ssl option was lost while reconnecting if server existed in /SERVER | Timo Sirainen |
2002-08-26 | Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after | Timo Sirainen |
2002-05-11 | server_setup_add() now emits signal "server setup updated" | Timo Sirainen |
2002-02-15 | renamed old config_node_index() to config_node_nth(). added new | Timo Sirainen |
2002-02-10 | Removed some old backwards compatibility code. | Timo Sirainen |
2002-02-02 | Comments are now allowed everywhere in config files. | Timo Sirainen |
2002-01-25 | /SERVER ADD -noproxy wasn't saved to config | Timo Sirainen |
2002-01-24 | /SERVER ADD: added -noproxy option and -proxy which just removes the | Timo Sirainen |
2002-01-22 | Added /SET proxy_string_after setting which gets sent after NICK/USER, bnc | Timo Sirainen |
2001-12-06 | /IRCNET ADD -usermode option added. | Timo Sirainen |
2001-10-21 | Added reference counter to SERVER_CONNECT_REC. Since it's being moved around | Timo Sirainen |
2001-10-20 | fix a fix | Timo Sirainen |
2001-10-20 | When assiging chatnet to server connect record, always try to get the name | Timo Sirainen |
2001-06-27 | Using different ports in one server for different chat networks didn't work | Timo Sirainen |
2001-03-20 | added /SET proxy_password | Timo Sirainen |
2001-03-08 | /CONNECT -ircnet didn't load ircnet specific settings correctly | Timo Sirainen |
2001-03-04 | save_ips() wasn't working properly.. | Timo Sirainen |
2001-03-04 | IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and | 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-28 | backwards compatibility fix: when changing ircnet -> chatnet, the | Timo Sirainen |
2000-12-19 | put back ircnet -> chatnet backwards compatibility, this time modify | Timo Sirainen |
2000-12-17 | removed backwards compatibility from ircnet -> chatnet change | Timo Sirainen |
2000-11-26 | config changes, CONFIG_REC is now required parameter for | Timo Sirainen |
2000-11-02 | small "fix" | Timo Sirainen |
2000-09-27 | /SERVER irc.server.org 1234 now connects to port 1234 always even if | Timo Sirainen |