index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
relay
/
api
/
relay-api-protocol.c
Age
Commit message (
Expand
)
Author
2024-04-07
relay/api: replace direct access to JSON number value by call to function cJS...
Sébastien Helleu
2024-04-07
relay/api: add "body_type" in response when a body is set and connected via w...
Sébastien Helleu
2024-04-07
relay/api: fix style (issue #2066)
Sébastien Helleu
2024-04-07
relay: add command `/remote`, add remote configuration in relay.conf (issue #...
Sébastien Helleu
2024-03-29
relay: rename function relay_api_search_buffer_id_name to relay_api_protocol_...
Sébastien Helleu
2024-03-17
relay/api: add GET /api/hotlist
Sébastien Helleu
2024-03-12
relay/api: replace "context" by "buffer_id" (issue #2081)
Sébastien Helleu
2024-03-12
relay/api: add support of buffer id in POST /api/input (issue #2081)
Sébastien Helleu
2024-03-12
relay/api: add support of buffer id in GET /api/buffers (issue #2081)
Sébastien Helleu
2024-03-12
relay/api: add a global variable to customize the command delay in POST /api/...
Sébastien Helleu
2024-03-12
relay/api: check that "request" field is a string in JSON received (websocket...
Sébastien Helleu
2024-03-12
relay/api: allow POST /api/handshake without a body
Sébastien Helleu
2024-03-12
relay/api: fix error displayed when buffer is not found in POST /api/input
Sébastien Helleu
2024-02-18
relay: move functions to get URL parameters from api to relay-http.c, add tests
Sébastien Helleu
2024-02-18
relay/api: fix comment of function relay_api_protocol_get_param_boolean
Sébastien Helleu
2024-02-03
relay/api: add extra check on JSON types in handshake and input resources (is...
Sébastien Helleu
2024-02-01
relay/api: add handshake resource, without authentication required (issue #2066)
Sébastien Helleu
2024-02-01
relay: remove request from some function arguments (issue #2066)
Sébastien Helleu
2024-02-01
relay: allow password hash authentication in api relay, add option relay.netw...
Sébastien Helleu
2024-02-01
relay: rename option relay.weechat.commands to relay.network.commands (issue ...
Sébastien Helleu
2024-02-01
relay: add support of websocket extension "permessage-deflate" (closes #1549)
Sébastien Helleu
2024-02-01
relay: add "api" protocol (HTTP REST API) (issue #2066)
Sébastien Helleu