summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-08-03irc: fix SASL authentication when AUTHENTICATE message is received with a ser...Sébastien Helleu
2021-08-03api: add random integer number in evaluation of expressions with "random:min,...Sébastien Helleu
2021-07-04tests: add tests on typing plugin functionsSébastien Helleu
2021-07-04typing: add typing pluginSébastien Helleu
2021-07-03api: add function file_copy (issue #1667)Sébastien Helleu
2021-06-26api: remember insertion order in hashtablesSébastien Helleu
2021-06-24irc: add support of capability "message-tags" (closes #1654)Sébastien Helleu
2021-06-24irc: add keys/values with tags in output of irc_message_parse_to_hashtable (i...Sébastien Helleu
2021-06-24irc: add support of TAGMSG messages (issue #1654)Sébastien Helleu
2021-06-24irc: escape/unescape IRC message tags values (issue #1654)Sébastien Helleu
2021-06-22core: fix function string_match with joker in the string if multiple words ma...Sébastien Helleu
2021-06-21tests: fix modifier name in commentSébastien Helleu
2021-06-19irc: enable all capabilities by default (supported by both server and WeeChat...Sébastien Helleu
2021-06-16tests: fix tests on signal_search_numberSébastien Helleu
2021-06-15irc: add command /setname, add support of message and capability "setname" (c...Sébastien Helleu
2021-06-15irc: add support of FAIL/WARN/NOTE messages (issue #1653)Sébastien Helleu
2021-06-01api: add function crypto_hmac (issue #1628)Sébastien Helleu
2021-06-01tests: add test of base64 encode/decode with NUL char in stringSébastien Helleu
2021-05-25tests: replace freenode by libera in testsSébastien Helleu
2021-05-16tests: remove dependency on French locale in eval testsSébastien Helleu
2021-05-16tests: add missing include of locale.h in eval testsSébastien Helleu
2021-05-16tests: remove commented includesSébastien Helleu
2021-05-16core: set server name when connecting to server with TLS (SNI extension) only...Sébastien Helleu
2021-05-16tests: add tests on translation in evaluated expressionsSébastien Helleu
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default (is...Sébastien Helleu
2021-05-11core: move home directory functions from weechat.c to wee-dir.c (issue #1285)Sébastien Helleu
2021-05-11core: move directory/file functions from wee-util.c to wee-dir.c (issue #1285)Sébastien Helleu
2021-04-11tests: fix if/else blocks in trigger testsSébastien Helleu
2021-04-11trigger: add tests on main trigger functionsSébastien Helleu
2021-04-04core: evaluate left/right part of comparison after split on the comparison op...Sébastien Helleu
2021-03-19tests: disable pylint error useless-object-inheritanceSébastien Helleu
2021-03-17api: add support of pointer names in function string_eval_expression (direct ...Sébastien Helleu
2021-03-17tests: use macros UINT32_C and UINT64_C for integer constants of type uint32_...Sébastien Helleu
2021-03-16core: add options to customize commands on system signals, quit by default on...Sébastien Helleu
2021-02-05core: add raw string in evaluation of expressions with "raw:xxx" (closes #1611)Sébastien Helleu
2021-02-03irc: add info "irc_is_message_ignored"Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2021-01-01core: add indentation and colors in /eval debug outputSébastien Helleu
2020-12-31core: display more verbose debug with two "-d" in command /evalSébastien Helleu
2020-12-25core: do not remove quotes in arguments of command /eval (closes #1601)Sébastien Helleu
2020-11-14core: add evaluation of conditions in evaluation of expressions with "eval_co...Sébastien Helleu
2020-10-04tests: add missing braces around if/else in macro WEE_NICK_STRDUP_FOR_COLOR (...Sébastien Helleu
2020-10-04api: add optional list of colors in infos "nick_color" and "nick_color_name" ...Sébastien Helleu
2020-10-04core: add argument "num_colors" in function gui_nick_hash_color, add tests on...Sébastien Helleu
2020-10-03tests: run callback when resetting options in testsSébastien Helleu
2020-08-29tests: fix compilation with CppUTest ≥ 4.0Sébastien Helleu
2020-08-23api: add argument "bytes" in function string_dyn_concatSébastien Helleu
2020-08-22api: add function string_color_code_size (issue #1547)Sébastien Helleu
2020-08-15core: set "notify_level" to 3 if there is a highlight in the line (closes #1529)Sébastien Helleu
2020-08-05irc: send all channels in a single JOIN command when reconnecting to the serv...Sébastien Helleu