summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-05-26tests: fix compilation of tests on Rocky 9.4Sébastien Helleu
2024-05-26tests: relay: fix HotlistToJson test on s390xLuK1337
2024-05-26tests: scripts: fix wrong ifdef checkLuK1337
2024-05-26tests: relay: add missing <string.h> includeLuK1337
2024-05-25tests: add test of IRC message split with newline but no serverSébastien Helleu
2024-05-25tests: remove dead assignmentsSébastien Helleu
2024-05-25tests: fix tests on hook_infolist_get with an invalid pointerSébastien Helleu
2024-05-14relay: add option "autoconnect" in remoteSébastien Helleu
2024-05-13irc: allow range in commands `/unban` and `/unquiet` (closes #2113)Sébastien Helleu
2024-05-12relay/api: add field "modes" in GET /api/buffersSébastien Helleu
2024-05-12core: add buffer property "modes"Sébastien Helleu
2024-05-12core: restore buffer input prompt on /upgradeSébastien Helleu
2024-05-11core: fix conversion of WeeChat bar colors to ANSI colorsSébastien Helleu
2024-05-11core: fix conversion of WeeChat "default" color to ANSI colorSébastien Helleu
2024-05-11tests: split strings with colors for readabilitySébastien Helleu
2024-05-11relay/api: add field "input_prompt" in GET /api/buffersSébastien Helleu
2024-05-10core: add buffer property "input_prompt"Sébastien Helleu
2024-05-09irc: rename function irc_server_buffer_set_input_multiline to irc_server_set_...Sébastien Helleu
2024-05-08core: add function gui_buffer_set_filterSébastien Helleu
2024-05-08core: add function gui_buffer_set_inputSébastien Helleu
2024-05-08tests: add placeholder for tests on function gui_buffer_set_input_get_any_use...Sébastien Helleu
2024-05-08core: add function gui_buffer_set_notifySébastien Helleu
2024-05-08core: add function gui_buffer_set_day_changeSébastien Helleu
2024-05-08tests: fix typo in commentSébastien Helleu
2024-05-08api: return `-1` or `1` if one input string is NULL and not the other in stri...Sébastien Helleu
2024-05-05relay/api: add input fields in GET /api/buffersSébastien Helleu
2024-05-05relay/api: add parameter "lines_free" in GET /api/buffersSébastien Helleu
2024-05-05tests: add test on relay API preflight request (OPTIONS)Sébastien Helleu
2024-05-05tests: fix relay API protocol testsSébastien Helleu
2024-05-04tests: add placeholders for tests on relay api remote event functionsSébastien Helleu
2024-05-01relay/api: add buffer keys in GET /api/buffers (issue #2066)Sébastien Helleu
2024-04-29relay/api: add color names for groups and nicks in GET /api/buffersSébastien Helleu
2024-04-29relay/api: add nicklist boolean fields in GET /api/buffersSébastien Helleu
2024-04-29relay/api: rename field "nicklist" to "nicklist_root" in GET /api/buffersSébastien Helleu
2024-04-29api: allow to set nicklist group/nick id in functions nicklist_group_set and ...Sébastien Helleu
2024-04-29api: allow search by group and nick id in functions nicklist_search_group and...Sébastien Helleu
2024-04-28tests/gui: add tests on nicklist functionsSébastien Helleu
2024-04-28core: remove obsolete function gui_nicklist_get_max_lengthSébastien Helleu
2024-04-26trigger: remove check of NULL pointers before calling trigger_free() (issue #...Sébastien Helleu
2024-04-26relay: remove check of NULL pointers before calling relay_websocket_deflate_f...Sébastien Helleu
2024-04-26relay: remove check of NULL pointers before calling relay_http_response_free(...Sébastien Helleu
2024-04-26alias: remove check of NULL pointers before calling alias_free() (issue #865)Sébastien Helleu
2024-04-26core: remove check of NULL pointers before calling gui_bar_window_free() (iss...Sébastien Helleu
2024-04-26core: remove check of NULL pointers before calling gui_bar_item_free() (issue...Sébastien Helleu
2024-04-26irc: remove check of NULL pointers before calling weechat_list_free() (issue ...Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_infolist_free()...Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_config_option_f...Sébastien Helleu
2024-04-26core: remove check of NULL pointers before calling string_shared_free() (issu...Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_hashtable_free(...Sébastien Helleu
2024-04-26tests: split hook tests into multiple files (issue #865)Sébastien Helleu