Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 21 additions & 7 deletions servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,62 @@
"description": "A cool place for tech talk, randomness and nerding.",
"wss": "wss://irc.h4ks.com:443",
"ircs": "ircs://irc.h4ks.com:6697",
"obsidian": false
"obsidian": false,
"sasl": true,
"voice": false
},
{
"name": "UnrealIRCd Support & Test Network",
"description": "Get help with UnrealIRCd configuration, installation and usage.",
"wss": "wss://irc.unrealircd.org:443",
"ircs": "ircs://irc.unrealircd.org:6697",
"obsidian": false
"obsidian": false,
"sasl": true,
"voice": false
},
{
"name": "InspIRCd Test Network",
"description": "InspIRCd's Test Network for testing IRCv3 things.",
"wss": "wss://testnet.inspircd.org:8097",
"ircs": "ircs://testnet.inspircd.org:6697",
"obsidian": false
"obsidian": false,
"sasl": true,
"voice": false
},
{
"name": "Ergo Test Network",
"description": "Ergo's Test Network for testing IRCv3 things.",
"wss": "wss://testnet.ergo.chat:8097",
"ircs": "ircs://testnet.ergo.chat:6697",
"obsidian": false
"obsidian": false,
"sasl": true,
"voice": false
},
{
"name": "zeolia.chat",
"description": "French small network, #eggdrop and #linux :)",
"wss": "wss://irc.zeolia.chat:8000",
"ircs": "ircs://irc.zeolia.chat:6697",
"obsidian": false
"obsidian": false,
"sasl": true,
"voice": false
},
{
"name": "PTirc IRC Network",
"description": "Multi purpose chat network.",
"wss": "wss://irc.ptirc.org:7666",
"ircs": "ircs://irc.ptirc.org:6697",
"obsidian": false
"obsidian": false,
"sasl": true,
"voice": false
},
{
"name": "mIRCClub",
"description": "We are more than just a server.",
"wss": "wss://irc.mirc.club:8000/",
"ircs": "ircs://irc.mirc.club:6697",
"obsidian": false
"obsidian": false,
"sasl": true,
"voice": false
}
]