Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c.
Closes #350.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #336.
|