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
2021-10-17
irc: use parsed command parameters in "317" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "315" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "314" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "312" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "311" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "whois" and "whowas" command callbacks
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "305" and "306" command callbacks
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "303" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "numeric" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "301" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "221" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "008" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "005" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "001" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "wallops" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "topic" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "973", "974" and "975" command callbacks
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "tagmsg" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "setname" command callback
Sébastien Helleu
2021-10-17
irc: require nick in "away" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "quit" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "privmsg" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "pong" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "ping" command callback
Sébastien Helleu
2021-10-17
tests: check missing nick in IRC commands invite/join/kick/kill/mode/nick/part
Sébastien Helleu
2021-10-17
tests: fix comments
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "part" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "notice" command callback
Sébastien Helleu
2021-10-17
tests: fix IRC protocol tests
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "fail", "warn" and "note" command callb...
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "cap" command callback
Sébastien Helleu
2021-10-14
tests: add missing include of string.h
Sébastien Helleu
2021-10-14
tests: check displayed message/error for all simulated IRC commands received
Sébastien Helleu
2021-10-09
irc: fix parsing of CAP message when there is no prefix (closes #1707)
Sébastien Helleu
2021-08-03
irc: fix SASL authentication when AUTHENTICATE message is received with a ser...
Sébastien Helleu
2021-06-24
irc: add support of capability "message-tags" (closes #1654)
Sébastien Helleu
2021-06-24
irc: add support of TAGMSG messages (issue #1654)
Sébastien Helleu
2021-06-24
irc: escape/unescape IRC message tags values (issue #1654)
Sébastien Helleu
2021-06-19
irc: enable all capabilities by default (supported by both server and WeeChat...
Sébastien Helleu
2021-06-15
irc: add command /setname, add support of message and capability "setname" (c...
Sébastien Helleu
2021-06-15
irc: add support of FAIL/WARN/NOTE messages (issue #1653)
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-10-03
tests: run callback when resetting options in tests
Sébastien Helleu
2020-06-16
tests: add tests on IRC command ACCOUNT with colon before the account name
Sébastien Helleu
2020-03-31
tests: add tests on function irc_protocol_cb_353 with option irc.look.color_n...
Sébastien Helleu
2020-03-28
tests: add tests on remaining IRC protocol functions and callbacks
Sébastien Helleu
2020-03-28
tests: add tests on function irc_protocol_get_message_tags
Sébastien Helleu
2020-03-26
tests: add tests on function irc_protocol_cb_ping
Sébastien Helleu
2020-03-25
tests: add tests on function irc_protocol_cb_part
Sébastien Helleu
2020-03-24
tests: add test with no arguments for AWAY command
Sébastien Helleu
[next]