Age | Commit message (Collapse) | Author |
|
channels (closes #1638)
|
|
|
|
messages if "typing" client tag is denied
|
|
#1679)
|
|
server name (closes #1679)
|
|
(closes #1676)
|
|
during SSL connection to server (closes #857)
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
"tls_version" (issue #1622)
The text "cleartext" is translated for display only: directly with gettext in
IRC plugin and with "${translate:${tls_version}}" in the buflist evaluated
format.
|
|
|
|
buflist format "${format_tls_version}" (issue #1622)
|
|
(issue #1285)
The 4 directories (which can be the same):
- config: configuration files, certificates
- data: log/upgrade files, local plugins, scripts, xfer files
- cache: script repository, scripts downloaded (temporary location)
- runtime: FIFO pipe, relay UNIX sockets
|
|
irc.server.xxx.ssl_cert (issue #1285)
|
|
irc.server.xxx.sasl_key (issue #1285)
|
|
|
|
|
|
|
|
Use "!" instead of "@" to separate nick from host, like it is done in IRC
protocol.
The nick and host is now displayed as "nick!user@host" instead of
"nick@user@host".
|
|
|
|
|