summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2024-04-26tests: move hook modifier tests to a separate file (issue #865)Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_arraylist_free(...Sébastien Helleu
2024-04-14relay: add TLS connection to remote, add remote option "tls_verify"Sébastien Helleu
2024-04-12core: add support for $XDG_STATE_HOME90
2024-04-11tests: add placeholder for tests on function gui_line_is_actionSébastien Helleu
2024-04-11core: use nick offline color for nick in action messageSébastien Helleu
2024-04-07tests: fix relay/api tests on group and nick colorsSébastien Helleu