summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Sébastien Helleu
if pos_mode is NULL
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 ↵Sébastien Helleu
pos_args is NULL
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 ↵Sébastien Helleu
config_file_option_value_to_string
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
This fixes the display of typing notifications on some IRC servers like inspircd.
2021-09-20core: add creation of user variables in evaluated expressions with ↵Sébastien Helleu
${define:name,value}
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
2021-09-11build: fix shellcheck warningsa1346054
2021-09-11legal: use license file from gnu.orga1346054
Downloaded from: https://www.gnu.org/licenses/gpl-3.0.txt
2021-09-10doc: update German auto-generated fileSébastien Helleu
2021-09-10core: remove empty line displayed in output of /plugin list <name>Sébastien Helleu
2021-09-10core: update German translationsNils Görs
2021-09-09core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"Sébastien Helleu
2021-09-08core: replace deprecated cmake command "exec_program" by "execute_process"Sébastien Helleu
This fixes a compilation issue on Debian Sid with the latest version of debianutils (5.4-3), where the "which" command is now deprecated.
2021-09-07doc: update German auto-generated fileSébastien Helleu
2021-09-07core: update German translationsNils Görs
2021-09-06core: fix indentation in examples of /help evalSébastien Helleu
2021-09-06api: add split of string and shell arguments in evaluation of expressionsSébastien Helleu
Split of string: ${split:number,separators,flags,xxx} Split of shell arguments: ${split_shell:number,xxx}
2021-09-05core: add CVE id in ChangeLogSébastien Helleu
2021-09-05core: update ChangeLog (closes #1599)Sébastien Helleu
2021-09-04core: update Serbian translationsIvan Pešić
2021-09-04lua: add detection of Lua 5.4Sébastien Helleu
2021-09-04core: add version 3.2.1Sébastien Helleu
2021-09-04relay: fix crash when decoding a malformed websocket frameSébastien Helleu
2021-09-03core: update German translationsNils Görs
2021-09-03irc: fix send of empty JOIN when connecting to a server with only parted ↵Sébastien Helleu
channels (closes #1638)
2021-08-31core: update translationsSébastien Helleu