Age | Commit message (Collapse) | Author |
|
"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.
|
|
(issue #1622)
|
|
|
|
buflist format "${format_tls_version}" (issue #1622)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1377)
|
|
|
|
|
|
|
|
|
|
Changes:
* new option: weechat.network.gnutls_ca_system
* option weechat.network.gnutls_ca_file renamed to
weechat.network.gnutls_ca_user
* reload certificates when options are changed
* remove build option CA_FILE
|
|
|
|
|
|
|
|
|
|
This is to prevent two WeeChat using the same runtime directory to use the same
FIFO pipe.
|
|
|
|
|
|
|
|
|
|
guide) (issue #1285)
|
|
(user's guide) (issue #1285)
|
|
(user's guide) (issue #1285)
|
|
|
|
guide) (issue #1285)
|
|
(user's guide) (issue #1285)
|
|
server option "ssl_cert" (user's guide) (issue #1285)
|
|
server option "sasl_key" (user's guide) (issue #1285)
|
|
option CA_FILE (issue #1285)
|
|
|
|
"${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)
|
|
"${weechat_data_dir}/plugins" (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
|
|
|
|
|
|
|