summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@hackint.org>2018-11-22 02:19:52 +0100
committerPatrick <tingping@tingping.se>2019-05-03 14:36:52 -0700
commit87470f30a9644bc58a5a50705ba2bb5f857b93ac (patch)
treec9e3e3b353d595c4c17970f61e070c411e0b3df5 /src
parentba72cc7b6dad98daddd0bf5b9adc220983760234 (diff)
servlist: add hackint irc network
- requires the use of TLS to connect on port 6697
- supports and encourages authentication via SASL PLAIN and EXTERNAL
Diffstat (limited to 'src')
-rw-r--r--src/common/servlist.c5
1 files changed, 5 insertions, 0 deletions
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"},