Age | Commit message (Collapse) | Author |
|
string_match_list
|
|
|
|
|
|
|
|
|
|
Deleting (freeing) a filter also frees its buffers, so refilter must
happen before freeing. Disabling the filter temporarily fixes the bug.
This fix disables the filter before filter_removing signal, though.
|
|
|
|
This adds the missing include "unistd.h" for function "mkdtemp" (required on
Mac OS only).
|
|
|
|
beginning of command line
The space can be added in option weechat.completion.nick_completer
(this is now the default value of the option):
/set weechat.completion.nick_completer ": "
|
|
|
|
|
|
#1286)
|
|
|
|
|
|
|
|
WeeChat home (deleted on exit)
|
|
This fixes a compilation issue on FreeBSD 11.0.
|
|
|
|
|
|
string_{encode,decode}_base64
|
|
|
|
|
|
|
|
config)
|
|
"repeat:count,string" (closes #958)
|
|
|
|
|
|
|
|
long long)
|
|
|
|
|
|
|
|
|
|
|
|
arguments (closes #1248)
|
|
|
|
startup
If given, the option replaces the option weechat.plugin.autoload.
|
|
|
|
initialized
|
|
|
|
|
|
hook_line callback
|
|
|
|
|
|
All changes:
- fix check of tags in lines: check lines without tags, fix check of tags with
negation ("!tag")
- add string functions string_split_tags and string_free_split_tags
- add tests on function gui_line_match_tags
|
|
|
|
|
|
(closes #1206)
Now if there are at least one relay client connected via weechat protocol,
the buffer is always added to the hotlist.
|
|
|