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
Age
Commit message (
Expand
)
Author
2024-04-08
relay/api: use function asprintf in JSON send functions
Sébastien Helleu
2024-04-07
relay/api: use function asprintf to build string with salt and password
Sébastien Helleu
2024-04-07
relay/api: fix authentication with remote using hash algorithm "sha256" or "s...
Sébastien Helleu
2024-04-07
relay/api: use function asprintf to build key and check websocket reply
Sébastien Helleu
2024-04-07
relay/api: convert group/nick color names to the real color code
Sébastien Helleu
2024-04-07
relay: improve messages displayed (issue #2066)
Sébastien Helleu
2024-04-07
relay/api: rename field "nicks" to "nicklist" in GET /api/buffers
Sébastien Helleu
2024-04-07
relay/api: add nicklist group and nick id in response to GET /api/buffers (is...
Sébastien Helleu
2024-04-07
relay: add synchronization with remote and handler for events received (issue...
Sébastien Helleu
2024-04-07
relay/api: add fields "displayed" and "notify_level" in lines returned (issue...
Sébastien Helleu
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 "request" and "request_body" in response when connected via we...
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: add option `send` in command `/remote` (issue #2066)
Sébastien Helleu
2024-04-07
relay: add connection to remote (issue #2066)
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-04-01
core: fix print of pointer values
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-03-12
relay/api: add buffer is in response to GET /api/buffers (issue #2081)
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-18
relay/api: add key "visible" with boolean value in nick and group objects
Sébastien Helleu
2024-02-18
relay/api: rename key "index" to "y" in line object
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