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