summary refs log tree commit diff stats
path: root/src/fe-gtk/servlistgui.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-17 01:39:28 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-17 01:40:07 +0200
commita1a94ed31973c0d8a262c82c3cb3d10c760d0ad7 (patch)
treee709bd015bb009b58259f3aae5e31fb963fb6550 /src/fe-gtk/servlistgui.c
parent096d0660e2cc707e13d7d55a9f3039418e21e883 (diff)
Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTH
Diffstat (limited to 'src/fe-gtk/servlistgui.c')
-rw-r--r--src/fe-gtk/servlistgui.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c
index 53aba691..97c0062f 100644
--- a/src/fe-gtk/servlistgui.c
+++ b/src/fe-gtk/servlistgui.c
@@ -121,11 +121,12 @@ static int login_types_conf[] =
 	LOGIN_PASS,
 	LOGIN_MSG_NICKSERV,
 	LOGIN_NICKSERV,
+	LOGIN_MSG_NS,
+	LOGIN_CHALLENGEAUTH
 #if 0
 	LOGIN_NS,
-#endif
-	LOGIN_MSG_NS,
 	LOGIN_AUTH,
+#endif
 };
 
 static const char *login_types[]=
@@ -135,11 +136,12 @@ static const char *login_types[]=
 	"Server Password (/PASS password)",
 	"NickServ (/MSG NickServ + password)",
 	"NickServ (/NICKSERV + password)",
+	"NickServ (/MSG NS + password)",
+	"Challenge Auth (username + password)",
 #if 0
 	"NickServ (/NS + password)",
-#endif
-	"NickServ (/MSG NS + password)",
 	"AUTH (/AUTH nickname password)",
+#endif
 	NULL
 };