summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
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
2017-01-01core: update copyright datesSébastien Helleu
2016-12-31irc: fix buffer switching on manual join for forwarded channelsSimmo Saan
2016-12-15irc: add examples in help of usermode server optionSébastien Helleu
2016-12-11irc: evaluate content of server option "usermode"Sébastien Helleu
2016-12-11irc: rename server option "umodes" to "usermode"Sébastien Helleu
2016-12-11Merge remote-tracking branch 'origin/pr/820'Sébastien Helleu
2016-12-03irc: evaluate content of server option "ssl_fingerprint" (closes #858)Sébastien Helleu
2016-11-26irc: add tag "self_msg" on self messages (closes #840)Sébastien Helleu
2016-11-26irc: add missing tags on CTCP message sentSébastien Helleu
2016-11-09irc: fix help on mask in command /ignoreSébastien Helleu
2016-10-18irc: change default value of option irc.network.lag_reconnect to 300 (closes ...Sébastien Helleu
2016-10-12Add server option umodes (closes #377)Simmo Saan
2016-09-22irc: remove unneeded commentSébastien Helleu
2016-09-19Fix for unclosed/leaking sockets from issue #358Rob Campbell
2016-08-30irc: fix display of service notice mask (message 008) (closes #429)Sébastien Helleu
2016-08-13irc: fix NULL pointer derefence in case of memory error in irc_sasl_dh()Sébastien Helleu
2016-08-07irc: remove evil tabSébastien Helleu
2016-08-07core: irc, xfer: do not check return code of res_init()Sébastien Helleu
2016-08-07core, irc, xfer: add missing includes for function res_init()Sébastien Helleu
2016-08-07core/plugins: Use res_init before getaddrinfo.Raghavendra Prabhu
2016-08-02Merge pull request #738 from scumjr/masterSébastien Helleu
2016-07-17irc: rename server options "default_msg_*" to "msg_*", evaluate themSébastien Helleu
2016-07-09irc: fix typo in a commentSébastien Helleu
2016-06-18api: remove functions printf_date() and printf_tags()Sébastien Helleu
2016-05-27core, irc, xfer: display more information in memory allocation errors (issue ...Sébastien Helleu
2016-05-19irc: fix NULL pointer dereference in 734 command callbackscumjr
2016-05-01irc: fix typo in IRC_SERVER_OPTION_SASL_KEY comment (#724)Lieuwe Rooijakkers
2016-04-24irc: fix first message displayed in raw buffer when the message is modified b...Sébastien Helleu
2016-04-05core: move nick coloring from irc plugin to core (closes #262)Sébastien Helleu
2016-03-21irc: fix crash in SSL connection to the serverSébastien Helleu