summaryrefslogtreecommitdiff
path: root/tests/unit/core
AgeCommit message (Expand)Author
2024-05-08tests: fix typo in commentSébastien Helleu
2024-05-08api: return `-1` or `1` if one input string is NULL and not the other in stri...Sébastien Helleu
2024-04-26irc: remove check of NULL pointers before calling weechat_list_free() (issue ...Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_infolist_free()...Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_config_option_f...Sébastien Helleu
2024-04-26core: remove check of NULL pointers before calling string_shared_free() (issu...Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_hashtable_free(...Sébastien Helleu
2024-04-26tests: split hook tests into multiple files (issue #865)Sébastien Helleu
2024-04-26tests: move hook modifier tests to a separate file (issue #865)Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_arraylist_free(...Sébastien Helleu
2024-04-12core: add support for $XDG_STATE_HOME90
2024-04-07api: add function "asprintf"Sébastien Helleu
2024-04-07buffer: add property `input_get_any_user_data` in buffer (issue #2066)Sébastien Helleu
2024-04-01core: fix print of pointer valuesSébastien Helleu
2024-03-24core: fix tests on function strftimeval on AlpineSébastien Helleu
2024-03-15tests: add hdata tests with struct timevalSébastien Helleu
2024-03-13tests: reorder tests on core directory functionsSébastien Helleu
2024-03-12core: remove "wee-" prefix from source files in src/core and src/core/hookSébastien Helleu
2024-03-12api: add function "hdata_longlong" (issue #2081)Sébastien Helleu
2024-03-05api: add functions config_{boolean|integer|string|color|enum}_inherited in sc...Sébastien Helleu
2024-03-05tests: add tests on functions that read values of config optionsSébastien Helleu
2024-02-10tests: fix compiler warning on empty snprintf formatSébastien Helleu
2024-02-10core: remove trailing directory separators in home directories (closes #2070)Sébastien Helleu
2024-02-01core: add support of base64url in encode/decode functions (issue #2066)Sébastien Helleu
2024-01-27core: use function util_strftimeval in evaluation of expression `date:xxx`Sébastien Helleu
2024-01-27api: add support of specifier `%!` for timestamp in function util_strftimevalSébastien Helleu
2024-01-22irc: fix random date displayed when a received message contains tags but no "...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-02tests: remove unneeded constant TOTP_SECRETSé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-10-30tests: check that environment variable "HOME" is set before using itSé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-09-25tests: cast infolist time variable value to the correct data typeLuK1337
2023-09-20tests: fix condition on libgcrypt version for algorithms `sha512-224` and `sh...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-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-25core: add function util_get_microseconds_stringSébastien Helleu
2023-08-25core: add microseconds precision in function util_parse_delaySébastien Helleu
2023-08-24api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...Sébastien Helleu
2023-08-23tests: add tests on string comparison functions with range of 29 charsSébastien Helleu
2023-08-16tests: add tests on eval ternary operator with extra colon in valueSébastien Helleu
2023-07-08core: add option type "enum" (closes #1973)Sébastien Helleu