Age | Commit message (Collapse) | Author |
|
|
|
`nickserv:registration` only has as options: none, admin, mail.
I assume that `mail` is the word that should replace `yes`
|
|
|
|
Closes #348.
|
|
Also add more column types to ensure we are storing data in the
best format in the database.
|
|
|
|
Ref: #419
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #392
|
|
|
|
|
|
There's no need to hardcode a base path here.
|
|
This was done in some places already but not consistently.
Closes #349.
|
|
|
|
|
|
- Use consistent line endings as expected by the email spec.
- Don't require admins to escape . at the start of lines.
- Log the reason why sending email fails.
|
|
|
|
Admins can now queue multiple messages and send them when they are
ready. This is fully compatible with the previous global behaviour.
Admins can now also send messages to individual servers. This is
useful for informing users of maintenance due to downtime.
|
|
If another module was loaded first and then later unloaded it was
possible for a deprecated module to encrypt passwords.
|
|
Closes #369.
|
|
|
|
Using HMAC instead of changing the IV is a lot safer.
|
|
|
|
|
|
|
|
This is safer, faster, and doesn't require seeding.
|
|
|
|
|
|
|
|
|
|
This is wildly insecure and has been disabled by default for at
least a decade.
|
|
|
|
|
|
|
|
|
|
|
|
|