Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes tests on Debian GNU/Hurd.
|
|
|
|
version 4.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#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.
|
|
|
|
(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)
|