Age | Commit message (Collapse) | Author |
|
1: error: Failure in TEST(RelayApiMsg, HotlistToJson)
1: expected <2024-05-26T10:29:37.716512Z>
1: but was <2024-05-26T10:29:37.000000Z>
1: difference starts at position 20 at: <T10:29:37.000000Z >
|
|
Fixes build error on Fedora 40.
|
|
|
|
This option enables auto-connection to the remote, unless command line option
`-a` (`--no-connect`) is given.
|
|
|
|
|
|
New fields returned:
- "input" (string): content of input
- "input_position" (integer): position in input (starts at 0)
- "input_multiline" (boolean): true if the buffer allows multiline input
|
|
This parameter is the number of lines to return for buffers with free content.
Its default value is `0` if "lines" is set to `0`, otherwise all buffer lines
are returned.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
relay_websocket_deflate_free() (issue #865)
|
|
relay_http_response_free() (issue #865)
|
|
|
|
|
|
|
|
(issue #2081)
|
|
(issue #2066)
|
|
websocket (issue #2066)
|
|
(issue #2066)
|
|
|
|
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.
|
|
|
|
#2066)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
relay.network.time_window (issue #2066)
|
|
This extension is used to compress and decompress websocket frames (using
the DEFLATE algorithm, with zlib).
|
|
|
|
|
|
|
|
|
|
|
|
|