]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
servlist: Use SSL with OFTC by default
authorPatrick Griffis <redacted>
Sun, 8 Jan 2017 01:50:09 +0000 (20:50 -0500)
committerPatrick Griffis <redacted>
Sun, 8 Jan 2017 01:50:09 +0000 (20:50 -0500)
They now use Lets Encrypt which should be trusted.

src/common/servlist.c

index 05799715824b53588dfa408ea9db9eb016e07a55..5e9192eaa7fea04ddd4f81465b52245fcb91b699 100644 (file)
@@ -256,8 +256,7 @@ static const struct defaultserver def[] =
        /* Self signed */
        {0,                     "irc.oceanius.com"},
 
-       {"OFTC",        0},
-       /* Uncommon CA? */
+       {"OFTC", 0, 0, 0, 0, 0, TRUE},
        {0,                     "irc.oftc.net"},
 
        {"OtherNet",    0},