forked from pratyush/ircWebRegistration
Update link to the draft/account-registration spec
This commit is contained in:
parent
1525887c9d
commit
981306668a
@ -6,7 +6,7 @@ This is a basic still WIP framework for registering an account on an ircd using
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- It relies on the WIP IRCv3.2 spec [draft/account-registration](https://github.com/ProgVal/ircv3-specifications/blob/register/extensions/account-registration.md)
|
- 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.
|
- 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.
|
- 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.
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ def ircregister(userip, username, password, email="*"):
|
|||||||
# but if the server responds with the corresponding FAIL we
|
# but if the server responds with the corresponding FAIL we
|
||||||
# need to try again. We can also handle email-required using
|
# need to try again. We can also handle email-required using
|
||||||
# the same keys. How to access these key-value pairs?
|
# the same keys. How to access these key-value pairs?
|
||||||
# reference: https://github.com/ProgVal/ircv3-specifications/blob/register/extensions/account-registration.md#commands
|
# reference: https://ircv3.net/specs/extensions/account-registration.html
|
||||||
|
|
||||||
# NICK and USER
|
# NICK and USER
|
||||||
_send(irctokens.build("USER", ["u", "0", "*", username]))
|
_send(irctokens.build("USER", ["u", "0", "*", username]))
|
||||||
|
Loading…
Reference in New Issue
Block a user