aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/num.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
|
* Fix forwarding tags when sending a numeric to a remote user.Gravatar Sadie Powell2022-09-191-0/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+1
|
* Add the server id to the Server class.Gravatar Peter Powell2019-09-231-1/+1
|
* Fix conversion issues by replacing ConvToInt with ConvToNum<T>.Gravatar Peter Powell2018-12-121-1/+1
| | | | | | | The former was a thin wrapper around atol and brought with it all of the weird parsing logic of atol which is almost never what is actually wanted. It also almost never returned the numeric type which is actually wanted which can cause weird issues when casting.
* Use CommandBase::Params instead of std::vector<std::string>.Gravatar Peter Powell2018-07-261-4/+4
| | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
* m_spanningtree Add CommandNum::BuilderGravatar Attila Molnar2016-03-291-0/+15
|
* m_spanningtree Add NUM command handlerGravatar Attila Molnar2016-03-291-0/+47