Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
This prevents zombie accounts from being left around that can't be
authenticated to.
Closes #355.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is wildly insecure and has been disabled by default for at
least a decade.
|
|
|