Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
(issue #2079)
|
|
|
|
Variables renamed:
- "creation_time.tv_sec" -> "time"
- "creation_time.tv_usec" -> "time_usec"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2081)
|
|
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`.
|
|
|
|
gui_color_decode
|
|
weechat.look.mouse_timer_delay (closes #2082)
|
|
|
|
scripting API
|
|
|
|
|
|
scripting API
|
|
|
|
|
|
|
|
|
|
is enabled (closes #2074)
|
|
|
|
The server option "autojoin_delay" adds a delay before autojoin.
The server option "command_delay" is now used to add a delay before the
execution of the command.
On upgrade from an old version, the option "command_delay" is copied to
"autojoin_delay" (in old versions, "command_delay" was applied after the
execution of command and before the autojoin).
|
|
This fixes the following warning:
test-core-dir.cpp:178:36: warning: zero-length gnu_printf format string [-Wformat-zero-length]
|
|
|
|
|
|
relay.network.time_window (issue #2066)
|
|
|
|
This extension is used to compress and decompress websocket frames (using
the DEFLATE algorithm, with zlib).
|
|
|
|
|
|
|
|
in command `/buffer`
|
|
|
|
|
|
"time" (closes #2064)
|
|
|