summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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: use correct data type method in hdata testsLuK1337
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-16api: add function hook_urlSé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-09-09scripts: add functions config_enum and config_enum_default in scripting API (...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
2023-08-24api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...Sébastien Helleu
2023-08-24core: add options weechat.buffer.* to save buffer properties set by user (iss...Sébastien Helleu
2023-08-24irc: compute color in case insensitive way (closes #194)Sébastien Helleu
2023-08-24irc: add functions to convert strings to lower/upper case (following casemapp...Sébastien Helleu
2023-08-23irc: add tests on server functionsSébastien Helleu
2023-08-23tests: add tests on string comparison functions with range of 29 charsSébastien Helleu
2023-08-21logger: remove trailing empty line in display of backlog (closes #2002)Sébastien Helleu
2023-08-21tests: change date format in test of print_date_tagsSébastien Helleu
2023-08-18scripts: fix tests of functions print_date_tag, print_y_date_tags and hook_ti...Sébastien Helleu
2023-08-18scripts: fix function string_parse_size on 32-bit systems (python and ruby) (...Sébastien Helleu
2023-08-18xfer: fix conversion of string to IPv4 on 32-bit systems (issue #1999)Sébastien Helleu
2023-08-18tests: add tests on GUI buffer functionsSébastien Helleu
2023-08-18tests: fix NULL pointer comparison in test of function irc_message_parse_to_h...Sébastien Helleu
2023-08-18tests: fix tests on function irc_join_compare_join_channel (closes #1997)Sébastien Helleu
2023-08-18tests: fix typo in test nameSébastien Helleu
2023-08-16tests: add tests on eval ternary operator with extra colon in valueSébastien Helleu
2023-08-14tests: add empty function to test function irc_list_buffer_set_localvar_filterSébastien Helleu
2023-08-12irc: add buffer for /list reply (closes #1972)Sébastien Helleu
2023-08-09irc: add missing tags on multiline messages (closes #1987)Sébastien Helleu
2023-08-08relay: fix display of IRC CTCP messages received from client (issue #1986)Sébastien Helleu
2023-08-01tests: add test on IRC notice sent to another nick with channel name at begin...Sébastien Helleu
2023-07-18irc: fix display of self CTCP message containing bold attribute (closes #1981)Sébastien Helleu