summaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2024-01-12irc: add tests on info functions (issue #2059)Sébastien Helleu
2024-01-05irc: fix display of self messages in case of message split failureSébastien Helleu
2024-01-05irc: remove function irc_protocol_parse_time, use API function weechat_util_p...Sébastien Helleu
2024-01-05api: add function util_parse_time (issue #649)Sébastien Helleu
2024-01-01core: update copyright datesSébastien Helleu
2023-12-26core: store microseconds in buffer lines (closes #649)Sébastien Helleu
2023-12-15tests: add missing include of string.h in plugin API info testsSébastien Helleu
2023-12-10irc: add option irc.look.display_host_wallopsSébastien Helleu
2023-12-10tests: add tests with options irc.look.display_host_{join|join_local|notice|q...Sébastien Helleu
2023-12-02tests: rename testsSébastien Helleu
2023-12-02tests: add tests on plugin config functionsSébastien Helleu
2023-12-02tests: rename file test-plugins-api-info.cpp to test-plugin-api-info.cppSébastien Helleu
2023-12-02tests: fix tests on function plugin_api_infolist_plugin_cbSébastien Helleu
2023-12-02tests: add tests on plugin API info functionsSébastien Helleu
2023-12-02tests: remove unneeded constant TOTP_SECRETSébastien Helleu
2023-12-01tests: add placeholders for new functions in irc server testsSébastien Helleu
2023-11-29irc: display messages 730/731 even if command `/notify` was not used (closes ...Sébastien Helleu
2023-11-24tests: add eval tests on "raw" and "raw_hl" with escaped prefixSébastien Helleu
2023-11-23tests: fix tests on function string_replace_with_callbackSébastien Helleu
2023-11-23core: evaluate expressions even when the suffix is missing (issue #2042, issu...Sébastien Helleu
2023-11-23core: add syntax highlighting in evaluation of expressions, add option weecha...Sébastien Helleu
2023-11-11core: add incremental search in commands history (issue #2040)Sébastien Helleu
2023-11-07tests: add tests on IRC message 337Sébastien Helleu
2023-11-04core: remove incorrect warning when binding keys F10 to F20 (closes #2039)Sébastien Helleu
2023-11-01irc: add option irc.color.term_remap (closes #2025)Sébastien Helleu
2023-11-01irc: add support of RGB colors in messages (issue #2025)Sébastien Helleu
2023-10-30tests: check that environment variable "HOME" is set before using itSébastien Helleu
2023-10-30irc: add tags "nick_xxx" and "host_xxx" in all messages, including self and s...Sébastien Helleu
2023-10-23core: fix crash when a custom bar item name is already used by a default bar ...Sébastien Helleu
2023-10-19irc: revert compute of nick colors to case sensitive way, deprecate again IRC...Sébastien Helleu
2023-10-17api: add support of format/translation of command arguments description line ...Sébastien Helleu
2023-10-17api: add function string_concat (issue #2005)Sébastien Helleu
2023-10-15irc: add structure with context sent as unique parameter to IRC protocol call...Sébastien Helleu
2023-09-25tests: cast infolist time variable value to the correct data typeLuK1337
2023-09-22irc: display "owner" for +q and "admin" for +a in output of `/names` (closes ...Sébastien Helleu
2023-09-20tests: fix condition on libgcrypt version for algorithms `sha512-224` and `sh...Sébastien Helleu
2023-09-14irc: add option irc.look.open_pv_buffer_echo_msg (issue #2016)Sébastien Helleu
2023-09-14irc: open a query buffer on PRIVMSG received from self nick when capability e...Sébastien Helleu
2023-09-14irc: don't open a new private buffer on `/msg` command when capability echo-m...Sébastien Helleu
2023-09-13core: add algorithms `sha512-224`, `sha512-256`, `sha3-*`, blake2b-*` and `bl...Sébastien Helleu
2023-09-13api: add algorithms `sha512-224`, `sha512-256`, blake2b-*` and `blake2s-*` in...Sébastien Helleu
2023-09-11irc: fix autojoin of channels when private buffers are opened (closes #2012)Sébastien Helleu
2023-09-11irc: reset filter and sort when /list buffer is closed (issue #1972)Sébastien Helleu
2023-08-29api: add support of path to variable and hashtable comparison in function hda...Sébastien Helleu
2023-08-28core: add command `/sys` to show resource limits and usageSébastien Helleu
2023-08-26irc: add count for all nick modes in output of `/names` (closes #97)Sébastien Helleu
2023-08-25core: add function util_get_microseconds_stringSébastien Helleu
2023-08-25core: add microseconds precision in function util_parse_delaySébastien Helleu
2023-08-25tests: add tests on GUI buffer functionsSébastien Helleu
2023-08-24irc: add local key bindings during the /list buffer creationSébastien Helleu