summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2016-02-18make pointer check explicitLukas Mai
2016-02-18irssi proxy: allow multiplexing multiple networks over a single portLukas Mai
2016-02-18fix formattingLukas Mai
2016-01-24Duplicate the code paths for autocommands.LemonBoy
2016-01-14Change when the autocmds are sent.LemonBoy
2016-01-11Merge pull request #393 from ailin-nemui/moduleversion-perlailin-nemui
2016-01-11Merge pull request #390 from LemonBoy/ignore-findailin-nemui
2016-01-08make /knockout use /unban to remove bansLukas Mai
2016-01-08irc/core/irc-commands.c: fix indentationLukas Mai
2016-01-06irssiproxy: avoid using pointer after freeing itLukas Mai
2016-01-03Don't break the API.LemonBoy
2016-01-03Clean up the ignore_find API to make it more powerful.LemonBoy
2015-12-10module check irssi versionailin-nemui
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-24Merge pull request #301 from dequis/dcc-get-ntfs-temp-bugGeert Hauwaerts
2015-09-23dcc-get: close() the temp fd so we don't get ETXTBSY in ntfs mountsRobert C Jensen
2015-09-23Add multi-prefix to list of capabilities to requestdequis
2015-09-22Revert "Network and IPv{4,6} related changes"ailin-nemui
2015-09-22Merge pull request #290 from LemonBoy/ipv6ailin-nemui
2015-09-21Merge pull request #267 from kyak/masterailin-nemui
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-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 #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-02Fix two minor issues outlined in the PR#222LemonBoy