Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-07 | relay/api: add fields "displayed" and "notify_level" in lines returned ↵ | Sébastien Helleu | |
(issue #2066) | |||
2024-04-07 | relay/api: add "request" and "request_body" in response when connected via ↵ | Sébastien Helleu | |
websocket (issue #2066) | |||
2024-04-07 | relay/api: add "body_type" in response when a body is set and connected via ↵ | Sébastien Helleu | |
websocket (issue #2066) | |||
2024-04-07 | relay: add connection to remote (issue #2066) | Sébastien Helleu | |
Connection to remote: - handshake: offer support for all supported hash algorithms - network connect with a socket - upgrade to websocket and authenticate with remote (password/TOTP) - check websocket response - get list of buffers (not used yet) Note: connection to remote with TLS or a proxy is not yet supported. | |||
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 buffer is in response to GET /api/buffers (issue #2081) | 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-01 | relay: add support of websocket extension "permessage-deflate" (closes #1549) | Sébastien Helleu | |
This extension is used to compress and decompress websocket frames (using the DEFLATE algorithm, with zlib). | |||
2024-02-01 | relay: add "api" protocol (HTTP REST API) (issue #2066) | Sébastien Helleu | |