Compare commits

..

1 Commits

Author SHA1 Message Date
Valentin Lorentz
981306668a Update link to the draft/account-registration spec 2022-04-01 18:24:44 +02:00

View File

@ -6,7 +6,7 @@ This is a basic still WIP framework for registering an account on an ircd using
## Features
- It relies on the WIP IRCv3 spec [draft/account-registration](https://ircv3.net/specs/extensions/account-registration.html)
- It relies on the draft IRCv3 spec [draft/account-registration](https://ircv3.net/specs/extensions/account-registration.html)
- It utilizes the flask framework and `WEBIRC` to relay remote host ip address.
- Can be tweaked to allow registration attempts from exit-nodes and other unsavory hosts allowing them to securely work with the `require-sasl` constraint if needed.