summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2024-04-07relay: do not share content of any relay buffer in api and weechat protocols ...Sébastien Helleu
2024-04-07api: add function "asprintf"Sébastien Helleu
2024-04-07relay/api: add fields "displayed" and "notify_level" in lines returned (issue...Sébastien Helleu
2024-04-07relay/api: replace direct access to JSON number value by call to function cJS...Sébastien Helleu
2024-04-07relay/api: add "request" and "request_body" in response when connected via we...Sébastien Helleu
2024-04-07relay/api: add "body_type" in response when a body is set and connected via w...Sébastien Helleu
2024-04-07relay: add option `send` in command `/remote` (issue #2066)Sébastien Helleu
2024-04-07relay: stop URL address before the first question mark if colon is not found ...Sébastien Helleu
2024-04-07relay: check that parameter ws_deflate is not NULL in function relay_websocke...Sébastien Helleu
2024-04-07relay: add connection to remote (issue #2066)Sébastien Helleu
2024-04-07relay: add option `disconnect` in command `/remote` (issue #2066)Sébastien Helleu
2024-04-07relay: add functions to parse HTTP response (issue #2066)Sébastien Helleu
2024-04-07relay: add proxy option in remote (issue #2066)Sébastien Helleu
2024-04-07relay/api: fix style (issue #2066)Sébastien Helleu
2024-04-07relay: add command `/remote`, add remote configuration in relay.conf (issue #...Sébastien Helleu
2024-04-06irc: fix display of reply for CTCP request received on a channel when capabil...Sébastien Helleu
2024-04-06irc: display CTCP reply to a nick in server buffer instead of channelSébastien Helleu
2024-04-01core: fix print of pointer valuesSébastien Helleu
2024-03-29relay: rename function relay_api_search_buffer_id_name to relay_api_protocol_...Sébastien Helleu
2024-03-26relay: move assignment after comment with important noteSébastien Helleu
2024-03-26relay: fix typo in commentSébastien Helleu
2024-03-26relay: fix typo in commentSébastien Helleu
2024-03-26irc: fix error displayed on connection in case of insufficient memorySébastien Helleu
2024-03-26relay: add size for array `relay_auth_password_hash_algo_name`Sébastien Helleu
2024-03-26fset: fix typo in /help fsetSébastien Helleu
2024-03-26relay: set the last IRC client disconnection time only after a successful con...Sébastien Helleu
2024-03-26fset: display number of commands executed in imported file, improve errors di...Sébastien Helleu
2024-03-25fset: add option `-import` in command `/fset`Sébastien Helleu
2024-03-19script: add option `enable` in command `/script`, improve error displayed whe...Sébastien Helleu
2024-03-17relay/api: add GET /api/hotlistSébastien Helleu
2024-03-16buflist: fix help on option buflist.look.sort (issue #2097)Sébastien Helleu
2024-03-15core: add macro to define hdata variable with different field and nameSébastien Helleu
2024-03-13lua: fix code stylewfrsk
2024-03-13lua: do not depend on an init script + rework `weechat_lua_output`wfrsk
2024-03-13lua: do not load the `debug` librarywfrsk
2024-03-13lua: do not depend on `luaL_openlibs`wfrsk
2024-03-13fset: replace call to chmod() by fchmod() in the export functionMario Campos
2024-03-12core: remove "wee-" prefix from source files in src/core and src/core/hookSébastien Helleu
2024-03-12relay/api: replace "context" by "buffer_id" (issue #2081)Sé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-12relay: add a fake send function in clientSébastien Helleu
2024-03-12relay/api: add a global variable to customize the command delay in POST /api/...Sébastien Helleu
2024-03-12relay/api: check that "request" field is a string in JSON received (websocket...Sébastien Helleu
2024-03-12relay/api: allow POST /api/handshake without a bodySébastien Helleu
2024-03-12relay/api: fix error displayed when buffer is not found in POST /api/inputSébastien Helleu
2024-03-12relay/weechat: add buffer id in signals sent to clients (issue #2081)Sébastien Helleu
2024-03-12relay/api: add buffer is in response to GET /api/buffers (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-12api: add function "hdata_longlong" (issue #2081)Sébastien Helleu