Age | Commit message (Collapse) | Author |
|
|
|
insensitive comparison
|
|
weechat_hdata_compare
|
|
|
|
|
|
|
|
|
|
mechanism
|
|
This should make refresh of buflist bar item a bit faster.
|
|
(closes #998)
The function hdata_search (which evaluates a condition for each item in a list)
is too slow to search server and channel on each buffer. It is replaced by a
manual search in the list (using weechat_hdata_string to get the name), much
faster.
|
|
|
|
|
|
|
|
Variables base_word and nick can not be NULL here.
|
|
|
|
|
|
|
|
|
|
bar when buflist is disabled (closes #994)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
content has changed (closes #925)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with dh-blowfish or dh-aes mechanism
These mechanisms are not recommended anyway because they are considered as
insecure.
|
|
(closes #968)
|
|
New pointers in evaluated formats:
- irc_server: IRC server
- irc_channel: IRC channel
|
|
|
|
|
|
|
|
|
|
string ("cut:" and "cutscr:") (closes #963)
The format to use is one of:
- ${cut:+max,suffix,string}
- ${cutscr:+max,suffix,string}
With the "+" before max, WeeChat ensures there are at most "max" chars in
output, including the length of suffix string.
|
|
|
|
in option script.scripts.url (issue #253)
|
|
|
|
|
|
|
|
|