| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move service types to their own namespace.•••- ServiceProvider is now Service::Provider - DataProvider is now Service::SimpleProvider (the old name does not really make sense now we don't have SERVICE_DATA and the only difference is automatic registration. - Some members of ModuleManager have been elevated to the Service namespace in case other code wants to use them. | 2026-03-29 | 1 | -2/+2 | |
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -4/+4 | |
| * | Rewrite sepstream and move to stringutils. | 2026-03-14 | 1 | -3/+3 | |
| * | Clean up ModuleManager somewhat. | 2026-03-04 | 1 | -1/+1 | |
| * | Rename ServiceProvider::creator to service_creator and add GetSource. | 2026-03-02 | 1 | -2/+2 | |
| * | 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. | 2026-03-02 | 1 | -11/+11 | |
| * | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -2/+2 | |
| * | Add test vectors for PBKDF2-HMAC-SHA3 algorithms. | 2025-04-06 | 1 | -0/+12 | |
| * | Fix double registration of PBKDF2 services. | 2025-04-06 | 1 | -0/+4 | |
| * | Add more debug logging to hash_pbkdf2. | 2025-04-06 | 1 | -2/+7 | |
| * | Rename newhash to hash now its the only option. | 2025-04-06 | 1 | -1/+1 | |
| * | Rewrite every single hash module for the new interface. | 2025-04-06 | 1 | -0/+293 |
