Age | Commit message (Collapse) | Author |
|
New comparison operators:
- "==*": is matching mask, case sensitive (wildcard "*" is allowed)
- "!!*": is NOT matching mask, case sensitive (wildcard "*" is allowed)
- "==-": is included, case sensitive
- "!!-": is NOT included, case sensitive
- "=-": is included, case insensitive
- "!-": is NOT included, case insensitive
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 03ec80f7d33d4a905fd42a8c4816ee88c530c217.
|
|
|
|
The script now requires Python 3.6+.
|
|
|
|
directory
|
|
|
|
|
|
|
|
The value can be "zlib" (default in relay) or "off".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That will make it survive, avoiding the need to reopen it.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
|
|
|
The completion context can be "GUI_COMPLETION_NULL" if there's no base word
found (for example empty input).
|
|
|
|
|
|
(issue #1484)
|
|
(weechat protocol)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes https://github.com/weechat/weechat/issues/1476
|
|
relay_auth_generate_nonce
|
|
|
|
|