Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-07 | relay/api: replace direct access to JSON number value by call to function ↵ | Sébastien Helleu | |
cJSON_GetNumberValue() (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. |