Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-19 | Allow using absolute paths in more places. | Sadie Powell | |
2024-03-18 | Add verify-only support for POSIX crypt() hashes from Atheme. | Sadie Powell | |
2024-03-15 | Use consistent casing when referring to vhosts and vidents. | Sadie Powell | |
2024-03-11 | Replace convertTo/stringify with non-throwing alternatives. | Sadie Powell | |
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. | |||
2024-03-10 | Implement verify-only support for raw SHA-2 passwords. | Sadie Powell | |
2024-03-10 | Add support for encrypting passwords with the Argon2 algorithm. | Sadie Powell | |
Closes #369. | |||
2024-03-07 | Add the initial version of the Atheme database importer. | Sadie Powell | |