aboutsummaryrefslogtreecommitdiff
path: root/modules/extra/hash_argon2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch the build system to CMake.Gravatar Sadie Powell2026-04-271-2/+3
* Fix the double whitespace after some extra module headers.Gravatar Sadie Powell2026-04-081-0/+1
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-4/+4
* Massive rework of how internal service providers work.•••- ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs. Gravatar Sadie Powell2026-03-021-4/+4
* Rename newhash to hash now its the only option.Gravatar Sadie Powell2025-04-061-1/+1
* Rewrite every single hash module for the new interface.Gravatar Sadie Powell2025-04-061-0/+185