Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nicklist_nick_set (issue #2081)
|
|
and nicklist_search_nick (issue #2081)
|
|
|
|
|
|
version 4.0.0
|
|
|
|
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`.
|
|
(issue #2066)
|
|
|
|
|
|
This allows buffers to get any user input, including commands, that are sent to
the buffer callback instead of being executed on the buffer.
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The id is a "long long" variable with the current time (microseconds
precision).
It is guaranteed to be unique for all buffers, and the same number is never
used again, during the lifetime of the process.
It persists and is unchanged after `/upgrade`.
|
|
|
|
|
|
|
|
string
|
|
gui_color_decode
|
|
|
|
|
|
weechat.look.mouse_timer_delay (closes #2082)
|
|
Python API
|
|
|
|
scripting API
|
|
scripting API
|
|
|