summaryrefslogtreecommitdiff
path: root/tests/unit/plugins/irc/test-irc-protocol.cpp
AgeCommit message (Collapse)Author
2022-09-15irc: add option irc.look.display_pv_nick_changeSébastien Helleu
2022-09-05irc: fix display of message 350 (whois, gateway) (closes #1815)Sébastien Helleu
2022-08-29irc: fix target buffer of generic errors when they contain a target nick ↵Sébastien Helleu
(closes #1814)
2022-08-15irc: fix extract of isupport value when it is last in list and without value ↵Sébastien Helleu
(closes #1807)
2022-08-13irc: display ACCOUNT command in private buffersSébastien Helleu
2022-08-13irc: add options and display SETNAME command in channels and private buffers ↵Sébastien Helleu
(closes #1805) New options: - irc.color.message_setname - irc.look.smart_filter_setname
2022-08-13irc: display CHGHOST command in private buffersSébastien Helleu
2022-08-07irc: fix parsing of messages with trailing spaces and no trailing parameter ↵Sébastien Helleu
(closes #1803)
2022-07-21irc: fix display of TOPIC message with an empty trailing parameterSébastien Helleu
2022-07-21irc: fix display of QUIT message with an empty trailing parameter (closes #1797)Sébastien Helleu
The regression was introduced with the new way to parse IRC message parameters, in version 3.4.
2022-07-02tests: add tests on IRC messages 524/704/705/706 (issue #1772)Sébastien Helleu
2022-07-02api: run hook_print callback also on empty messagesSébastien Helleu
2022-03-13tests: close xfer buffer after receiving some filesSébastien Helleu
2022-03-10tests: move include of tests/tests.h outside of extern "C"Sébastien Helleu
2022-02-28irc: fix display of message 901 (you are now logged out) (closes #1758)Sébastien Helleu
2022-02-10irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (closes ↵Sébastien Helleu
#1751)
2022-01-17core: update copyright datesSébastien Helleu
2022-01-06irc: use default callback in case of missing parameters in messages ↵Sébastien Helleu
311/312/327 (whois) and 314 (whowas)
2022-01-05irc: fix parsing of message 338 (whois, host) sent by Rizon server (closes ↵Sébastien Helleu
#1737)
2022-01-04irc: fix display of message 344 received as whois geo info (closes #1736)Sébastien Helleu
2021-12-30irc: add IRC message tags in messages displayed (closes #1680)Sébastien Helleu
2021-10-17irc: do not display first parameter in numeric command when it is "*"Sébastien Helleu
2021-10-17irc: do not display "*" when received as nick in command 900Sébastien Helleu
2021-10-17irc: remove parameters argc/argv/argv_eol from command callbacksSébastien Helleu
2021-10-17tests: ensure trailing spaces are preserved in some incoming IRC commandsSébastien Helleu
2021-10-17tests: protect IRC message with quotes in command /server fakerecvSébastien Helleu
2021-10-17irc: use parsed command parameters in "901" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "900" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "730", "731", "732", "733" and "734" ↵Sébastien Helleu
command callbacks
2021-10-17irc: use parsed command parameters in "729" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "728" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "438" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "368" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "367" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "366" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "353" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "352" and "354" command callbacksSébastien Helleu
2021-10-17tests: add extra tests on notice message received with just a server addressSébastien Helleu
2021-10-17irc: use parsed command parameters in "351" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "349" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "348" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "347" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "346" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "345" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "344" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "341" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "338" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "333" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "332" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "331" command callbackSébastien Helleu