summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-05-10irc: fix parsing of MODE command when there are colons after the first mode a...Sébastien Helleu
2019-04-20tests: add link with iconv library (if found)Sébastien Helleu
2019-04-01tests: add test with multiple wildcards in call to function string_matchSébastien Helleu
2019-04-01tests: add tests on function util_signal_searchSébastien Helleu
2019-04-01tests: add tests on util_timeval functionsSébastien Helleu
2019-04-01tests: add tests on function util_parse_delay with unit "ms" (milliseconds)Sébastien Helleu
2019-03-29core: move parsing of /wait delay in a separate function, with unit testsSébastien Helleu
2019-03-28core: make "input_commands_allowed" work with /wait and /repeat commands (iss...Sébastien Helleu
2019-03-25tests: fix scripting API tests on 32-bit archSébastien Helleu
2019-03-24tests: fix style in CMake fileSébastien Helleu
2019-03-24core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...Sébastien Helleu
2019-03-23tests: remove extra output before/after testsSébastien Helleu
2019-03-19tests: remove value for first #define in headersSé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-28api: add function command_options (issue #928)Sébastien Helleu
2019-02-27api: add function string_match_listSébastien Helleu
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu
2019-01-26tests: fix evaluation tests on FreeBSDSébastien Helleu
2019-01-26tests: fix UTF-8 tests on FreeBSDSébastien Helleu
2019-01-20tests: fix link of tests on GNU Hurd and FreeBSDSébastien Helleu
2019-01-20tests: add missing include of stdio.hSébastien Helleu
2019-01-20tests: add tests on IRC color functionsSébastien Helleu
2019-01-13tests: add tests on function irc_protocol_parse_timeSébastien Helleu
2019-01-11tests: add tests on function irc_config_check_autojoinSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-04tests: add missing file test-secure.cpp in autotoolsSébastien Helleu
2018-11-04api: add functions string_base_{encode,decode}, remove functions string_{enco...Sébastien Helleu
2018-11-02api: return integer in function string_encode_base16Sébastien Helleu
2018-11-02api: return integer in function string_encode_base64Sébastien Helleu
2018-11-02tests: add tests on functions secure_encrypt_data and secure_decrypt_dataSébastien Helleu
2018-11-02core: add support of TOTP generation/validation (Time-based One-Time Password)Sébastien Helleu
2018-10-09core: add repeat of string in evaluation of expressions with "repeat:count,st...Sébastien Helleu
2018-10-08core: fix evaluation of nested ternary operators (closes #1263)Sébastien Helleu
2018-09-09core: add missing slash at the end of weechat.org URLsSébastien Helleu
2018-09-01core: fix copyright datesSébastien Helleu
2018-08-18core: fix evaluation of condition when the left operand is an empty stringSébastien Helleu
2018-08-17core: add option "-P" (or "--plugins") to customize the plugins to load at st...Sébastien Helleu
2018-08-16core: fix string evaluation with regex replacement when the string is emptySébastien Helleu
2018-08-16tests: add tests on modifier hookSébastien Helleu
2018-08-15tests: properly initialize variable argc before tests on function string_splitSébastien Helleu
2018-08-15tests: add test on function string_split with a string having only delimitersSébastien Helleu
2018-08-12core: fix check of tags in linesSébastien Helleu
2018-07-13tests: fix compiler warnings on calls to snprintfSébastien Helleu
2018-06-02core: add reverse of string in evaluation of expressions with "rev:" (closes ...Sébastien Helleu
2018-06-02tests: add missing tests on function string_cutSébastien Helleu
2018-06-02core: count number of chars instead of bytes for suffix in function string_cutSébastien Helleu
2018-06-02tests: fix test of function utf8_strlen_screen on Han char (U+24B62)Sébastien Helleu
2018-05-20Merge remote-tracking branch 'origin/pr/623' into irc-3.2-capSébastien Helleu