blob: bd8f65201bf191e4ec35e0b90c76264cc5682439 (
plain) (
tree)
|
|
---
title: MeseIRCd
---
**Note: This project is in early development.**
MeseIRCd is an Internet Relay Chat server.
It aims to implement:
* Most [IRCv3](https://ircv3.net/) specifications
* Server linkages with support for redundant links
## IRCv3 Specifications
We will try to implement:
* account-notify
* account-tag
* away-notify
* batch
* bot-mode
* chghost
* echo-message
* extended-join
* extended-monitor
* invite-notify
* labeled-response
* message-tags
* monitor
* msgid
* multi-prefix
* sasl
* server-time
* setname
* standard-replies
* sts
* userhost-in-names
* webirc
* websocket
* whox
* draft/account-extban
* draft/account-registration
* draft/channel-rename
* draft/multiline
* draft/chathistory
* draft/message-redaction
* draft/read-marker
* draft/no-implicit-names
* draft/pre-away
* [causal.agency/consumer](https://git.causal.agency/pounce/about/pounce.1#Extensions)
We will probably not implement:
* draft/message-redaction
|