summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
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-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-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-09-21irc: fix parsing of TAGMSG message when there is a colon before the channelSébastien Helleu
2021-09-19php: add missing header files in autotools buildSébastien Helleu
2021-09-09core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"Sébastien Helleu
2021-09-04relay: fix crash when decoding a malformed websocket frameSébastien Helleu
2021-09-03irc: fix send of empty JOIN when connecting to a server with only parted chan...Sébastien Helleu
2021-08-12irc: add option "-parted" in command /allchan (closes #1685)Sébastien Helleu
2021-08-08irc: save CLIENTTAGDENY from message 005 in server, do not send typing messag...Sébastien Helleu
2021-08-08php: add ifdef for zend_file_handle.filenameAdam Saponara
2021-08-08php: fix PHP 8+ buildAdam Saponara
2021-08-08php: add detection of PHP 8.0, fix compilation errorsSébastien Helleu
2021-08-03irc: fix read out of bounds in case of malformed AUTHENTICATE message (issue ...Sébastien Helleu
2021-08-03irc: fix SASL authentication when AUTHENTICATE message is received with a ser...Sébastien Helleu
2021-08-01irc: display a different message for setname applied on self and other nicks ...Sébastien Helleu
2021-07-10irc: remove unneeded message about Diffie-Hellman shared secret exchange duri...Sébastien Helleu
2021-07-08relay: remove dead assignmentSébastien Helleu
2021-07-04typing: remove trailing space in translated messageSébastien Helleu
2021-07-04typing: add option typing.look.input_min_charsSébastien Helleu
2021-07-04core: update translationsSébastien Helleu
2021-07-04typing: add option typing.look.item_max_lengthSébastien Helleu
2021-07-04api: add function string_cutSébastien Helleu
2021-07-04typing: remove hashtables when typing is turned offSébastien Helleu
2021-07-04typing: add note for translatorsSébastien Helleu
2021-07-04tests: add tests on typing plugin functionsSébastien Helleu
2021-07-04irc, typing: display typing status for IRC nicksSébastien Helleu
2021-07-04typing: replace linked list with a hashtable to store typing status on buffersSébastien Helleu
2021-07-04irc: send typing status as TAGMSG to other usersSébastien Helleu
2021-07-04typing: add typing pluginSébastien Helleu
2021-07-03script: fix move of installed script on another filesystem (closes #1667)Sébastien Helleu
2021-07-03api: add function file_copy (issue #1667)Sébastien Helleu
2021-07-02irc: remove dead assignments in SASL functionsSébastien Helleu
2021-06-27irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657)Simon Ser
2021-06-25irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413)Sébastien Helleu
2021-06-25irc: fix comment on TAGMSG callback function (issue #1654)Sébastien Helleu
2021-06-24irc: add support of capability "message-tags" (closes #1654)Sébastien Helleu
2021-06-24irc: add keys/values with tags in output of irc_message_parse_to_hashtable (i...Sébastien Helleu