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
Age
Commit message (
Expand
)
Author
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: fix extraction of address from prefix
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-17
irc: parse and return command parameters in message parser
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-09-03
irc: fix send of empty JOIN when connecting to a server with only parted chan...
Sébastien Helleu
2021-08-08
irc: save CLIENTTAGDENY from message 005 in server, do not send typing messag...
Sébastien Helleu
2021-08-03
irc: fix SASL authentication when AUTHENTICATE message is received with a ser...
Sébastien Helleu
2021-07-04
tests: add tests on typing plugin functions
Sébastien Helleu
2021-06-24
irc: add support of capability "message-tags" (closes #1654)
Sébastien Helleu
2021-06-24
irc: add keys/values with tags in output of irc_message_parse_to_hashtable (i...
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-21
tests: fix modifier name in comment
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-05-25
tests: replace freenode by libera in tests
Sébastien Helleu
2021-04-11
tests: fix if/else blocks in trigger tests
Sébastien Helleu
2021-04-11
trigger: add tests on main trigger functions
Sébastien Helleu
2021-02-03
irc: add info "irc_is_message_ignored"
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-08-05
irc: send all channels in a single JOIN command when reconnecting to the serv...
Sébastien Helleu
2020-06-21
irc: check that the first nick char is not a prefix char or chantype in funct...
Sébastien Helleu
2020-06-21
irc: change default chantypes from "#&+!" to "#&"
Sébastien Helleu
2020-06-20
tests: add test of function irc_nick_is_nick with invalid UTF-8 string
Sébastien Helleu
2020-06-20
irc: add support of UTF8MAPPING, add support of optional server in info "irc_...
Sébastien Helleu
2020-06-20
tests: add tests on IRC function irc_channel_is_channel
Sébastien Helleu
2020-06-16
tests: add tests on IRC command ACCOUNT with colon before the account name
Sébastien Helleu
2020-05-17
tests: run tests on plugins only if the plugins are enabled and compiled
Sébastien Helleu
2020-04-20
tests: add tests on functions relay_auth_password_hash_algo_search and relay_...
Sébastien Helleu
2020-04-19
tests: reduce number of iterations in PBKDF2 tests from 100000 to 1000
Sébastien Helleu
2020-04-19
tests: remove obsolete file test-relay-weechat-protocol.cpp
Sébastien Helleu
2020-04-14
relay: add command "handshake" in weechat relay protocol and nonce to prevent...
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-30
tests: add tests on IRC color functions
Sébastien Helleu
2020-03-30
tests: add test with remapped color in function irc_color_decode
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
[next]