Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-11 | core: 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-01-02 | core: update copyright dates | Sébastien Helleu | |
2020-08-29 | tests: fix compilation with CppUTest ≥ 4.0 | Sébastien Helleu | |
MemoryLeakWarningPlugin::turnOnNewDeleteOverloads is replaced by MemoryLeakWarningPlugin::turnOnThreadSafeNewDeleteOverloads, which is available in both CppUTest 3.x and 4.0. | |||
2020-05-17 | tests: run tests on plugins only if the plugins are enabled and compiled | Sébastien Helleu | |
2020-03-11 | tests: add tests on IRC protocol functions and some callbacks | Sé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-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-09-01 | core: fix copyright dates | Sébastien Helleu | |
2018-07-13 | tests: fix compiler warnings on calls to snprintf | Sébastien Helleu | |
2018-04-13 | tests: turn off memory leak detection only when testing javascript API | Sébastien Helleu | |
2018-04-13 | tests: fix typo in language name | Sébastien Helleu | |
2017-10-10 | tests: add command /testapi.xx in test script, display elapsed time in ↵ | Sébastien Helleu | |
scripting API tests | |||
2017-10-07 | tests: fix scripting API tests when they are run from autotools build directory | Sébastien Helleu | |
2017-10-07 | tests: fix comments | Sébastien Helleu | |
2017-10-07 | tests: add scripting API tests (issue #104) | Sébastien Helleu | |
Automatic tests of scripting API are made with Python scripts: - unparse.py: convert Python code to other languages - testapigen.py: generate scripts in all languages to test the API - testapi.py scripting API tests |