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
Age
Commit message (
Expand
)
Author
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-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
2020-03-24
tests: add test with no arguments for AWAY command
Sébastien Helleu
2020-03-24
tests: add tests on IRC protocol functions with not enough arguments
Sébastien Helleu
2020-03-21
irc: split AUTHENTICATE message in 400-byte chunks (closes #1459)
Sébastien Helleu
2020-03-19
tests: add tests on functions irc_protocol_cb_mode and irc_protocol_cb_nick
Sébastien Helleu
2020-03-18
tests: add tests on functions irc_protocol_cb_kick and irc_protocol_cb_kill
Sébastien Helleu
2020-03-17
tests: add tests on function irc_protocol_cb_join
Sébastien Helleu
2020-03-16
tests: add tests on function irc_protocol_cb_chghost
Sébastien Helleu
2020-03-15
tests: rename function run_cmd_server to server_recv
Sébastien Helleu
2020-03-13
tests: always run callback in calls to function config_file_option_set
Sébastien Helleu
2020-03-11
tests: add tests on IRC protocol functions and some callbacks
Sébastien Helleu
2020-02-08
tests: add tests on ANSI default text/background colors
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-09-27
irc: add "user" in output of irc_message_parse (closes #136)
Sébastien Helleu
2019-08-06
tests: add tests on IRC function irc_nick_is_nick
Sébastien Helleu
2019-08-04
irc: fix length of user/nick/host in split of messages (closes #1387)
Sébastien Helleu
2019-08-04
tests: add missing space after name of function
Sébastien Helleu
2019-08-04
tests: add unit tests on IRC functions irc_message_split* (issue #1387)
Sébastien Helleu
2019-08-04
tests: add unit tests on IRC function irc_message_convert_charset
Sébastien Helleu
2019-08-03
tests: add unit tests on IRC functions irc_message_parse and irc_message_pars...
Sébastien Helleu
2019-08-03
tests: add unit tests on IRC function irc_message_replace_vars
Sébastien Helleu
2019-08-03
tests: add unit tests on IRC functions irc_message_get_{nick,address}_from_host
Sébastien Helleu
2019-07-10
irc: add unit tests on ignore functions
Sébastien Helleu
2019-05-10
irc: fix parsing of MODE command when there are colons after the first mode a...
Sébastien Helleu
2019-01-20
tests: add missing include of stdio.h
Sébastien Helleu
2019-01-20
tests: add tests on IRC color functions
Sébastien Helleu
2019-01-13
tests: add tests on function irc_protocol_parse_time
Sébastien Helleu
2019-01-11
tests: add tests on function irc_config_check_autojoin
Sébastien Helleu