aboutsummaryrefslogtreecommitdiff
path: root/include/numericbuilder.h
Commit message (Collapse)AuthorAgeFilesLines
* Add ERR_INVALIDMODEPARAM for responding to invalid mode params.Gravatar Peter Powell2018-01-291-0/+54
| | | | | | | | | | | | | | | 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.
*-. Merge branches 'master+check' and 'master+namedmodes'Gravatar Attila Molnar2016-03-221-1/+84
|\ \
| | * Add Numeric::ParamBuilderGravatar Attila Molnar2016-03-221-1/+67
| |/ |/| | | | | It builds numerics where the individual components are parameters of the numeric
| * m_check Refactor, move to the new RPL_CHECK numericGravatar Attila Molnar2016-03-191-0/+17
|/
* Fix oversights in the WriteNumeric() parameter conversionGravatar Attila Molnar2016-03-191-1/+1
|
* Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵Gravatar Attila Molnar2016-02-251-16/+12
| | | | parameters
* Add Numeric::NumericGravatar Attila Molnar2016-02-251-1/+1
|
* Fix build errors on CentOS 6 and OpenBSD.Gravatar Peter Powell2016-02-201-1/+1
|
* Add Numeric::BuilderGravatar Attila Molnar2015-12-301-0/+119