Sébastien Helleu
|
0f30a4e020
|
relay: move functions to get URL parameters from api to relay-http.c, add tests
|
2024-02-18 23:13:20 +01:00 |
|
Sébastien Helleu
|
c4ac9046b2
|
relay/api: fix comment of function relay_api_protocol_get_param_boolean
|
2024-02-18 18:52:57 +01:00 |
|
Sébastien Helleu
|
052db75805
|
relay/api: add extra check on JSON types in handshake and input resources (issue #2066)
|
2024-02-03 08:38:57 +01:00 |
|
Sébastien Helleu
|
6acf1af828
|
relay/api: add handshake resource, without authentication required (issue #2066)
|
2024-02-01 21:39:23 +01:00 |
|
Sébastien Helleu
|
89aeb03a13
|
relay: remove request from some function arguments (issue #2066)
|
2024-02-01 21:39:23 +01:00 |
|
Sébastien Helleu
|
83567fd871
|
relay: allow password hash authentication in api relay, add option relay.network.time_window (issue #2066)
|
2024-02-01 21:39:23 +01:00 |
|
Sébastien Helleu
|
70907fc169
|
relay: rename option relay.weechat.commands to relay.network.commands (issue #2066)
|
2024-02-01 21:39:23 +01:00 |
|
Sébastien Helleu
|
6cfb31c306
|
relay: add support of websocket extension "permessage-deflate" (closes #1549)
This extension is used to compress and decompress websocket frames (using
the DEFLATE algorithm, with zlib).
|
2024-02-01 21:38:53 +01:00 |
|
Sébastien Helleu
|
8971fc069a
|
relay: add "api" protocol (HTTP REST API) (issue #2066)
|
2024-02-01 21:38:49 +01:00 |
|