summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-03 19:20:14 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-03 19:20:22 +0800
commit363c5a9b7d3a9efa67af58cf84f5004f23539908 (patch)
tree50e01e1bdec9fecf90ba443ed3787e7439253b83
parentWebsite update (diff)
downloadwebsite-363c5a9b7d3a9efa67af58cf84f5004f23539908.tar.gz
website-363c5a9b7d3a9efa67af58cf84f5004f23539908.tar.zst
website-363c5a9b7d3a9efa67af58cf84f5004f23539908.zip
Website update
-rw-r--r--content/_index.md5
-rw-r--r--content/maild/_index.md22
-rw-r--r--content/meseircd/_index.md49
3 files changed, 72 insertions, 4 deletions
diff --git a/content/_index.md b/content/_index.md
index c665729..4fc7ed9 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,8 +1,9 @@
-Please note that this website is still under development.
+Lindenii is a group of small computer-related projects.
## Contact
-[`#lindenii`](https://runxiyu.org/~fun/kiwiirc/kiwiirc_v1.7.1-2/#lindenii) on [irc.runxiyu.org](https://irc.runxiyu.org)
+[`#lindenii`](https://runxiyu.org/~fun/kiwiirc/kiwiirc_v1.7.1-2/#lindenii) on
+[irc.runxiyu.org](https://irc.runxiyu.org)
## Repositories
diff --git a/content/maild/_index.md b/content/maild/_index.md
index da3f98f..6e5fb40 100644
--- a/content/maild/_index.md
+++ b/content/maild/_index.md
@@ -2,4 +2,24 @@
title: maild
---
-Lindenii maild is a simple SMTP server.
+**Note: This project is in early development.**
+
+Lindenii maild is an email server.
+
+Contemporary email servers like [Postfix](http://www.postfix.org/) and
+[OpenSMTPD](https://www.opensmtpd.org/) generally work, but setups become
+rather complex when other necessary software such as
+[Dovecot](https://www.dovecot.org/) and [OpenDKIM](http://www.opendkim.org/).
+It is also notoriously difficult to configure these servers.
+
+Lindenii maild is an email server designed for the Lindenii project. It
+implements basic functionality for a working email server in one software
+package.
+
+We attempt to implement:
+* SMTP to send and receive mail
+* IMAP to let users interact with mailboxes
+* DKIM, SPF, and DMARC authentication
+* Basic spam filtering
+* A UNIX domain socket protocol for integration with mailing list and forge
+ software
diff --git a/content/meseircd/_index.md b/content/meseircd/_index.md
index 83457a8..bd8f652 100644
--- a/content/meseircd/_index.md
+++ b/content/meseircd/_index.md
@@ -2,4 +2,51 @@
title: MeseIRCd
---
-MeseIRCd is a new Internet Relay Chat server.
+**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