aboutsummaryrefslogtreecommitdiff
path: root/include/numeric.h
Commit message (Expand)AuthorAgeFilesLines
* Use parameter pack expansion instead of recursive calls.Gravatar Sadie Powell2021-04-271-15/+5
* Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-2/+6
* Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-2/+1
* 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-0/+6
|/
* Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. Gravatar Peter Powell2018-07-261-3/+3
* Add ERR_INVALIDMODEPARAM for responding to invalid mode params.•••Currently on invalid modes we do a combination of different things: 1. Send a custom mode-specific numeric (which often collides with other modes). 2. Send a server notice. 3. Do absolutely nothing. This new numeric is a generic way of handling invalid parameters when setting a mode that avoids all of the mistakes of the previous behaviour. Gravatar Peter Powell2018-01-291-27/+0
* Fixed misc. instances of ERR_NOSUCHNICK instead of channel numerics•••Per #1122 Gravatar B00mX0r2017-12-221-3/+14
* Make source server settable in Numeric::NumericGravatar Attila Molnar2016-02-251-0/+15
* Add Numeric::NumericGravatar Attila Molnar2016-02-251-0/+88