index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
/
core
Age
Commit message (
Expand
)
Author
2024-05-08
tests: fix typo in comment
Sébastien Helleu
2024-05-08
api: return `-1` or `1` if one input string is NULL and not the other in stri...
Sébastien Helleu
2024-04-26
irc: remove check of NULL pointers before calling weechat_list_free() (issue ...
Sébastien Helleu
2024-04-26
plugins: remove check of NULL pointers before calling weechat_infolist_free()...
Sébastien Helleu
2024-04-26
plugins: remove check of NULL pointers before calling weechat_config_option_f...
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling string_shared_free() (issu...
Sébastien Helleu
2024-04-26
plugins: remove check of NULL pointers before calling weechat_hashtable_free(...
Sébastien Helleu
2024-04-26
tests: split hook tests into multiple files (issue #865)
Sébastien Helleu
2024-04-26
tests: move hook modifier tests to a separate file (issue #865)
Sébastien Helleu
2024-04-26
plugins: remove check of NULL pointers before calling weechat_arraylist_free(...
Sébastien Helleu
2024-04-12
core: add support for $XDG_STATE_HOME
90
2024-04-07
api: add function "asprintf"
Sébastien Helleu
2024-04-07
buffer: add property `input_get_any_user_data` in buffer (issue #2066)
Sébastien Helleu
2024-04-01
core: fix print of pointer values
Sébastien Helleu
2024-03-24
core: fix tests on function strftimeval on Alpine
Sébastien Helleu
2024-03-15
tests: add hdata tests with struct timeval
Sébastien Helleu
2024-03-13
tests: reorder tests on core directory functions
Sébastien Helleu
2024-03-12
core: remove "wee-" prefix from source files in src/core and src/core/hook
Sébastien Helleu
2024-03-12
api: add function "hdata_longlong" (issue #2081)
Sébastien Helleu
2024-03-05
api: add functions config_{boolean|integer|string|color|enum}_inherited in sc...
Sébastien Helleu
2024-03-05
tests: add tests on functions that read values of config options
Sébastien Helleu
2024-02-10
tests: fix compiler warning on empty snprintf format
Sébastien Helleu
2024-02-10
core: remove trailing directory separators in home directories (closes #2070)
Sébastien Helleu
2024-02-01
core: add support of base64url in encode/decode functions (issue #2066)
Sébastien Helleu
2024-01-27
core: use function util_strftimeval in evaluation of expression `date:xxx`
Sébastien Helleu
2024-01-27
api: add support of specifier `%!` for timestamp in function util_strftimeval
Sébastien Helleu
2024-01-22
irc: fix random date displayed when a received message contains tags but no "...
Sébastien Helleu
2024-01-05
api: add function util_parse_time (issue #649)
Sébastien Helleu
2024-01-01
core: update copyright dates
Sébastien Helleu
2023-12-26
core: store microseconds in buffer lines (closes #649)
Sébastien Helleu
2023-12-02
tests: remove unneeded constant TOTP_SECRET
Sébastien Helleu
2023-11-24
tests: add eval tests on "raw" and "raw_hl" with escaped prefix
Sébastien Helleu
2023-11-23
tests: fix tests on function string_replace_with_callback
Sébastien Helleu
2023-11-23
core: evaluate expressions even when the suffix is missing (issue #2042, issu...
Sébastien Helleu
2023-11-23
core: add syntax highlighting in evaluation of expressions, add option weecha...
Sébastien Helleu
2023-10-30
tests: check that environment variable "HOME" is set before using it
Sébastien Helleu
2023-10-17
api: add support of format/translation of command arguments description line ...
Sébastien Helleu
2023-10-17
api: add function string_concat (issue #2005)
Sébastien Helleu
2023-09-25
tests: cast infolist time variable value to the correct data type
LuK1337
2023-09-20
tests: fix condition on libgcrypt version for algorithms `sha512-224` and `sh...
Sébastien Helleu
2023-09-13
core: add algorithms `sha512-224`, `sha512-256`, `sha3-*`, blake2b-*` and `bl...
Sébastien Helleu
2023-09-13
api: add algorithms `sha512-224`, `sha512-256`, blake2b-*` and `blake2s-*` in...
Sébastien Helleu
2023-08-29
api: add support of path to variable and hashtable comparison in function hda...
Sébastien Helleu
2023-08-28
core: add command `/sys` to show resource limits and usage
Sébastien Helleu
2023-08-25
core: add function util_get_microseconds_string
Sébastien Helleu
2023-08-25
core: add microseconds precision in function util_parse_delay
Sébastien Helleu
2023-08-24
api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...
Sébastien Helleu
2023-08-23
tests: add tests on string comparison functions with range of 29 chars
Sébastien Helleu
2023-08-16
tests: add tests on eval ternary operator with extra colon in value
Sébastien Helleu
2023-07-08
core: add option type "enum" (closes #1973)
Sébastien Helleu
[next]