summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-09-21Initial work to make irssi respect the resolved ip orderLemonBoy
2015-09-20Merge pull request #278 from LemonBoy/sasldx
2015-09-21Use formats instead of g_warningLemonBoy
2015-09-20More format warnings removed.Alexander Færøy
2015-09-20Fix formatting warnings.Alexander Færøy
2015-09-20Merge pull request #288 from irssi/ahf/kill-gcdx
2015-09-20Fix warning.Alexander Færøy
2015-09-20Remove Garbage Collection support.Alexander Færøy
2015-09-20Fix warning.Alexander Færøy
2015-09-20Use g_string_append() instead of g_string_append_c() for string.Alexander Færøy
2015-09-20Use g_string_append() instead of g_string_append_c() for string.Alexander Færøy
2015-09-19Merge remote-tracking branch 'origin' into saslLemonBoy
2015-09-19Add setting to configure rejoin on reconnect behaviourJari Matilainen
2015-09-19Merge pull request #283 from LemonBoy/unset-crnlailin-nemui
2015-09-19Modify the terminal initialization sequenceLemonBoy
2015-09-18Add two missing #include "fe-irc-channels.h"dequis
2015-09-19Merge pull request #259 from dequis/irssiproxyailin-nemui
2015-09-11Don't handle 908 as a critical failureLemonBoy
2015-09-11Parse the error string received by the serverLemonBoy
2015-09-11Consider the SASL handshake successful on 903LemonBoy
2015-09-11Handle event 906 and 908LemonBoy
2015-09-11Explicitly set the authorization id during the PLAIN handshakeLemonBoy
2015-09-11Replace spaces with tabsLemonBoy
2015-09-11Address all the points outlined in the first reviewLemonBoy
2015-09-11SASL supportLemonBoy
2015-09-10Merge pull request #248 from LemonBoy/chantypesAlexander Færøy
2015-09-09Move the function prototypes in a separate headerLemonBoy
2015-09-09Merge pull request #276 from LemonBoy/terminfo-application-modeAlexander Færøy
2015-09-06Send smkx/rmkx sequence at terminal initLemonBoy
2015-09-02Fix two minor issues outlined in the PR#222LemonBoy
2015-09-02Introduce some more chantypes awarenessLemonBoy
2015-09-02Whitespace fixLemonBoy
2015-08-24Merge pull request #222 from LemonBoy/cap-supportAlexander Færøy
2015-08-20Send the CAP LS after sending the proxy stringsLemonBoy
2015-07-25Replace \n with \r\n in irssiproxy source, fixes bugblha303
2015-06-14Fix 'address already in use' when changing irssiproxy_portsdequis
2015-06-14Rename /proxy command to /irssiproxy for claritydequis
2015-06-14Merge branch 'master' into irssiproxydequis
2015-06-121k+ windows are now the default formatting (#223)Geert Hauwaerts
2015-06-12Add server check in irc_server_connect (#208)Geert Hauwaerts
2015-05-31Improve ischannel_func (#253)LemonBoy
2015-05-15Implement CHANTYPES supportLemonBoy
2015-05-05Implement support for IRCv3.1 CAP negotiationLemonBoy
2015-04-20Change g_hash_table_contains() for compatibility with glib < 2.32Peder Stray
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-15ssl: Fixed call to SSL_CTX_set_cipher_list() only when ssl_ciphers specified ...Haw Loeung
2015-04-14ssl: Add option to specify SSL cipher suite preference.Haw Loeung
2015-04-11Handle nulls properly in the g_strcmp0() for glib<2.16dequis
2015-04-07Define g_strcmp0 to strcmp if the glib version is older than 2.16dequis