Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is useful to implement IRC protocol extensions which introduce
new commands.
|
|
|
|
|
|
|
|
|
|
(issue #1654)
Key is "tag_xxx" (where "xxx" is the name of tag) and value is the unescaped
tag value.
|
|
|
|
Spec: https://ircv3.net/specs/extensions/message-tags#escaping-values
|
|
|
|
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
|
|
|
|
WeeChat) (closes #320)
Capabilities can be excluded with the format: "*,!account-*,!extended-join".
|
|
|
|
|
|
|
|
|
|
|
|
(closes #1653)
|
|
enabled (issue #1653)
|
|
Spec: https://ircv3.net/specs/extensions/standard-replies
|
|
|
|
|
|
|
|
SCRAM-SHA-512 (closes #1628)
|
|
|
|
|
|
|
|
|
|
|
|
(max) bar size was described to be in chars, though this only applies to the left/right bars. This change clarifies that top/bottom bars would have their size defined in lines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wee-eval.c calls gettext directly, but gettext is not a function if
ENABLE_NLS is off. Fix by defining a gettext macro (that expands to its
first argument) if NLS support is disabled.
|
|
This constant was introduced in GnuTLS 3.6.3.
This fixes a build error on these old distributions:
- Debian Stretch
- Debian Jessie
- Ubuntu Bionic
- Ubuntu Xenial
|
|
only if it's not an IPV4/IPv6 (closes #1635)
|
|
|