index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
/
plugins
/
irc
/
test-irc-protocol.cpp
Age
Commit message (
Expand
)
Author
2023-06-25
irc: reply to a CTCP request sent to self nick (closes #1966)
Sébastien Helleu
2023-06-04
irc: add tag "new_host_xxx" in message displayed for command CHGHOST (closes ...
Sébastien Helleu
2023-06-03
relay: add support of capability "echo-message" (closes #1949)
Sébastien Helleu
2023-06-02
tests: add tests on relay "irc" protocol
Sébastien Helleu
2023-05-29
tests: add tests on manual CTCP ACTION sent to IRC channel
Sébastien Helleu
2023-05-29
irc: hide password in messages to nickserv with cap echo-message enabled (iss...
Sébastien Helleu
2023-05-29
irc: add command `/action` (closes #201, issue #1577), remove alias `action`
Sébastien Helleu
2023-05-27
irc: add missing host tag in self messages with cap echo-message enabled (iss...
Sébastien Helleu
2023-05-27
irc: fix display of STATUSMSG CTCP ACTION to channel with cap echo-message en...
Sébastien Helleu
2023-05-27
irc: fix display of outgoing CTCP when channel/private buffer doesn't exist
Sébastien Helleu
2023-05-27
irc: fix display of outgoing STATUSMSG CTCP ACTION without arguments
Sébastien Helleu
2023-05-27
irc: display STATUSMSG actions differently from standard actions on channels ...
Sébastien Helleu
2023-05-26
tests: add tests on IRC message/notice/action/CTCP sent with cap echo-message...
Sébastien Helleu
2023-05-26
tests: remove capabilities added after the end of tests
Sébastien Helleu
2023-05-26
tests: add tests on IRC message/notice/action/CTCP sent (issue #139)
Sébastien Helleu
2023-05-25
irc: fix duplicated CTCP messages displayed when capability "echo-message" is...
Sébastien Helleu
2023-05-23
irc: add support of capability "echo-message" (closes #139)
Sébastien Helleu
2023-05-23
irc: fix display of status privmsg/notice, add missing tags in messages (issu...
Sébastien Helleu
2023-05-23
irc: add missing tags "irc_cap" and "log3" in cap messages (client capability)
Sébastien Helleu
2023-05-23
irc: add missing tag "log3" in notify messages
Sébastien Helleu
2023-05-23
tests: check tags in messages displayed by IRC plugin
Sébastien Helleu
2023-05-22
tests: separate prefix from message in recorded messages
Sébastien Helleu
2023-05-17
irc: add field "utf8only" in IRC server structure
Sébastien Helleu
2023-05-16
irc: display command 437 on server buffer when nickname cannot change while b...
Sébastien Helleu
2023-05-14
irc: fix format of IRC tags displayed in messages (closes #1929)
Sébastien Helleu
2023-05-14
irc: do not display multiline message if capability "draft/multiline" is not ...
Sébastien Helleu
2023-05-14
irc: ignore BATCH commands when capability "batch" is not enabled (issue #1292)
Sébastien Helleu
2023-05-14
irc: set "input_multiline" to 1 in buffers only if capability draft/multiline...
Sébastien Helleu
2023-05-14
irc: add support of "LINELEN" in message 005 (max message length in bytes) (c...
Sébastien Helleu
2023-05-14
irc: add support of capability "draft/multiline" (closes #1923)
Sébastien Helleu
2023-05-03
irc: add support of capability "batch" (closes #1292)
Sébastien Helleu
2023-04-24
irc: add message 742 (mode cannot be set)
Sébastien Helleu
2023-04-24
irc: add message 415 (cannot send message to channel)
Sébastien Helleu
2023-03-31
irc: fix target buffer for commands 432/433 when the nickname looks like a ch...
Sébastien Helleu
2023-01-31
irc: add command `/knock` (closes #7)
Sébastien Helleu
2023-01-28
core: sort configuration files by name, reload them by priority (issue #1872)
Sébastien Helleu
2023-01-15
irc: update message with number of nicks when joining a channel
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-11-21
core: add option `unicode` in command `/debug`
Sébastien Helleu
2022-09-15
irc: add option irc.look.display_pv_nick_change
Sébastien Helleu
2022-09-05
irc: fix display of message 350 (whois, gateway) (closes #1815)
Sébastien Helleu
2022-08-29
irc: fix target buffer of generic errors when they contain a target nick (clo...
Sébastien Helleu
2022-08-15
irc: fix extract of isupport value when it is last in list and without value ...
Sébastien Helleu
2022-08-13
irc: display ACCOUNT command in private buffers
Sébastien Helleu
2022-08-13
irc: add options and display SETNAME command in channels and private buffers ...
Sébastien Helleu
2022-08-13
irc: display CHGHOST command in private buffers
Sébastien Helleu
2022-08-07
irc: fix parsing of messages with trailing spaces and no trailing parameter (...
Sébastien Helleu
2022-07-21
irc: fix display of TOPIC message with an empty trailing parameter
Sébastien Helleu
2022-07-21
irc: fix display of QUIT message with an empty trailing parameter (closes #1797)
Sébastien Helleu
2022-07-02
tests: add tests on IRC messages 524/704/705/706 (issue #1772)
Sébastien Helleu
[next]