Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
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
|
|
|
|
`/set` command
|
|
|
|
|
|
when download of scripts is disabled
|
|
after sort (issue #2097)
|
|
Restore original signals caught: "buffer_moved" and "buffer_closed", and the
signal "buffer_localvar_*" is added so that any local variable
added/changed/removed triggers a re-sort of hotlist.
|
|
|
|
Entries are not duplicated any more.
|
|
|
|
|
|
|
|
|
|
|
|
(issue #2097)
|
|
|
|
(issue #2079)
|
|
#2097)
|
|
Variables renamed:
- "creation_time.tv_sec" -> "time"
- "creation_time.tv_usec" -> "time_usec"
|
|
|
|
|