Age | Commit message (Collapse) | Author |
|
|
|
relay.network.time_window (issue #2066)
|
|
#2066)
|
|
|
|
This extension is used to compress and decompress websocket frames (using
the DEFLATE algorithm, with zlib).
|
|
|
|
|
|
|
|
|
|
in command `/buffer`
|
|
|
|
"time" (closes #2064)
|
|
Affected infos:
- irc_server_isupport
- irc_server_isupport_value
- irc_server_cap
- irc_server_cap_value
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2053)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2049)
|
|
|
|
config file (issue #1039)
This is not needed because an error is already displayed by WeeChat core and
the IRC error doesn't add anything relevant to the user.
|
|
"anti_flood_prio_{high|low}" (issue #1039)
The new option is set in milliseconds.
|
|
messages are queued
|
|
|
|
Now `${raw_hl:\${` returns `\${` instead of `${`.
|
|
issue #1714)
|
|
weechat.color.eval_syntax_colors (issue #2042)
Syntax highlighting (raw string without evaluation): `${raw_hl:xxx}`
Syntax highlighting: `${hl:xxx}`
|
|
This prevents a crash in some scripts that could use options after they are
freed, with the call to hook config callback that has been enabled by commit
22602147977b42f4211697d77263be67c9506414.
|
|
ctrl+wheel up/down on a buflist item (closes #1473)
|
|
|
|
(issue #2040)
|