aboutsummaryrefslogtreecommitdiff
path: root/modules/cap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the remaining function in utility/string to utility/container.Gravatar Sadie Powell2026-04-301-1/+0
|
* Add insp::find_value, insp::to_ptr and switch code to use them.Gravatar Sadie Powell2026-04-041-5/+3
|
* Avoid the direct use of intptr_t wherever possible.Gravatar Sadie Powell2026-03-291-1/+1
| | | | | This may cause problems on systems like CheriBSD where the pointer type stores extra data.
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-10/+10
|
* Switch the extensible system to using shared pointers.Gravatar Sadie Powell2026-03-271-2/+2
|
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-141-1/+1
|
* Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-131-5/+5
|
* Replace IS_* with member functions.Gravatar Sadie Powell2026-03-081-3/+3
| | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function.
* Rename ServiceProvider::creator to service_creator and add GetSource.Gravatar Sadie Powell2026-03-021-3/+3
|
* 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.
* Move the event/ prefix of events to the parent class.Gravatar Sadie Powell2026-03-021-1/+1
|
* Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-021-1/+1
|
* Move standard replies to the core and add remote reply support.Gravatar Sadie Powell2026-03-011-1/+1
|
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+501