aboutsummaryrefslogtreecommitdiff
path: root/modules/delaymsg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid the direct use of intptr_t wherever possible.•••This may cause problems on systems like CheriBSD where the pointer type stores extra data. Gravatar Sadie Powell2026-03-291-7/+9
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-4/+4
* Move CUList to be declared inside User.Gravatar Sadie Powell2026-03-261-2/+2
* 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-2/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-291-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-221-1/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-031-1/+3
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-1/+1
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+154