aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* irc: fix parsing of MODE command when there are colons after the first mode argument (closes #1296)Sébastien Helleu2019-05-103-0/+74
* tests: add link with iconv library (if found)Sébastien Helleu2019-04-201-0/+4
* tests: add test with multiple wildcards in call to function string_matchSébastien Helleu2019-04-011-0/+1
* tests: add tests on function util_signal_searchSébastien Helleu2019-04-011-1/+37
* tests: add tests on util_timeval functionsSébastien Helleu2019-04-011-0/+7
* tests: add tests on function util_parse_delay with unit "ms" (milliseconds)Sébastien Helleu2019-04-011-0/+3
* core: move parsing of /wait delay in a separate function, with unit testsSébastien Helleu2019-03-291-0/+49
* core: make "input_commands_allowed" work with /wait and /repeat commands (issue #928)Sébastien Helleu2019-03-281-1/+1
* tests: fix scripting API tests on 32-bit archSébastien Helleu2019-03-251-1/+1
* tests: fix style in CMake fileSébastien Helleu2019-03-241-4/+5
* core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage optionsSébastien Helleu2019-03-241-7/+7
* tests: remove extra output before/after testsSébastien Helleu2019-03-231-11/+1
* tests: remove value for first #define in headersSébastien Helleu2019-03-191-1/+1
* core: replace argument "keep_eol" by "flags" in function string_split (closes #1322)Sébastien Helleu2019-03-102-33/+86
* core: add value -1 for keep_eol in function string_strip (issue #1322)Sébastien Helleu2019-03-091-0/+98
* api: add function command_options (issue #928)Sébastien Helleu2019-02-281-0/+8
* api: add function string_match_listSébastien Helleu2019-02-272-0/+66
* spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu2019-02-191-1/+1
* tests: fix evaluation tests on FreeBSDSébastien Helleu2019-01-261-4/+4
* tests: fix UTF-8 tests on FreeBSDSébastien Helleu2019-01-261-3/+10
* tests: fix link of tests on GNU Hurd and FreeBSDSébastien Helleu2019-01-201-1/+2
* tests: add missing include of stdio.hSébastien Helleu2019-01-201-0/+1
* tests: add tests on IRC color functionsSébastien Helleu2019-01-203-1/+497
* tests: add tests on function irc_protocol_parse_timeSébastien Helleu2019-01-133-1/+62
* tests: add tests on function irc_config_check_autojoinSébastien Helleu2019-01-1117-52/+166
* core: update copyright datesSébastien Helleu2019-01-0122-22/+22
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-2922-22/+22
* tests: add missing file test-secure.cpp in autotoolsSébastien Helleu2018-11-041-0/+1
* api: add functions string_base_{encode,decode}, remove functions string_{encode,decode}_base64Sébastien Helleu2018-11-041-54/+66
* api: return integer in function string_encode_base16Sébastien Helleu2018-11-021-6/+11
* api: return integer in function string_encode_base64Sébastien Helleu2018-11-021-32/+13
* tests: add tests on functions secure_encrypt_data and secure_decrypt_dataSébastien Helleu2018-11-021-0/+63
* core: add support of TOTP generation/validation (Time-based One-Time Password)Sébastien Helleu2018-11-024-0/+227
* core: add repeat of string in evaluation of expressions with "repeat:count,string" (closes #958)Sébastien Helleu2018-10-092-0/+26
* core: fix evaluation of nested ternary operators (closes #1263)Sébastien Helleu2018-10-081-0/+7
* core: add missing slash at the end of weechat.org URLsSébastien Helleu2018-09-091-4/+4
* core: fix copyright datesSébastien Helleu2018-09-014-4/+4
* core: fix evaluation of condition when the left operand is an empty stringSébastien Helleu2018-08-181-0/+8
* core: add option "-P" (or "--plugins") to customize the plugins to load at startupSébastien Helleu2018-08-171-1/+1
* core: fix string evaluation with regex replacement when the string is emptySébastien Helleu2018-08-161-0/+12
* tests: add tests on modifier hookSébastien Helleu2018-08-164-0/+396
* tests: properly initialize variable argc before tests on function string_splitSébastien Helleu2018-08-151-0/+6
* tests: add test on function string_split with a string having only delimitersSébastien Helleu2018-08-151-0/+3
* core: fix check of tags in linesSébastien Helleu2018-08-1214-103/+251
* tests: fix compiler warnings on calls to snprintfSébastien Helleu2018-07-131-1/+1
* core: add reverse of string in evaluation of expressions with "rev:" (closes #1200)Sébastien Helleu2018-06-022-0/+28
* tests: add missing tests on function string_cutSébastien Helleu2018-06-021-0/+104
* core: count number of chars instead of bytes for suffix in function string_cutSébastien Helleu2018-06-021-1/+1
* tests: fix test of function utf8_strlen_screen on Han char (U+24B62)Sébastien Helleu2018-06-021-2/+1
* Merge remote-tracking branch 'origin/pr/623' into irc-3.2-capSébastien Helleu2018-05-201-0/+1
|\