summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2018-01-14core: reinitialize config file pointer to NULL after an error on section crea...Sébastien Helleu
2018-01-14irc: fix typo in help on server option "split_msg_max_length"Sébastien Helleu
2018-01-13irc: add server option "split_msg_max_length"Sébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-11-06irc: fix help on option irc.look.notice_welcome_redirect (closes #1095)Sébastien Helleu
2017-10-13irc: do not clear nicklist when joining an already joined channel if the opti...Sébastien Helleu
2017-09-23core, plugins: check return code of strftime functionSébastien Helleu
2017-08-23irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty valueSébastien Helleu
2017-08-19Revert "irc: do not use away color for nicks in nicklist if option irc.look.c...Sébastien Helleu
2017-08-19irc: do not use away color for nicks in nicklist if option irc.look.color_nic...Sébastien Helleu
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-07-08fset: fix priority of plugin (load it after all other plugins)Sébastien Helleu
2017-06-20irc: fix update of nick prefixes when the names are received in message 353 (...Sébastien Helleu
2017-06-17irc: don't reset nick properties (prefixes/away/account/realname) on /names w...Sébastien Helleu
2017-06-14irc: remove unused functions irc_server_get_number_connected and irc_server_g...Sébastien Helleu
2017-06-10core, plugins: fix conditions to insert elements in linked listsSébastien Helleu
2017-06-09irc: Remove unnecessary storesNeui
2017-06-03core, irc: remove unused structsSimmo Saan
2017-06-03exec, fifo, irc: remove unused #define-sSimmo Saan
2017-06-03irc: fix irc_server_autojoin_channels declared without argumentsSimmo Saan
2017-05-30irc: fix crash on SASL authentication with mechanism ""ecdsa-nist256p-challenge"Sébastien Helleu
2017-05-27irc: fix memory leak in case of error in "ecdsa-nist256p-challenge" SASL mech...Sébastien Helleu
2017-05-24irc: remove unused variable in function irc_message_parseSébastien Helleu
2017-05-06irc: fix update of server addresses on reconnection when the evaluated conten...Sébastien Helleu
2017-05-02irc: add option "open" in command /server (closes #966)Sébastien Helleu
2017-04-27irc: fix crash in case of invalid server reply during SASL authentication wit...Tobias Stoeckmann
2017-04-22irc: fix parsing of DCC filenameTobias Stoeckmann
2017-04-07irc: fix double decoding of IRC colors in messages sent/displayed by commands...Sébastien Helleu
2017-03-25irc: fix type of values for hashtable extra_vars in irc_server_get_default_msgSébastien Helleu
2017-03-25irc: send signal "irc_server_lag_changed", store lag in server bufferSébastien Helleu
2017-03-25irc: check that pointers received in arguments are not NULL in "free" functionsSébastien Helleu
2017-03-12core: fix typo: refreshs -> refreshesSébastien Helleu
2017-02-19irc: fix parsing of message 324 (modes) when there is a colon before the mode...Sébastien Helleu
2017-02-18irc: add function irc_server_get_max_modesSébastien Helleu
2017-02-18irc: update error message, update translationsSébastien Helleu
2017-02-18irc: send current modes/masks if next mask doesn't fit in the stringSébastien Helleu
2017-02-18Merge remote-tracking branch 'origin/pr/579'Sébastien Helleu
2017-02-18irc: compact some codeSébastien Helleu
2017-02-18irc: move initialization of variables "inclusive"Sébastien Helleu
2017-02-18Merge remote-tracking branch 'origin/pr/572'Sébastien Helleu
2017-01-29irc: reorder conditions for mode smart filtering, add a commentSébastien Helleu
2017-01-29irc: don't smart filter modes given to you (closes #530)arza
2017-01-13tests: fix compilation of tests on FreeBSD 11Sébastien Helleu
2017-01-06irc: fix option "-temp" in command /server (closes #880)Sébastien Helleu
2017-01-06irc: fix name of option "-temp" in /help serverSébastien Helleu
2017-01-01irc: fix close of server channels which are waiting for the JOIN when the ser...Sébastien Helleu
2017-01-01Merge pull request #876 from sim642/switch-join-forwardedSébastien Helleu
2017-01-01irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276)Sébastien Helleu