Age | Commit message (Collapse) | Author |
|
|
|
set to an invalid value
|
|
|
|
|
|
arguments (closes #1248)
|
|
|
|
|
|
|
|
startup
If given, the option replaces the option weechat.plugin.autoload.
|
|
trigger
|
|
|
|
|
|
|
|
All changes:
- always send the Tab char in the weechat_print modifier string
- handle special cases in weechat_print modifier: no prefix (" \t...") or no
date ("\t\t...")
|
|
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
|
|
gui: fix uncleared completion item (#1162)
|
|
|
|
lua and guile)
When there was a call to a hook callback during the eval, the output buffer was
cleared too late, and displayed multiple times in the buffer.
This commit clears the buffer even before we display it (this display can
trigger a hook callback).
|
|
|
|
valid (closes #1220)
|
|
|
|
|
|
|
|
|
|
|
|
the nick comes back on the server (closes #1221)
|
|
a list of signals
|
|
|
|
(closes #1218)
|
|
The socket option IPV6_V6ONLY is not needed on OpenBSD and must not be set (it
is read-only).
|
|
|
|
automatic check of WHOX on the channel (issue #1212)
|
|
|
|
(closes #1206)
Now if there are at least one relay client connected via weechat protocol,
the buffer is always added to the hotlist.
|