aboutsummaryrefslogtreecommitdiff
path: root/modules/cloak_sha256.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the remaining function in utility/string to utility/container.Gravatar Sadie Powell2026-04-301-1/+0
|
* Switch ascii comparisons over to our own casemap functions.Gravatar Sadie Powell2026-04-301-1/+1
|
* Switch the build system to CMake.Gravatar Sadie Powell2026-04-271-8/+15
|
* Fix the double whitespace after some extra module headers.Gravatar Sadie Powell2026-04-081-1/+1
|
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-3/+3
|
* Switch typedefs to using statements.Gravatar Sadie Powell2026-03-261-1/+1
|
* Rename ServiceProvider::creator to service_creator and add GetSource.Gravatar Sadie Powell2026-03-021-6/+6
|
* Massive rework of how internal service providers work.Gravatar Sadie Powell2026-03-021-1/+1
| | | | | | | | | - 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.
* Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-021-1/+1
|
* Update cloak_sha256 to use cloak() for host cloak metadata.Gravatar Sadie Powell2025-05-181-1/+1
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-04-181-1/+1
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-04-171-2/+1
|
* Rename newhash to hash now its the only option.Gravatar Sadie Powell2025-04-061-1/+1
|
* Add the new hashing interface, port consumer modules to use it.Gravatar Sadie Powell2025-04-061-6/+6
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-291-1/+1
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-221-1/+1
|
* Add support for usernames in the cloaking system.Gravatar Sadie Powell2025-03-141-13/+14
|
* Rename Cloak::Method::Generate to Cloak::Method::Cloak.Gravatar Sadie Powell2025-03-141-6/+6
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-011-1/+1
|
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-8/+8
|
* Remove support for the v3 server protocol.Gravatar Sadie Powell2024-07-231-1/+1
|
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+364