summaryrefslogtreecommitdiff
path: root/tests/unit/core/test-core-string.cpp
AgeCommit message (Expand)Author
2020-03-01core: move crypto functions to wee-crypto.c, rename API function string_hash ...Sébastien Helleu
2020-03-01core: merge functions string_hash_binary and string_hash into a single functi...Sébastien Helleu
2020-02-29core: add support of CRC32 algorithm in hash functionsSébastien Helleu
2020-02-29api: add functions string_hash_binary and string_hashSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-10-12core: add reverse of string for screen in evaluation of expressions with "rev...Sébastien Helleu
2019-09-17Fixed segfault during excessive evaluation.Tobias Stoeckmann
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-06-15core: check that string pointer is not NULL in function "string_shared_get"Sébastien Helleu
2019-04-01tests: add test with multiple wildcards in call to function string_matchSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-03-09core: add value -1 for keep_eol in function string_strip (issue #1322)Sébastien Helleu
2019-02-27api: add function string_match_listSébastien Helleu
2019-01-11tests: add tests on function irc_config_check_autojoinSébastien Helleu