summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2024-05-05relay/api: reply to preflight request OPTIONS received from browsers (CORS)Sébastien Helleu
2024-05-04relay/api: send all nicks when a buffer is openedSébastien Helleu
2024-05-04relay/remote: run callback based on event name instead of body typeSébastien Helleu
2024-05-04relay/remote: clear remote buffer when event "buffer_cleared" is receivedSébastien Helleu
2024-05-04relay/remote: fix close of remote bufferSébastien Helleu
2024-05-04relay/remote: fix alignment of variable in debug print to log fileSébastien Helleu
2024-05-04relay/remote: do not display error if the buffer is not found in a line/nick ...Sébastien Helleu
2024-05-03relay/api: do not relay any signal received on a relay bufferSébastien Helleu
2024-05-03irc: remove unneeded parameter in call to `irc_list_alloc()`Sébastien Helleu
2024-05-02relay: fix use of uninitialized variable "ptr_buffer"Sébastien Helleu
2024-05-02relay: remove unused variable "i"Sébastien Helleu
2024-05-02alias: remove unused variable "args_count"Sébastien Helleu
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-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 search by group and nick id in functions nicklist_search_group and...Sébastien Helleu
2024-04-26trigger: remove check of NULL pointers before calling trigger_free() (issue #...Sébastien Helleu
2024-04-26script: remove check of NULL pointers before calling script_repo_free() (issu...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_server_free() (issu...Sébastien Helleu
2024-04-26relay: remove check of NULL pointers before calling relay_http_response_free(...Sébastien Helleu
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-26relay: remove check of NULL pointers before calling weechat_completion_free()...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-26plugins: remove check of NULL pointers before calling weechat_string_dyn_free...Sébastien Helleu
2024-04-26core: remove check of NULL pointers before calling string_free_split() (issue...Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_string_free_spl...Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_hashtable_free(...Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_unhook() (issue...Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_arraylist_free(...Sébastien Helleu
2024-04-25api: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25xfer: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25trigger: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25tcl: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25spell: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25script: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25ruby: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25relay: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25python: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25php: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25perl: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25lua: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu