1
0
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:
Sebastien Helleu
2012-07-27 17:54:08 +02:00
parent 32b8f34567
commit 782e01f177
56 changed files with 2556 additions and 688 deletions
+2 -2
View File
@@ -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,