Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-10 | Core/Misc: Kill copy/move constructors for singleton classes | Shauren | |
2025-01-03 | Core/Database: Added std::span based functions to Field and PreparedStatement | Shauren | |
2024-06-02 | Core/Crypto: Rename our Argon2 to avoid possible conflict with library file ↵ | Shauren | |
on some configurations | |||
2023-01-08 | Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵ | Shauren | |
compatible api) | |||
2022-02-13 | Core/Misc: Cleanup unused includes | Shauren | |
2021-12-18 | [3.3.5] Core/Authserver: TOTP rewrite: (PR #23633) | Treeston | |
- Proper management commands (.account 2fa) - Secrets can now be encrypted (set TOTPTokenSecret in .conf) - Secret now stored in binary - Argon2 and AES primitives - Base32/64 support (cherry picked from commit 4211645834c467a03c60248e80818d3607be9ea7) |