Age | Commit message (Collapse) | Author |
|
|
|
weechat.look.paste_bracketed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7.24.0)
|
|
|
|
|
|
|
|
irc options to customize/disable default nick highlight (task #11128)
New functions in C plugin API:
- string_regex_flags
- string_regcomp
New irc options:
- irc.look.highlight_server
- irc.look.highlight_channel
- irc.look.highlight_pv
Regex flags are supported in following options/commands:
- option weechat.look.highlight
- option weechat.look.highlight_regex
- options irc.look.highlight_{server|channel|pv}
- option relay.network.allowed_ips
- core command /filter
- irc command /list
- irc command /ignore
- rmodifier command /rmodifier
|
|
|
|
|
|
in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247)
|
|
"irc_channel" (plugin API reference)
|
|
#35124), add optional server in info_hashtable "irc_message_parse"
|
|
|
|
|
|
|
|
|
|
restore old behaviour before fix of bug #25555 in version 0.3.5)
|
|
The protocol is partial, under development, and NOT ready for usage.
New options added in relay.conf:
- relay.network.allowed_ips: allow only some IPs on relay plugin (by default
all IPs are allowed)
- relay.network.compression_level: compression level used in WeeChat protocol
(compression is made using zlib)
|
|
|
|
|
|
|
|
portable accross Un*x and Windows) (task #11479)
|
|
completion in middle of words (enabled by default) (task #9771)
|
|
|
|
|
|
alt+"/") (task #11553)
|
|
weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes}
|
|
WeeChat colors
|
|
|
|
history per buffer (task #10900) (patch from Quentin Pradet)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bold is used only if terminal has less than 16 colors (patch #7621)
|