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
/
test-core-string.cpp
Age
Commit message (
Expand
)
Author
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-10-03
tests: run callback when resetting options in tests
Sébastien Helleu
2020-08-23
api: add argument "bytes" in function string_dyn_concat
Sébastien Helleu
2020-05-31
tests: fix memory leak in test of function string_hex_dump
Sébastien Helleu
2020-05-21
tests: add tests on function string_input_for_buffer with custom command chars
Sébastien Helleu
2020-05-21
tests: add tests on function string_is_command_char with custom command chars
Sébastien Helleu
2020-05-21
tests: add test on function string_base64_decode with truncated base64 string
Sébastien Helleu
2020-05-21
tests: add test on function string_base16_decode with a char >= 0xA0
Sébastien Helleu
2020-05-21
core: move functions string_base_encode and string_base_decode from plugin-ap...
Sébastien Helleu
2020-05-21
core: return -1 in case of error in functions string_base16_decode and string...
Sébastien Helleu
2020-03-01
core: move crypto functions to wee-crypto.c, rename API function string_hash ...
Sébastien Helleu
2020-03-01
core: merge functions string_hash_binary and string_hash into a single functi...
Sébastien Helleu
2020-02-29
core: add support of CRC32 algorithm in hash functions
Sébastien Helleu
2020-02-29
api: add functions string_hash_binary and string_hash
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-10-12
core: add reverse of string for screen in evaluation of expressions with "rev...
Sébastien Helleu
2019-09-17
Fixed segfault during excessive evaluation.
Tobias Stoeckmann
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-06-15
core: check that string pointer is not NULL in function "string_shared_get"
Sébastien Helleu
2019-04-01
tests: add test with multiple wildcards in call to function string_match
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-03-09
core: add value -1 for keep_eol in function string_strip (issue #1322)
Sébastien Helleu
2019-02-27
api: add function string_match_list
Sébastien Helleu
2019-01-11
tests: add tests on function irc_config_check_autojoin
Sébastien Helleu