[polari/wip/ozinger: 2/18] Add Ozinger Korean IRC network server on Polari



commit 613acc81f2d513b05fbf855252b567b115d5d715
Author: DaeHyun Sung <sungdh86 gmail com>
Date:   Sat Feb 24 17:13:12 2018 +0900

    Add Ozinger Korean IRC network server on Polari
    
    Patch to add irg.ozinger.org to the network list
    
    Ozinger IRC networks is among the largest IRC networks in South Korea(Republic of Korea)
    Homepage: http://ozinger.org/
    
    Ozinger IRC network is generally popular Korean public IRC network in South Korea.
    
    It supported Unicode (UTF-8 encoding set). Now, Many of Korean IRC Users move to Ozinger network.
    
    Also GNOME Korea's IRC channel located on Ozinger Server.
    
    GNOME users in Korea use Ozinger IRC Network.
    
    [GNOME - Connect with the GNOME Community on IRC](https://wiki.gnome.org/Community/GettingInTouch/IRC)
    
    >  irc://irc.ozinger.org/gnome - Korean users and hackers (http://www.gnome.or.kr)
    
    Ozinger IRC Network's feature can use Korean hangul script's nickname & Korean hangul scrupt's channel 
name.
    
    https://gitlab.gnome.org/GNOME/polari/merge_requests/34

 data/resources/networks.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/data/resources/networks.json b/data/resources/networks.json
index f8f7102..bad93e8 100644
--- a/data/resources/networks.json
+++ b/data/resources/networks.json
@@ -702,5 +702,17 @@
       { "ssl": false, "port": 6667, "address": "Bayern.DE.EU.XWorld.Org" },
       { "ssl": false, "port": 6667, "address": "Chicago.IL.US.XWorld.Org" }
     ]
+  },
+  {
+    "name": "Ozinger",
+    "id": "ozinger",
+    "servers": [
+      { "ssl": false, "port": 6667, "address": "irc.ozinger.org"},
+      { "ssl": false, "port": 6667, "address": "ipv6.ozinger.org"},
+      { "ssl": false, "port": 80,   "address": "altirc.ozinger.org"},
+      { "ssl": true,  "port": 6667, "address": "irc.ozinger.org"},
+      { "ssl": true,  "port": 6667, "address": "ipv6.ozinger.org"},
+      { "ssl": true,  "port": 443,  "address": "altirc.ozinger.org"}
+    ]
   }
 ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]