summaryrefslogtreecommitdiff
path: root/tests/unit/plugins/irc/test-irc-protocol.cpp
AgeCommit message (Expand)Author
2024-01-05irc: remove function irc_protocol_parse_time, use API function weechat_util_p...Sébastien Helleu
2024-01-01core: update copyright datesSébastien Helleu
2023-12-26core: store microseconds in buffer lines (closes #649)Sébastien Helleu
2023-12-10irc: add option irc.look.display_host_wallopsSébastien Helleu
2023-12-10tests: add tests with options irc.look.display_host_{join|join_local|notice|q...Sébastien Helleu
2023-11-29irc: display messages 730/731 even if command `/notify` was not used (closes ...Sébastien Helleu
2023-11-07tests: add tests on IRC message 337Sébastien Helleu
2023-10-30irc: add tags "nick_xxx" and "host_xxx" in all messages, including self and s...Sébastien Helleu
2023-10-15irc: add structure with context sent as unique parameter to IRC protocol call...Sébastien Helleu
2023-09-22irc: display "owner" for +q and "admin" for +a in output of `/names` (closes ...Sébastien Helleu
2023-09-14irc: add option irc.look.open_pv_buffer_echo_msg (issue #2016)Sébastien Helleu
2023-09-14irc: open a query buffer on PRIVMSG received from self nick when capability e...Sébastien Helleu
2023-09-14irc: don't open a new private buffer on `/msg` command when capability echo-m...Sébastien Helleu
2023-08-26irc: add count for all nick modes in output of `/names` (closes #97)Sébastien Helleu
2023-08-09irc: add missing tags on multiline messages (closes #1987)Sébastien Helleu
2023-08-01tests: add test on IRC notice sent to another nick with channel name at begin...Sébastien Helleu
2023-07-18irc: fix display of self CTCP message containing bold attribute (closes #1981)Sébastien Helleu
2023-07-12irc: remove default CTCP replies FINGER and USERINFO (issue #1974)Sébastien Helleu
2023-07-12irc: build dynamically the list of CTCPs supported in reply to "CTCP CLIENTIN...Sébastien Helleu
2023-07-12irc: evaluate options irc.ctcp.* (issue #1974)Sébastien Helleu
2023-07-10irc: add missing "account-tag" in list of supported capabilitiesSébastien Helleu
2023-06-26irc: fix display of country code in message 344 received as whois geo info (i...Sébastien Helleu
2023-06-26irc: display commands 716/717 in private buffer (if present) (closes #146)Sébastien Helleu
2023-06-25irc: reply to a CTCP request sent to self nick (closes #1966)Sébastien Helleu
2023-06-04irc: add tag "new_host_xxx" in message displayed for command CHGHOST (closes ...Sébastien Helleu
2023-06-03relay: add support of capability "echo-message" (closes #1949)Sébastien Helleu
2023-06-02tests: add tests on relay "irc" protocolSébastien Helleu
2023-05-29tests: add tests on manual CTCP ACTION sent to IRC channelSébastien Helleu
2023-05-29irc: hide password in messages to nickserv with cap echo-message enabled (iss...Sébastien Helleu
2023-05-29irc: add command `/action` (closes #201, issue #1577), remove alias `action`Sébastien Helleu
2023-05-27irc: add missing host tag in self messages with cap echo-message enabled (iss...Sébastien Helleu
2023-05-27irc: fix display of STATUSMSG CTCP ACTION to channel with cap echo-message en...Sébastien Helleu
2023-05-27irc: fix display of outgoing CTCP when channel/private buffer doesn't existSébastien Helleu
2023-05-27irc: fix display of outgoing STATUSMSG CTCP ACTION without argumentsSébastien Helleu
2023-05-27irc: display STATUSMSG actions differently from standard actions on channels ...Sébastien Helleu
2023-05-26tests: add tests on IRC message/notice/action/CTCP sent with cap echo-message...Sébastien Helleu
2023-05-26tests: remove capabilities added after the end of testsSébastien Helleu
2023-05-26tests: add tests on IRC message/notice/action/CTCP sent (issue #139)Sébastien Helleu
2023-05-25irc: fix duplicated CTCP messages displayed when capability "echo-message" is...Sébastien Helleu
2023-05-23irc: add support of capability "echo-message" (closes #139)Sébastien Helleu
2023-05-23irc: fix display of status privmsg/notice, add missing tags in messages (issu...Sébastien Helleu
2023-05-23irc: add missing tags "irc_cap" and "log3" in cap messages (client capability)Sébastien Helleu
2023-05-23irc: add missing tag "log3" in notify messagesSébastien Helleu
2023-05-23tests: check tags in messages displayed by IRC pluginSébastien Helleu
2023-05-22tests: separate prefix from message in recorded messagesSébastien Helleu
2023-05-17irc: add field "utf8only" in IRC server structureSébastien Helleu
2023-05-16irc: display command 437 on server buffer when nickname cannot change while b...Sébastien Helleu
2023-05-14irc: fix format of IRC tags displayed in messages (closes #1929)Sébastien Helleu
2023-05-14irc: do not display multiline message if capability "draft/multiline" is not ...Sébastien Helleu
2023-05-14irc: ignore BATCH commands when capability "batch" is not enabled (issue #1292)Sébastien Helleu