irc.mauve.haus
This is the IRC server for mauveHAUS. It runs Ergo, a modern IRCd written in Go, and exists primarily as a place to play with and test the IRCv3 spec.
Ergo bundles services, history, and a good chunk of the IRCv3 capability set into a single daemon, which makes it a convenient sandbox for poking at modern IRC features without standing up a whole network.
Connect
- Server
irc.mauve.haus:6697- TLS
- TLS required (min TLS 1.2). No plaintext port is exposed.
- Web
wss://irc.mauve.haus/for browser / WebSocket clients (Gamja, Kiwi, The Lounge)- SASL
- supported:
PLAINandSCRAM. Optional, not required to connect. - Accounts
- register with
NickServ(email verification required)
References
- ircv3.net/irc: what IRCv3 is and why it exists
- ircv3.net/software/servers: IRCv3-supporting server software
- ergo.chat/specs: the specs Ergo implements