Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2049)
|
|
|
|
|
|
issue #1714)
|
|
weechat.color.eval_syntax_colors (issue #2042)
Syntax highlighting (raw string without evaluation): `${raw_hl:xxx}`
Syntax highlighting: `${hl:xxx}`
|
|
Changes:
- move key ctrl+r to ctrl+s
- add key ctrl+r to search in commands history
- add option `search_history` in command `/input`
- add key context "histsearch"
- add option weechat.look.buffer_search_history
- add buffer variables "text_search_direction", "text_search_history" and "text_search_ptr_history"
|
|
|