Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Having these throw is terrible for ergonomics and there are loads
of places where the exception was either silently ignored or not
handled at all. Having a function which returns an optional and
another that returns a default works a lot better imo.
|
|
|
|
If another module was loaded first and then later unloaded it was
possible for a deprecated module to encrypt passwords.
|
|
|
|
|
|
|
|
|
|
|
|
Closes #369.
|
|
|
|
This will be useful for doing challenge authentication on InspIRCd.
|
|
|
|
|
|
Using HMAC instead of changing the IV is a lot safer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is safer, faster, and doesn't require seeding.
|
|
|
|
y
|
|
|
|
Closes #373.
|
|
|
|
|