[xchat-gnome] Bug 608515 - Freenode's network configuration does not mention port numbers
- From: Ritesh Khadgaray <rkhadgaray src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [xchat-gnome] Bug 608515 - Freenode's network configuration does not mention port numbers
- Date: Wed, 24 Mar 2010 12:49:37 +0000 (UTC)
commit 2df62be43c67ae0087be001816f710a8a8b86dd4
Author: Debarshi Ray <debarshir src gnome org>
Date: Wed Mar 24 18:13:58 2010 +0530
Bug 608515 - Freenode's network configuration does not mention port numbers
Since no port number is mentioned for Freenode it is impossible to use SSL
connections without modifying the configuration. This is because the default
SSL port is 9999 which does not work with Freenode.
src/common/servlist.c | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/src/common/servlist.c b/src/common/servlist.c
index c6839e0..3082966 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -207,7 +207,16 @@ static const struct defaultserver def[] =
{0, "irc.vendetta.com"},
{"FreeNode", 0},
- {0, "irc.freenode.net"},
+ {0, "irc.freenode.net/6665"},
+ {0, "irc.freenode.net/6666"},
+ {0, "irc.freenode.net/6667"},
+ {0, "irc.freenode.net/8000"},
+ {0, "irc.freenode.net/8001"},
+ {0, "irc.freenode.net/8002"},
+#ifdef USE_OPENSSL
+ {0, "irc.freenode.net/+7000"},
+ {0, "irc.freenode.net/+7070"},
+#endif
/* {"Freeworld", 0},
{0, "kabel.freeworld.nu"},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]