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-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
2023-07-01
tests: fix hdata tests failure on Alpine 3.18
Sébastien Helleu
2023-06-27
core: check for newline characters in string_is_whitespace_char
Trygve Aaberge
2023-05-23
tests: check tags in messages displayed by IRC plugin
Sébastien Helleu
2023-05-22
tests: separate prefix from message in recorded messages
Sébastien Helleu
2023-05-14
tests: reverse arguments in calls to STRCMP_EQUAL
Sébastien Helleu
2023-05-05
core: fix execution of multiple commands separated by newline when there are ...
Sébastien Helleu
2023-05-04
api: don't split on newline by default in functions `command` and `command_op...
Sébastien Helleu
2023-03-28
core: check that infolist is not NULL in next/prev/reset_item_cursor functions
Sébastien Helleu
2023-03-26
core: Implement commands for operating on a single input line
Trygve Aaberge
2023-03-19
core: do not call check callback when setting default value of option
Sébastien Helleu
2023-03-19
core: add command `/reset` to reset options to their default values
Sébastien Helleu
2023-03-16
core: add function config_file_option_set_default
Sébastien Helleu
2023-03-16
core: add configuration version, add API function config_set_version
Sébastien Helleu
2023-03-12
tests: add tests on functions weeurl_search_constant and weeurl_search_option
Sébastien Helleu
2023-03-10
core: allow /eval to get hashtable properties
Andrew Potter
2023-01-30
tests: fix comments (issue #1877)
Sébastien Helleu
2023-01-30
core: add function string_get_common_bytes_count (issue #1877)
Sébastien Helleu
2023-01-30
core: add function string_levenshtein (issue #1877)
Sébastien Helleu
[next]