| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -2/+2 | |
| | | |||||
| * | Switch Reply::Type to be an enum instead of an enum class. | 2026-03-05 | 1 | -4/+4 | |
| | | | | | This is shorter and its fully disambiguated anyway. | ||||
| * | Massive rework of how internal service providers work. | 2026-03-02 | 1 | -7/+7 | |
| | | | | | | | | | | - 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. | ||||
| * | Move standard replies to the core and add remote reply support. | 2026-03-01 | 1 | -10/+6 | |
| | | |||||
| * | Refuse to hash passwords using insecure algorithms in MKPASSWD. | 2025-04-13 | 1 | -0/+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/+89 | |
