Age | Commit message (Collapse) | Author |
|
|
|
|
|
free content, add function printf_y_date_tags (closes #1746)
|
|
As far as I can see, this option is not used anywhere and should have
been removed in commit 6e69f7f3c.
|
|
|
|
in function hashtable_add_from_infolist (issue #1739)
|
|
weechat.look.command_incomplete is on (issue #1739)
|
|
|
|
Option relay.network.compression_level is renamed to relay.network.compression
and is now a percentage between 0 (no compression) to 100 (best compression,
slowest).
Compression is now disabled by default in weechat protocol and must be enabled
via the `handshake` command (option `compression` has been removed from `init`
command).
|
|
|
|
|
|
|
|
when multiple "strip_items" are given
|
|
expressions on GNU/Hurd
|
|
|
|
arrays in hdata
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config_file_option_value_to_string
|
|
|
|
|
|
${define:name,value}
|
|
|
|
|
|
|
|
Split of string: ${split:number,separators,flags,xxx}
Split of shell arguments: ${split_shell:number,xxx}
|
|
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
|
|
"random:min,max"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|