mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
relay: add support of SSL (for irc and weechat protocols), new option relay.network.ssl_cert_key (task #12044)
This commit is contained in:
@@ -1369,7 +1369,7 @@ irc_config_server_new_option (struct t_config_file *config_file,
|
||||
new_option = weechat_config_new_option (
|
||||
config_file, section,
|
||||
option_name, "string",
|
||||
N_("ssl certificate file used to automatically identify your "
|
||||
N_("SSL certificate file used to automatically identify your "
|
||||
"nick (\"%h\" will be replaced by WeeChat home, "
|
||||
"\"~/.weechat\" by default)"),
|
||||
NULL, 0, 0,
|
||||
@@ -1410,7 +1410,7 @@ irc_config_server_new_option (struct t_config_file *config_file,
|
||||
new_option = weechat_config_new_option (
|
||||
config_file, section,
|
||||
option_name, "boolean",
|
||||
N_("check that the ssl connection is fully trusted"),
|
||||
N_("check that the SSL connection is fully trusted"),
|
||||
NULL, 0, 0,
|
||||
default_value, value,
|
||||
null_value_allowed,
|
||||
|
||||
Reference in New Issue
Block a user