summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2018-05-20irc: do a case-sensitive comparison of CAP commandSébastien Helleu
2018-05-20irc: replace version x.y.z by 2.2 in commentSébastien Helleu
2018-05-20Merge remote-tracking branch 'origin/pr/623' into irc-3.2-capSébastien Helleu
2018-05-19irc: display current nick on connected servers in output of /server list|list...Sébastien Helleu
2018-05-19irc: remove unneeded check on variable posSébastien Helleu
2018-04-06irc: replace "server" by "name" in /help serverSébastien Helleu
2018-04-02irc: always set nick away status on WHO response (sent manually or automatica...Sébastien Helleu
2018-04-02irc: allocate the string "prefix" in nickSébastien Helleu
2018-04-01irc: add missing parameter "-server" in /help list (issue #1165)Sébastien Helleu
2018-04-01irc: add option "-server" in command /list (closes #1165)Sébastien Helleu
2018-04-01irc: replace "server" by "target" in help of commands when the argument is no...Sébastien Helleu
2018-03-31irc: fix split of messages when server option "split_msg_max_length" is set t...Sébastien Helleu
2018-03-25irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_i...Sébastien Helleu
2018-03-25irc: update URL with IRCv3.2 message tags specificationSébastien Helleu
2018-03-25irc: fix memory leak when receiving a message with tagsSébastien Helleu
2018-03-25core: update translationsSébastien Helleu
2018-03-25irc: fix help on commands /unban and /unquietSébastien Helleu
2018-03-25irc: rename functions to search modelist itemsSébastien Helleu
2018-03-25irc: reorder modelist functionsSébastien Helleu
2018-03-25irc: add completion with modelist numbers for commands /unban and /unquietSébastien Helleu
2018-03-25irc: factorize code to set state of modelists in a channelSébastien Helleu
2018-03-24irc: clear the modelist if nothing was received before the end of list (invit...Sébastien Helleu
2018-03-24irc: fix indenting in debug print of modelistSébastien Helleu
2018-03-24irc: fix debug print of modelist item number and pointerSébastien Helleu
2018-03-24irc: fix debug print of modelist item datetime valueSébastien Helleu
2018-03-24irc: fix messages on exception to make them easier to translateSébastien Helleu
2018-03-24irc: mark setter as optional in modelist itemSébastien Helleu
2018-03-24irc: first search the modelist item, then free it if foundSébastien Helleu
2018-03-24irc: check that the modelist item number is valid before using itSébastien Helleu
2018-03-24irc: fix some stylesSébastien Helleu
2018-03-24irc: add indexed ban list, add completion for /unban and /unquiet (closes #59...Simmo Saan
2018-02-05irc: allow ${irc_server.xxx} and ${server} in server evaluated options (close...Sébastien Helleu
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: factor supported CAP versionSimmo Saan
2017-06-17irc: implement capability upgrading fullySimmo Saan
2017-06-17irc: force uppercase subcommand for /capSimmo Saan