summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2018-05-21irc: display an error if memory can not be allocated in chghost callbackSébastien Helleu
2018-05-21Merge remote-tracking branch 'origin/pr/640'Sébastien Helleu
2018-05-20irc: add space before capability only if the string is not emptySébastien Helleu
2018-05-20irc: add missing space between capabilities in display of supported/enabled c...Sébastien Helleu
2018-05-20Merge remote-tracking branch 'origin/pr/639'Sébastien Helleu
2018-05-20irc: replace calls to sprintf by snprintfSébastien Helleu
2018-05-20irc: use dynamic string functions to display supported/enabled capabilitiesSébastien Helleu
2018-05-20irc: add missing "cap_extended_join" in commentSébastien Helleu
2018-05-20irc: fix code styleSébastien Helleu
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-11-05irc: add invite-notify capability to help and completionSimmo Saan
2017-11-05irc: add chghost capability to help and completionSimmo Saan
2017-11-05irc: add smart filtering for chghost messagesSimmo Saan