summaryrefslogtreecommitdiff
path: root/tests/scripts
AgeCommit message (Collapse)Author
2023-04-12irc: set gnutls_sess, tls_cert and tls_cert_key to NULL by default in server ↵Sébastien Helleu
(issue #1903)
2023-03-16core: add configuration version, add API function config_set_versionSébastien Helleu
2023-01-29core: force ctrl keys to lower case when they are added (closes #1875)Sébastien Helleu
2023-01-04tests: fix long lines in scripting API testsSébastien Helleu
2023-01-04tests: ignore module level import not at top of file (flake8 E402)Sébastien Helleu
2023-01-04tests: mark methods is_bool and is_number as staticSébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-10-15python: remove support of Python 2.xSébastien Helleu
2022-10-15tests: ignore pylint error unnecessary-passSébastien Helleu
2022-10-15api: do not expect any return value in callbacks change/delete of ↵Sébastien Helleu
config_new_option (scripting API)
2022-10-15tests: add tests on config functions (scripting API)Sébastien Helleu
2022-09-27api: restrict number to integer in function string_parse_sizeSébastien Helleu
2022-09-27api: add function string_parse_sizeSébastien Helleu
2022-08-03tests: fix pylint errorsSébastien Helleu
2022-08-02tests: fix _ast_num in script generatorSébastien Helleu
2022-08-02tests: fix scripting API tests with Python 3.8Sébastien Helleu
2022-08-02tests: disable pylint errors in testapi.pySébastien Helleu
2022-08-02tests: add tests on hdata functions (scripting API)Sébastien Helleu
2022-08-02tests: fix assignment in tcl script generatorSébastien Helleu
2022-08-02tests: fix assignment in perl script generatorSébastien Helleu
2022-08-02tests: use double quotes instead of simple quotes in ruby script generatorSébastien Helleu
This allows to use escaped chars in strings.
2022-08-02tests: add subscript in script generatorSébastien Helleu
2022-08-02tests: fix unary op in script generatorSébastien Helleu
2022-08-01scripts: fix issue with long interval in function hook_timerSébastien Helleu
Affected plugins: python, ruby, lua, tcl, guile, javascript, php.
2022-08-01scripts: fix issue with year ≥ 2038 in functions print_date_tags and ↵Sébastien Helleu
print_y_date_tags Affected plugins: python, lua, tcl, guile, javascript.
2022-08-01scripts: fix issue with year ≥ 2038 in function infolist_new_var_timeSébastien Helleu
Affected plugins: python, lua, tcl, guile, javascript.
2022-08-01tests: fix run of Guile test scriptSébastien Helleu
2022-03-13tests: add tests on functions gui_buffer_new and gui_buffer_new_propsSébastien Helleu
2022-03-10tests: move include of tests/tests.h outside of extern "C"Sébastien Helleu
2022-01-30core: add support of date and tags in messages displayed in buffers with ↵Sébastien Helleu
free content, add function printf_y_date_tags (closes #1746)
2022-01-17core: update copyright datesSébastien Helleu
2021-11-06api: add parameters pointers, extra_vars and options in function hdata_searchSébastien Helleu
2021-10-14tests: fix typo in commentSébastien Helleu
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default ↵Sébastien Helleu
(issue #1285) The 4 directories (which can be the same): - config: configuration files, certificates - data: log/upgrade files, local plugins, scripts, xfer files - cache: script repository, scripts downloaded (temporary location) - runtime: FIFO pipe, relay UNIX sockets
2021-03-19tests: disable pylint error useless-object-inheritanceSébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-08-29tests: fix compilation with CppUTest ≥ 4.0Sébastien Helleu
MemoryLeakWarningPlugin::turnOnNewDeleteOverloads is replaced by MemoryLeakWarningPlugin::turnOnThreadSafeNewDeleteOverloads, which is available in both CppUTest 3.x and 4.0.
2020-08-22api: add function string_color_code_size (issue #1547)Sébastien Helleu
2020-05-17tests: run tests on plugins only if the plugins are enabled and compiledSébastien Helleu
2020-05-08core: rename functions hook_completion_{get_string|list_add} to ↵Sébastien Helleu
completion_{get_string|list_add} Old functions are kept for compatibility reasons.
2020-05-03tests: fix pylint errorsSébastien Helleu
2020-03-11tests: add tests on IRC protocol functions and some callbacksSébastien Helleu
Functions tested: * irc_protocol_is_numeric_command * irc_protocol_log_level_for_command * irc_protocol_tags * irc_protocol_nick_address * irc_protocol_cb_account * irc_protocol_cb_away * irc_protocol_cb_001 * irc_protocol_cb_005
2020-03-02tests: fix generation of test scripts with Python 3.8Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-03-25tests: fix scripting API tests on 32-bit archSébastien Helleu
The problem is that on 32-bit arch (like GNU/Hurd), the number 42000000000000 is converted to 42000000000000L in Python, which is causing troubles in other languages like Perl. The fix is to use a smaller number. Such large size for function string_format_size is tested in the C++ test suite anyway.
2019-02-28api: add function command_options (issue #928)Sébastien Helleu
2019-02-27api: add function string_match_listSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-09-01core: fix copyright datesSébastien Helleu