Age | Commit message (Collapse) | Author |
|
(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)
|
|
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
|
|
When a CTCP request is received on a channel, WeeChat replies to the nick and
it is now displayed in the server buffer instead of the channel, as the target
is a nick and not a channel.
|
|
|
|
relay_api_protocol_search_buffer_id_name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
connection (closes #2103)
|
|
displayed
|
|
|
|
when download of scripts is disabled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will be used in unit tests to get the data that is sent to clients.
|
|
/api/input
The user can not change this, the variable will be set to 0 in unit tests to
execute the command immediately.
|
|
(websocket connection)
|
|
|
|
|
|
|
|
|
|
#2081)
|
|
|