[polari] networks: Update OFTC server list
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] networks: Update OFTC server list
- Date: Fri, 18 Jun 2021 09:36:41 +0000 (UTC)
commit e9d4cb6c4649f9cafebf0675f108309f4e8bab99
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Jun 17 18:43:06 2021 +0200
networks: Update OFTC server list
The original list we copied from Empathy is quite outdated, as
alternative ports and more importantly SSL support was added.
https://gitlab.gnome.org/GNOME/polari/-/issues/181
data/resources/networks.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/data/resources/networks.json b/data/resources/networks.json
index 389a5bf9..c316261b 100644
--- a/data/resources/networks.json
+++ b/data/resources/networks.json
@@ -496,7 +496,13 @@
"id": "oftc",
"favorite": true,
"servers": [
- { "ssl": false, "port": 6667, "address": "irc.oftc.net" }
+ { "ssl": true, "port": 6697, "address": "irc.oftc.net" },
+ { "ssl": true, "port": 9999, "address": "irc.oftc.net" },
+ { "ssl": false, "port": 6667, "address": "irc.oftc.net" },
+ { "ssl": false, "port": 6668, "address": "irc.oftc.net" },
+ { "ssl": false, "port": 6669, "address": "irc.oftc.net" },
+ { "ssl": false, "port": 6670, "address": "irc.oftc.net" },
+ { "ssl": false, "port": 7000, "address": "irc.oftc.net" }
]
},
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]