Age | Commit message (Collapse) | Author |
|
|
|
channels (closes #1638)
|
|
in hotlist
New options in command /input:
- hotlist_remove_buffer
- hotlist_restore_buffer
- hotlist_restore_all
New keys:
- alt+h, alt+c: clear the whole hotlist (former key: alt+h)
- alt+h, alt+m: mark the current buffer as read by removing it from the hotlist
- alt+h, alt+r: restore latest hotlist removed in the current buffer
- alt+h, alt+shift+R: restore latest hotlist removed in all buffers
|
|
string_eval_expression
|
|
|
|
|
|
messages if "typing" client tag is denied
|
|
|
|
|
|
|
|
|
|
#1679)
|
|
server name (closes #1679)
|
|
"random:min,max"
|
|
(closes #1676)
|
|
during SSL connection to server (closes #857)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is useful to implement IRC protocol extensions which introduce
new commands.
|
|
|
|
|
|
|
|
|
|
(issue #1654)
Key is "tag_xxx" (where "xxx" is the name of tag) and value is the unescaped
tag value.
|
|
|
|
Spec: https://ircv3.net/specs/extensions/message-tags#escaping-values
|
|
|
|
matched in input string
Before fix:
string_match("script.color.text_description", "*script*color*", 0) => 0
After fix:
string_match("script.color.text_description", "*script*color*", 0) => 1
|
|
|
|
WeeChat) (closes #320)
Capabilities can be excluded with the format: "*,!account-*,!extended-join".
|
|
|
|
|
|
|