Age | Commit message (Collapse) | Author |
|
|
|
|
|
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)
|
|
|
|
|
|
This is to prevent two WeeChat using the same runtime directory to use the same
FIFO pipe.
|
|
|
|
"${weechat_data_dir}/xfer" (issue #1285)
|
|
"${weechat_cache_dir}/script" (issue #1285)
|
|
"${weechat_config_dir}/ssl/relay.pem" (issue #1285)
|
|
|
|
|
|
"${weechat_data_dir}/logs" (issue #1285)
|
|
"${weechat_runtime_dir}/weechat_fifo" (issue #1285)
|
|
(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)
|
|
|
|
file already exists (closes #1633)
|
|
reference)
|
|
|
|
|
|
|
|
|
|
|
|
trigger_copy
|
|
trigger evaluated strings (closes #1624)
|
|
|
|
This used pointer1 and pointer2 which are pointers to the buffers, but
it should use ptr_hotlist1 and ptr_hotlist1 which are pointers to the
hotlists it is trying to compare.
|
|
|
|
|
|
if buflist is disabled (issue #1618)
|
|
|
|
|
|
|