summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-17irc: shorten error in case of missing parameters in command receivedSébastien Helleu
2021-10-17irc: fix number of required parameters in generic error command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "nick" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "mode" command callbackSébastien Helleu
2021-10-17irc: rename macro IRC_PROTOCOL_CHECK_HOST to IRC_PROTOCOL_CHECK_PREFIXSébastien Helleu
2021-10-17irc: use parsed command parameters in "kill" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "kick" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "join" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "invite" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "fail", "warn" and "note" command callb...Sébastien Helleu
2021-10-17irc: use parsed command parameters in "generic_error" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "error" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "chghost" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "cap" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "away" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "authenticate" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "account" command callbackSébastien Helleu
2021-10-17irc: fix typo in a commentSébastien Helleu
2021-10-17irc: replace "message" by "command" in description of functionsSébastien Helleu
2021-10-17irc: send parsed parameters to IRC command callbacksSébastien Helleu
2021-10-17irc: parse and return command parameters in message parserSébastien Helleu
2021-10-17doc: update Serbian auto-generated fileSébastien Helleu
2021-10-17core: Update Serbian translationIvan Pešić
2021-10-14tests: add missing include of string.hSébastien Helleu
2021-10-14tests: check displayed message/error for all simulated IRC commands receivedSébastien Helleu
2021-10-14irc: display command in lower case when there is a parsing errorSébastien Helleu
2021-10-14tests: fix typo in commentSébastien Helleu
2021-10-14irc: do not display message with "(null)" for 973/974/975 command received if...Sébastien Helleu
2021-10-13irc: display a single error message when parsing of a command failedSébastien Helleu
2021-10-13irc: display a single error message when a command is not foundSébastien Helleu
2021-10-13irc: do not display message with "(null)" for numeric command received if pos...Sébastien Helleu
2021-10-09irc: fix parsing of CAP message when there is no prefix (closes #1707)Sébastien Helleu
2021-10-02plugins: use a different plugin priority for each scripting languageSébastien Helleu
2021-10-02doc: update German auto-generated fileSébastien Helleu
2021-10-02core: update German translationsNils Görs
2021-10-01core: add command /toggleSébastien Helleu
2021-09-27core: check that option is not NULL in function config_file_option_value_to_s...Sébastien Helleu
2021-09-27core: fix search of option when the section is not givenSébastien Helleu
2021-09-27core: check that option_name is not NULL in config file functionsSébastien Helleu
2021-09-26core: update German translationsNils Görs
2021-09-21irc: fix parsing of TAGMSG message when there is a colon before the channelSébastien Helleu
2021-09-20core: add creation of user variables in evaluated expressions with ${define:n...Sébastien Helleu
2021-09-19typing: correct typo in CMake option descriptionJan Palus
2021-09-19Version 3.4-devSébastien Helleu
2021-09-19Version 3.3Sébastien Helleu
2021-09-19php: add missing header files in autotools buildSébastien Helleu
2021-09-18debian: update changelogSébastien Helleu
2021-09-18debian: bump Standards-Version to 4.6.0.1Sébastien Helleu
2021-09-11Version 3.3-rc1Sébastien Helleu
2021-09-11docs: trim excess whitespacea1346054