summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPatrick <tingping@tingping.se>2022-08-01 14:07:31 -0500
committerGitHub <noreply@github.com>2022-08-01 14:07:31 -0500
commitd7c6c424e8c078d3e5a28c830ff3f6f62da8b39a (patch)
treebe2638b5b25527e8d73196731f97dc646b8f0ab6
parentec9653e754f3db754cc24dc7beecae318af3a0fd (diff)
servlist: Remove ACN
They are no longer supporting TLS and let their cert expire.

Non-TLS networks do not belong in our default list.

Closes #2722
-rw-r--r--src/common/servlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c
index b9b304f8..771d7813 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -54,8 +54,6 @@ static const struct defaultserver def[] =
 	/* Invalid hostname in cert */
 	{0,			"irc.2600.net"},
 
-	{"ACN", 0, 0, 0, LOGIN_SASL, 0, TRUE},
-	{0,			"global.acn.gr"},
 
 	{"AfterNET", 0, 0, 0, LOGIN_SASL, 0, TRUE},
 	{0,			"irc.afternet.org"},