aboutsummaryrefslogtreecommitdiff
path: root/modules/httpd_stats.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-4/+4
|
* Switch typedefs to using statements.Gravatar Sadie Powell2026-03-261-1/+1
|
* Change ServerList to return a list of Server* not a duplicate class.Gravatar Sadie Powell2026-03-151-7/+7
|
* 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 methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-021-1/+1
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-011-1/+1
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-01-171-1/+1
|
* Fix the case of some InspIRCd class member variables.Gravatar Sadie Powell2024-08-271-1/+1
|
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+506