aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-08-27 16:50:20 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-08-27 16:53:56 +0200
commitca33adeeeee56262b95a6ff1339227bfc90e0a82 (patch)
tree683d4e99379373e281d726a210177a6156b902dd /README.adoc
parentb31e079256cf072527d9f39441ff4f9410c9623d (diff)
downloadxK-ca33adeeeee56262b95a6ff1339227bfc90e0a82.tar.gz
xK-ca33adeeeee56262b95a6ff1339227bfc90e0a82.tar.xz
xK-ca33adeeeee56262b95a6ff1339227bfc90e0a82.zip
Update README
Stop pretending that xD has a future.
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc19
1 files changed, 7 insertions, 12 deletions
diff --git a/README.adoc b/README.adoc
index a9e8b08..11eb609 100644
--- a/README.adoc
+++ b/README.adoc
@@ -25,23 +25,18 @@ launch a full text editor from within.
xD
--
-The IRC daemon. It is designed to be used as a regular user application rather
-than a system-wide daemon. If all you want is a decent, minimal IRCd for
-testing purposes or a small network of respectful users (or bots), this one will
-do it just fine.
+The IRC daemon. It is designed for use as a regular user application rather
+than a system-wide daemon, and follows the XDG Base Directory Specification.
+If all you want is a decent, minimal IRCd for testing purposes or a small
+network of respectful users (or bots), this one will do it just fine.
It autodetects TLS on incoming connections (I'm still wondering why everyone
doesn't have this), authenticates operators via TLS client certificate
fingerprints, and supports a number of IRCv3 capabilities.
-Not supported:
-
- - server linking (which also means no services); I consider existing protocols
- for this purpose ugly and tricky to implement correctly; I've also found no
- use for this feature yet
- - online changes to configuration; the configuration system from 'xC' could
- be used to implement this feature if needed
- - limits of almost any kind, just connections and mode `+l`
+What it notably doesn't support is online changes to configuration, any limits
+besides the total number of connections and mode `+l`, or server linking
+(which also means no services).
This program has been
https://git.janouch.name/p/haven/src/branch/master/hid[ported to Go],