aboutsummaryrefslogtreecommitdiff
path: root/include/modules/stats.h
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate includes from module headers.Gravatar Sadie Powell2022-01-251-2/+0
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-3/+3
* Move RPL_STATS to the stats header.Gravatar Sadie Powell2021-12-241-0/+6
* Add a quick method for adding a generic RPL_STATS row.Gravatar Sadie Powell2021-12-241-0/+12
* Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-3/+5
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-0/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+1
* | Convert repetitive functions to use C++11 variadic templates.Gravatar Sadie Powell2019-01-251-87/+3
|/
* Move OnStats from the core to a cross-module event.•••Some core code still exists in the XLine system but this will be replaced when the XLine system is replaced later. Gravatar Peter Powell2018-04-081-0/+18
* Fix oversight in the last Stats::Context:AddRow() methodGravatar Attila Molnar2016-02-251-0/+1
* Introduce Stats::Context, pass it to the OnStats hook and switch all code to itGravatar Attila Molnar2016-02-251-0/+172