summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-05-02alias: remove unused variable "args_count"Sébastien Helleu
2024-05-01core: execute command as user data for local keys in buffer (issue #2066)Sébastien Helleu
If buffer->input_get_any_user_data is set to 1, any command executed via a buffer local key is considered as user input and then sent to the buffer callback, instead of being executed directly. This is used on relay remote buffers, to execute the command on the remote instead of locally.
2024-05-01relay/remote: set buffer local keys (issue #2066)Sébastien Helleu
2024-05-01relay/api: add buffer keys in GET /api/buffers (issue #2066)Sébastien Helleu
2024-05-01core: send signal "buffer_line_added" on buffers with free content (issue #2066)Sébastien Helleu
The signal "buffer_line_added" is now sent for every line added or modified on a buffer with free content.
2024-05-01relay/remote: display lines on buffers with free content (issue #2066)Sébastien Helleu
2024-05-01relay: add option relay.api.remote_get_lines (issue #2066)Sébastien Helleu
2024-04-30relay/api: add support of nicklist in remote buffersSé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
nicklist_nick_set (issue #2081)
2024-04-29api: allow search by group and nick id in functions nicklist_search_group ↵Sébastien Helleu
and nicklist_search_nick (issue #2081)
2024-04-28core: fix `/upgrade` from previous releases (issue #2106)Sébastien Helleu
When 4 directories are received, the state directory is initialized with the data directory. This fixes the following error on `/upgrade`: Error: wrong number of paths for home directories (expected: 1 or 5, received: 4)
2024-04-28core: remove obsolete function gui_nicklist_get_max_lengthSébastien Helleu
2024-04-28core: remove unnecessary condition in function gui_nicklist_get_group_startSébastien Helleu
2024-04-28core: check that parameter name is not NULL in function ↵Sébastien Helleu
gui_nicklist_get_group_start
2024-04-28core: fix recursive search of group in nicklistSébastien Helleu
2024-04-26trigger: remove check of NULL pointers before calling trigger_free() (issue ↵Sébastien Helleu
#865)
2024-04-26script: remove check of NULL pointers before calling script_repo_free() ↵Sébastien Helleu
(issue #865)
2024-04-26relay: remove check of NULL pointers before calling ↵Sébastien Helleu
relay_websocket_deflate_free() (issue #865)
2024-04-26relay: remove check of NULL pointers before calling relay_server_free() ↵Sébastien Helleu
(issue #865)
2024-04-26relay: remove check of NULL pointers before calling ↵Sébastien Helleu
relay_http_response_free() (issue #865)
2024-04-26exec: remove check of NULL pointers before calling exec_free() (issue #865)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_focus_free_info() ↵Sébastien Helleu
(issue #865)
2024-04-26core: remove check of NULL pointers before calling gui_color_palette_free() ↵Sébastien Helleu
(issue #865)
2024-04-26core: remove check of NULL pointers before calling gui_completion_free() ↵Sébastien Helleu
(issue #865)
2024-04-26relay: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_completion_free() (issue #865)
2024-04-26core: remove check of NULL pointers before calling string_free_split_tags() ↵Sébastien Helleu
(issue #865)
2024-04-26core: remove check of NULL pointers before calling gui_bar_window_free() ↵Sébastien Helleu
(issue #865)
2024-04-26core: remove check of NULL pointers before calling gui_bar_item_free() ↵Sébastien Helleu
(issue #865)
2024-04-26core: remove check of NULL pointers before calling weelist_free() (issue #865)Sébastien Helleu
2024-04-26irc: remove check of NULL pointers before calling weechat_list_free() (issue ↵Sébastien Helleu
#865)
2024-04-26core: remove check of NULL pointers before calling infolist_free() (issue #865)Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_infolist_free() (issue #865)
2024-04-26core: remove check of NULL pointers before calling config_file_option_free() ↵Sébastien Helleu
(issue #865)
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_config_option_free() (issue #865)
2024-04-26core: remove check of NULL pointers before calling string_shared_free() ↵Sébastien Helleu
(issue #865)
2024-04-26core: remove check of NULL pointers before calling string_dyn_free() (issue ↵Sébastien Helleu
#865)
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_string_dyn_free() (issue #865)
2024-04-26core: remove check of NULL pointers before calling string_free_split() ↵Sébastien Helleu
(issue #865)
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_string_free_split() (issue #865)
2024-04-26core: remove check of NULL pointers before calling hashtable_free() (issue #865)Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_hashtable_free() (issue #865)
2024-04-26core: remove check of NULL pointers before calling unhook() (issue #865)Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_unhook() ↵Sébastien Helleu
(issue #865)
2024-04-26core: remove check of NULL pointers before calling arraylist_free() (issue #865)Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_arraylist_free() (issue #865)
2024-04-25core: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu