summaryrefslogtreecommitdiff
path: root/tests/unit/plugins/irc/test-irc-protocol.cpp
AgeCommit message (Expand)Author
2021-10-17irc: use parsed command parameters in "317" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "315" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "314" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "312" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "311" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "whois" and "whowas" command callbacksSébastien Helleu
2021-10-17irc: use parsed command parameters in "305" and "306" command callbacksSébastien Helleu
2021-10-17irc: use parsed command parameters in "303" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "numeric" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "301" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "221" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "008" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "005" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "001" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "wallops" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "topic" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "973", "974" and "975" command callbacksSébastien Helleu
2021-10-17irc: use parsed command parameters in "tagmsg" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "setname" command callbackSébastien Helleu
2021-10-17irc: require nick in "away" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "quit" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "privmsg" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "pong" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "ping" command callbackSébastien Helleu
2021-10-17tests: check missing nick in IRC commands invite/join/kick/kill/mode/nick/partSébastien Helleu
2021-10-17tests: fix commentsSébastien Helleu
2021-10-17irc: use parsed command parameters in "part" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "notice" command callbackSébastien Helleu
2021-10-17tests: fix IRC protocol testsSé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 "cap" command callbackSébastien Helleu
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-09irc: fix parsing of CAP message when there is no prefix (closes #1707)Sébastien Helleu
2021-08-03irc: fix SASL authentication when AUTHENTICATE message is received with a ser...Sébastien Helleu
2021-06-24irc: add support of capability "message-tags" (closes #1654)Sébastien Helleu
2021-06-24irc: add support of TAGMSG messages (issue #1654)Sébastien Helleu
2021-06-24irc: escape/unescape IRC message tags values (issue #1654)Sébastien Helleu
2021-06-19irc: enable all capabilities by default (supported by both server and WeeChat...Sébastien Helleu
2021-06-15irc: add command /setname, add support of message and capability "setname" (c...Sébastien Helleu
2021-06-15irc: add support of FAIL/WARN/NOTE messages (issue #1653)Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-10-03tests: run callback when resetting options in testsSébastien Helleu
2020-06-16tests: add tests on IRC command ACCOUNT with colon before the account nameSébastien Helleu
2020-03-31tests: add tests on function irc_protocol_cb_353 with option irc.look.color_n...Sébastien Helleu
2020-03-28tests: add tests on remaining IRC protocol functions and callbacksSébastien Helleu
2020-03-28tests: add tests on function irc_protocol_get_message_tagsSébastien Helleu
2020-03-26tests: add tests on function irc_protocol_cb_pingSébastien Helleu
2020-03-25tests: add tests on function irc_protocol_cb_partSébastien Helleu
2020-03-24tests: add test with no arguments for AWAY commandSébastien Helleu