aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/pingtimer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2025-03-281-1/+1
|
* Rename ToHuman to ToLongString.Gravatar Sadie Powell2025-03-181-1/+1
| | | | This name is used by functions in too many places already.
* Use Duration::ToHuman instead of seconds in various messages.Gravatar Sadie Powell2025-03-031-1/+3
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
|
* Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.Gravatar Sadie Powell2023-01-231-1/+1
|
* Require specifying the repeat argument of the Timer class.Gravatar Sadie Powell2022-05-171-1/+1
|
* Remove unused time_t field from the timer system.Gravatar Sadie Powell2021-11-051-1/+1
| | | | | This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules.
* Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-1/+1
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-0/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-11-131-1/+1
|\|
| * Add the server id to the Server class.Gravatar Peter Powell2019-09-231-1/+1
| |
* | SnomaskManager: remove fakederef.Gravatar Sadie Powell2019-02-071-1/+1
|/
* m_spanningtree Rewrite PING logic to use TimersGravatar Attila Molnar2015-01-251-0/+102