aboutsummaryrefslogtreecommitdiff
path: root/modules/delayjoin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid the direct use of intptr_t wherever possible.Gravatar Sadie Powell2026-03-291-5/+7
| | | | | 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-9/+9
|
* Move CUList to be declared inside User.Gravatar Sadie Powell2026-03-261-8/+8
|
* Replace IS_* with member functions.Gravatar Sadie Powell2026-03-081-2/+2
| | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function.
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+281