Age | Commit message (Collapse) | Author |
|
|
|
|
|
nick is offline with a highlight
|
|
|
|
|
|
|
|
#2107)
|
|
|
|
|
|
relay_websocket_decode_frame
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"sha512"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(issue #2081)
|
|
The id is a "long long" variable with the current time (microseconds
precision).
It is guaranteed to be unique for all groups and nicks inside the buffer, and
the same number is never used again in the same buffer, during the lifetime of
the process.
It persists and is unchanged after `/upgrade`.
|
|
of NULL (issue #2066)
This fixes the websocket connection to remote that is not initiated after the
successful handshake with the remote relay/api.
|
|
(issue #2066)
|
|
(issue #2066)
This is to prevent infinite loop when connected to a remote which is the
weechat instance itself.
|
|
|
|
|
|
This allows buffers to get any user input, including commands, that are sent to
the buffer callback instead of being executed on the buffer.
|
|
(issue #2066)
|
|
cJSON_GetNumberValue() (issue #2066)
|
|
websocket (issue #2066)
|
|
websocket (issue #2066)
|
|
This can be used to send raw JSON data encapsulated in a websocket frame to the
remote.
Example: /remote send test {"request":"GET /api/version"}
|
|
(issue #2066)
|
|
|
|
relay_websocket_deflate_free (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)
|
|
|
|
capability echo-message is enabled
|