mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
verify tls connection
This commit is contained in:
parent
2a0f1d7636
commit
244a8c72b4
8 changed files with 123 additions and 71 deletions
|
|
@ -128,8 +128,10 @@ static void sig_session_restore_server(IRC_SERVER_REC *server,
|
|||
starttls_mode = config_node_get_int(node, "starttls", -1);
|
||||
if (starttls_mode == 0)
|
||||
server->connrec->disallow_starttls = 1;
|
||||
if (starttls_mode == 1)
|
||||
if (starttls_mode == 1) {
|
||||
server->connrec->starttls = 1;
|
||||
server->connrec->use_tls = 0;
|
||||
}
|
||||
|
||||
if (server->isupport == NULL) {
|
||||
server->isupport =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue