aboutsummaryrefslogtreecommitdiff
path: root/modules/cloak_custom.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch ascii comparisons over to our own casemap functions.Gravatar Sadie Powell2026-04-301-1/+1
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-9/+9
* Switch the extensible system to using shared pointers.Gravatar Sadie Powell2026-03-271-2/+3
* Replace IS_* with member functions.•••- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. Gravatar Sadie Powell2026-03-081-1/+1
* Switch Reply::Type to be an enum instead of an enum class.•••This is shorter and its fully disambiguated anyway. Gravatar Sadie Powell2026-03-051-2/+2
* Rename ServiceProvider::creator to service_creator and add GetSource.Gravatar Sadie Powell2026-03-021-1/+1
* Move standard replies to the core and add remote reply support.Gravatar Sadie Powell2026-03-011-8/+4
* 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-1/+2
* Add the cloak_custom module.Gravatar Sadie Powell2025-03-141-0/+298