From 87470f30a9644bc58a5a50705ba2bb5f857b93ac Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 22 Nov 2018 02:19:52 +0100 Subject: servlist: add hackint irc network - requires the use of TLS to connect on port 6697 - supports and encourages authentication via SASL PLAIN and EXTERNAL --- src/common/servlist.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/common/servlist.c') diff --git a/src/common/servlist.c b/src/common/servlist.c index 641bf494..e1088a53 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -193,6 +193,11 @@ static const struct defaultserver def[] = #endif {0, "irc.globalgamers.net"}, +#ifdef USE_OPENSSL + {"hackint", 0, 0, 0, LOGIN_SASL, 0, TRUE}, + {0, "irc.hackint.org"}, +#endif + {"Hashmark", 0}, {0, "irc.hashmark.net"}, -- cgit 1.4.1