Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
#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)
|
|
|
|
|
|
buffer is opening
|
|
When the message sends inconsistent max lengths in message 005, the split of
self message fails and causes a display issue: the channel name is displayed
with the message:
nick | #channel :this is a test
instead of:
nick | this is a test
|
|
weechat_util_parse_time (issue #649)
|
|
|
|
|
|
|
|
|
|
|
|
irc.look.display_host_{join|join_local|notice|quit} set to off
|
|
|
|
|
|
|
|
|
|
|
|
|