summaryrefslogtreecommitdiffstats
path: root/src/common/servlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/servlist.c')
-rw-r--r--src/common/servlist.c61
1 files changed, 47 insertions, 14 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c
index 449f982b..79a5694b 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -54,15 +54,13 @@ static const struct defaultserver def[] =
/* Invalid hostname in cert */
{0, "irc.2600.net"},
- {"2ch", 0, 0, "iso-2022-jp", 0, 0},
- {0, "irc.2ch.sc"},
- {0, "irc.nurs.or.jp"},
- {0, "irc.juggler.jp"},
-
{"AccessIRC", 0},
/* Self signed */
{0, "irc.accessirc.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"},
@@ -125,6 +123,13 @@ static const struct defaultserver def[] =
{"DarkMyst", 0, 0, 0, LOGIN_SASL, 0, TRUE},
{0, "irc.darkmyst.org"},
+#ifdef USE_OPENSSL
+ {"darkscience", 0, 0, 0, LOGIN_SASL, 0, TRUE},
+ {0, "irc.darkscience.net"},
+ {0, "irc.drk.sc"},
+ {0, "irc.darkscience.ws"},
+#endif
+
{"Dark-Tou-Net", 0},
{0, "irc.d-t-net.de"},
@@ -166,9 +171,6 @@ static const struct defaultserver def[] =
/* irc. points to chat. but many users and urls still reference it */
{0, "irc.freenode.net"},
- {"Furnet", 0, 0, 0, 0, 0, TRUE},
- {0, "irc.furnet.org"},
-
{"GalaxyNet", 0},
{0, "irc.galaxynet.org"},
@@ -196,6 +198,12 @@ 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"},
+ {0, "irc.eu.hackint.org"},
+#endif
+
{"Hashmark", 0},
{0, "irc.hashmark.net"},
@@ -231,10 +239,18 @@ static const struct defaultserver def[] =
{"Krstarica", 0},
{0, "irc.krstarica.com"},
+#ifdef USE_OPENSSL
+ {"LibertaCasa", 0, 0, 0, LOGIN_SASL, 0, TRUE},
+ {0, "irc.liberta.casa"},
+#endif
+
{"LibraIRC", 0},
/* Self signed */
{0, "irc.librairc.net"},
+ {"Libera.Chat", 0, 0, 0, LOGIN_SASL, 0, TRUE},
+ {0, "irc.libera.chat"},
+
#ifdef USE_OPENSSL
{"LinkNet", 0},
{0, "irc.link-net.org/+7000"},
@@ -246,9 +262,6 @@ static const struct defaultserver def[] =
{"MIXXnet", 0},
{0, "irc.mixxnet.net"},
- {"Moznet", 0, 0, 0, 0, 0, TRUE},
- {0, "irc.mozilla.org"},
-
{"ObsidianIRC", 0},
/* Self signed */
{0, "irc.obsidianirc.net"},
@@ -273,9 +286,12 @@ static const struct defaultserver def[] =
{0, "irc.ponychat.net"},
{"PTNet.org", 0},
- /* Note that the network suggests ISO-8859-1 but most users ignore this */
+ {0, "irc.ptnet.org"},
{0, "uevora.ptnet.org"},
- {0, "vianetworks.ptnet.org"},
+ {0, "claranet.ptnet.org"},
+ {0, "sonaquela.ptnet.org"},
+ {0, "uc.ptnet.org"},
+ {0, "ipg.ptnet.org"},
{"QuakeNet", 0, 0, 0, LOGIN_CHALLENGEAUTH},
{0, "irc.quakenet.org"},
@@ -299,6 +315,9 @@ static const struct defaultserver def[] =
{"Serenity-IRC", 0},
{0, "irc.serenity-irc.net"},
+ {"SimosNap", 0, 0, 0, LOGIN_SASL, 0, TRUE},
+ {0, "irc.simosnap.com"},
+
{"SlashNET", 0},
/* Self signed */
{0, "irc.slashnet.org"},
@@ -340,7 +359,18 @@ static const struct defaultserver def[] =
{"Techtronix", 0, 0, 0, LOGIN_SASL, 0, TRUE},
{0, "irc.techtronix.net"},
+
+ {"tilde.chat", 0, 0, 0, LOGIN_SASL, 0, TRUE},
+ {0, "irc.tilde.chat"},
+#ifdef USE_OPENSSL
+ {"TripSit", 0, 0, 0, LOGIN_SASL, 0, TRUE},
+ {0, "irc.tripsit.me"},
+ {0, "newirc.tripsit.me"},
+ {0, "coconut.tripsit.me"},
+ {0, "innsbruck.tripsit.me"},
+#endif
+
{"TURLINet", 0, 0, 0, 0, 0, TRUE},
/* Other servers use CP1251 and invalid certs */
{0, "irc.servx.ru"},
@@ -358,6 +388,9 @@ static const struct defaultserver def[] =
{"Xertion", 0, 0, 0, LOGIN_SASL, 0, TRUE},
{0, "irc.xertion.org"},
+
+ {"DeltaPool", 0, 0, 0, LOGIN_SASL, 0, TRUE},
+ {0, "irc.deltapool.net"},
{0,0}
};
@@ -928,7 +961,7 @@ servlist_load_defaults (void)
{
int i = 0, j = 0;
ircnet *net = NULL;
- guint def_hash = g_str_hash ("freenode");
+ guint def_hash = g_str_hash ("Libera.Chat");
while (1)
{