summaryrefslogtreecommitdiff
path: root/tests/unit/plugins/irc
AgeCommit message (Expand)Author
2020-10-03tests: run callback when resetting options in testsSébastien Helleu
2020-08-05irc: send all channels in a single JOIN command when reconnecting to the serv...Sébastien Helleu
2020-06-21irc: check that the first nick char is not a prefix char or chantype in funct...Sébastien Helleu
2020-06-21irc: change default chantypes from "#&+!" to "#&"Sébastien Helleu
2020-06-20tests: add test of function irc_nick_is_nick with invalid UTF-8 stringSébastien Helleu
2020-06-20irc: add support of UTF8MAPPING, add support of optional server in info "irc_...Sébastien Helleu
2020-06-20tests: add tests on IRC function irc_channel_is_channelSébastien Helleu
2020-06-16tests: add tests on IRC command ACCOUNT with colon before the account nameSébastien Helleu
2020-03-31tests: add tests on function irc_protocol_cb_353 with option irc.look.color_n...Sébastien Helleu
2020-03-30tests: add tests on IRC color functionsSébastien Helleu
2020-03-30tests: add test with remapped color in function irc_color_decodeSébastien Helleu
2020-03-28tests: add tests on remaining IRC protocol functions and callbacksSébastien Helleu
2020-03-28tests: add tests on function irc_protocol_get_message_tagsSébastien Helleu
2020-03-26tests: add tests on function irc_protocol_cb_pingSébastien Helleu
2020-03-25tests: add tests on function irc_protocol_cb_partSébastien Helleu
2020-03-24tests: add test with no arguments for AWAY commandSébastien Helleu
2020-03-24tests: add tests on IRC protocol functions with not enough argumentsSébastien Helleu
2020-03-21irc: split AUTHENTICATE message in 400-byte chunks (closes #1459)Sébastien Helleu
2020-03-19tests: add tests on functions irc_protocol_cb_mode and irc_protocol_cb_nickSébastien Helleu
2020-03-18tests: add tests on functions irc_protocol_cb_kick and irc_protocol_cb_killSébastien Helleu
2020-03-17tests: add tests on function irc_protocol_cb_joinSébastien Helleu
2020-03-16tests: add tests on function irc_protocol_cb_chghostSébastien Helleu
2020-03-15tests: rename function run_cmd_server to server_recvSébastien Helleu
2020-03-13tests: always run callback in calls to function config_file_option_setSébastien Helleu
2020-03-11tests: add tests on IRC protocol functions and some callbacksSébastien Helleu
2020-02-08tests: add tests on ANSI default text/background colorsSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-09-27irc: add "user" in output of irc_message_parse (closes #136)Sébastien Helleu
2019-08-06tests: add tests on IRC function irc_nick_is_nickSébastien Helleu
2019-08-04irc: fix length of user/nick/host in split of messages (closes #1387)Sébastien Helleu
2019-08-04tests: add missing space after name of functionSébastien Helleu
2019-08-04tests: add unit tests on IRC functions irc_message_split* (issue #1387)Sébastien Helleu
2019-08-04tests: add unit tests on IRC function irc_message_convert_charsetSébastien Helleu
2019-08-03tests: add unit tests on IRC functions irc_message_parse and irc_message_pars...Sébastien Helleu
2019-08-03tests: add unit tests on IRC function irc_message_replace_varsSébastien Helleu
2019-08-03tests: add unit tests on IRC functions irc_message_get_{nick,address}_from_hostSébastien Helleu
2019-07-10irc: add unit tests on ignore functionsSébastien Helleu
2019-05-10irc: fix parsing of MODE command when there are colons after the first mode a...Sébastien Helleu
2019-01-20tests: add missing include of stdio.hSébastien Helleu
2019-01-20tests: add tests on IRC color functionsSébastien Helleu
2019-01-13tests: add tests on function irc_protocol_parse_timeSébastien Helleu
2019-01-11tests: add tests on function irc_config_check_autojoinSébastien Helleu