summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-03-24core: fix tests on function strftimeval on AlpineSébastien Helleu
2024-03-17relay/api: add GET /api/hotlistSébastien Helleu
2024-03-17tests/gui: add tests on hotlist functionsSébastien Helleu
2024-03-17tests/scripts: make tests fail if a compiled scripting plugin fails to loadSébastien Helleu
2024-03-17tests: add missing include of string.h in relay API protocol testsSébastien Helleu
2024-03-16core: add variable `${highlight}` in option weechat.look.buffer_time_format (...Sébastien Helleu
2024-03-15tests: add hdata tests with struct timevalSébastien Helleu
2024-03-15core: rename variables with creation time in hdata "hotlist"Sébastien Helleu
2024-03-13tests: reorder tests on core directory functionsSébastien Helleu
2024-03-12core: remove "wee-" prefix from source files in src/core and src/core/hookSébastien Helleu
2024-03-12relay/api: add support of buffer id in POST /api/input (issue #2081)Sébastien Helleu
2024-03-12relay/api: add support of buffer id in GET /api/buffers (issue #2081)Sébastien Helleu
2024-03-12tests/relay/api: add buffer id in test of buffer to json function (issue #2081)Sébastien Helleu
2024-03-12tests/relay/api: add tests on API protocolSébastien Helleu
2024-03-12tests/relay/irc: use port 9001 for server relaySébastien Helleu
2024-03-12tests/relay/irc: fix commentsSébastien Helleu
2024-03-12tests/relay/irc: remove unused calls to record functionsSébastien Helleu
2024-03-12api: allow search by buffer id in function buffer_search (issue #2081)Sébastien Helleu
2024-03-12core: add function gui_buffer_search_by_id (issue #2081)Sébastien Helleu
2024-03-12core: rename function gui_buffer_search_by_name to gui_buffer_search (issue #...Sébastien Helleu
2024-03-12core: add unique "id" in buffer (issue #2081)Sébastien Helleu
2024-03-12api: add function "hdata_longlong" (issue #2081)Sébastien Helleu
2024-03-10core: use whole replacement string instead of first char in function gui_colo...Sébastien Helleu
2024-03-06core: add support of SGR mouse events, remove option weechat.look.mouse_timer...Sébastien Helleu
2024-03-05tests: add tests on scripting API constantsSébastien Helleu
2024-03-05api: add functions config_{boolean|integer|string|color|enum}_inherited in sc...Sébastien Helleu
2024-03-05tests/scripts: fix representation of `None` Python value in generated scriptsSébastien Helleu
2024-03-05tests: add tests on functions that read values of config optionsSébastien Helleu
2024-03-05api: add functions config_option_get_string and config_option_get_pointer in ...Sébastien Helleu
2024-02-19api: add info "plugin_loaded"Sébastien Helleu
2024-02-18tests: add tests on "api" relay (general functions and messages)Sébastien Helleu
2024-02-18relay: move functions to get URL parameters from api to relay-http.c, add testsSébastien Helleu
2024-02-18tests: fix free of HTTP requestSébastien Helleu
2024-02-16irc: add missing tags on self action messages when capability echo-message is...Sébastien Helleu
2024-02-16irc: don't strip monospace color code 0x11 from incoming messages (closes #2073)Sébastien Helleu
2024-02-11irc: add server option "autojoin_delay" (closes #862)Sébastien Helleu
2024-02-10tests: fix compiler warning on empty snprintf formatSébastien Helleu
2024-02-10core: remove trailing directory separators in home directories (closes #2070)Sébastien Helleu
2024-02-01relay: remove request from some function arguments (issue #2066)Sébastien Helleu
2024-02-01relay: allow password hash authentication in api relay, add option relay.netw...Sébastien Helleu
2024-02-01core: add support of base64url in encode/decode functions (issue #2066)Sébastien Helleu
2024-02-01relay: add support of websocket extension "permessage-deflate" (closes #1549)Sébastien Helleu
2024-02-01relay: add "api" protocol (HTTP REST API) (issue #2066)Sébastien Helleu
2024-01-27core: use function util_strftimeval in evaluation of expression `date:xxx`Sébastien Helleu
2024-01-27api: add support of specifier `%!` for timestamp in function util_strftimevalSébastien Helleu
2024-01-24core: allow case insensitive search of partial buffer name with `(?i)name` in...Sébastien Helleu
2024-01-24tests: add tests on buffer properties "opening" and "type"Sébastien Helleu
2024-01-22tests: remove extra empty lineSébastien Helleu
2024-01-22irc: fix random date displayed when a received message contains tags but no "...Sébastien Helleu
2024-01-21tests: add missing format string in calls to snprintfSébastien Helleu