Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
Unlike other regular expression engines this is available on all
systems.
|
|
|
|
Users should migrate to m_regex_pcre2 instead.
|
|
This is separate from the existing UNBAN privilege which applies
to all users.
Closes #331.
|
|
|
|
|
|
|
|
|
|
These are hidden so they won't be shown in the help.
|
|
Closes #320.
|
|
|
|
This will allow people to send emails using HTML or non UTF-8 text.
|
|
|
|
|
|
|
|
|
|
|
|
|