summaryrefslogtreecommitdiff
path: root/src/irc/core
AgeCommit message (Expand)Author
2016-03-20Merge pull request #442 from LemonBoy/fix-435ailin-nemui
2016-03-20Use 0 as a sentinel value for sasl_timeoutLemonBoy
2016-03-19Make ischannel_func return false for empty stringsLemonBoy
2016-03-17Do not assume any default value for statusmsg.LemonBoy
2016-03-11Remove sasl timeout source when the server disconnectsdequis
2016-03-08Fix SASL EXTERNAL authenticationMantas Mikulėnas
2016-01-24Duplicate the code paths for autocommands.LemonBoy
2016-01-14Change when the autocmds are sent.LemonBoy
2016-01-08make /knockout use /unban to remove bansLukas Mai
2016-01-08irc/core/irc-commands.c: fix indentationLukas Mai
2015-11-26irc-cap: Don't send a space at the beginning of the CAP REQ parameterdequis
2015-11-19Correctly alias 'channel' to '#channel'LemonBoy
2015-11-09Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible.LemonBoy
2015-10-28Preserve the sasl_ options across reconnects.LemonBoy
2015-10-03Merge pull request #314 from LemonBoy/sasl_sessiondx
2015-10-02Set HOST_NAME_MAX to 255, if it's undefined.Alexander Færøy
2015-10-02Don't set the usermode field if blankLemonBoy
2015-10-02Save the sasl state in the sessionLemonBoy
2015-09-26Merge pull request #304 from LemonBoy/sasl_user_optionsailin-nemui
2015-09-26Allow the user to set and modify the SASL parametersLemonBoy
2015-09-23Add multi-prefix to list of capabilities to requestdequis
2015-09-21Merge pull request #267 from kyak/masterailin-nemui
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-20Fix warning.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-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-02Fix two minor issues outlined in the PR#222LemonBoy
2015-08-29Remove extra line breakkyak
2015-08-29Use HOST_NAME_MAX for userhost and hostname expandoskyak
2015-08-29Use "(none)" as fallback for hostname and userhost expandoskyak
2015-08-29In expando_hostname, set *free_ret to TRUEkyak
2015-08-26Clean up in hostname expando before returnkyak
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-19Add expandos for hostnamekyak
2015-06-12Add server check in irc_server_connect (#208)Geert Hauwaerts
2015-05-31Improve ischannel_func (#253)LemonBoy
2015-05-15Implement CHANTYPES supportLemonBoy