summaryrefslogtreecommitdiff
path: root/include/numericbuilder.h
AgeCommit message (Collapse)Author
2019-12-03Send * for empty targets in the no such nick/channel message.Peter Powell
2019-06-12Show the mode syntax in ERR_INVALIDMODEPARAM.Peter Powell
2018-01-29Add ERR_INVALIDMODEPARAM for responding to invalid mode params.Peter Powell
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.
2016-03-22Merge branches 'master+check' and 'master+namedmodes'Attila Molnar
2016-03-22Add Numeric::ParamBuilderAttila Molnar
It builds numerics where the individual components are parameters of the numeric
2016-03-19m_check Refactor, move to the new RPL_CHECK numericAttila Molnar
2016-03-19Fix oversights in the WriteNumeric() parameter conversionAttila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵Attila Molnar
parameters
2016-02-25Add Numeric::NumericAttila Molnar
2016-02-20Fix build errors on CentOS 6 and OpenBSD.Peter Powell
2015-12-30Add Numeric::BuilderAttila Molnar