summaryrefslogtreecommitdiff
path: root/include/numericbuilder.h
AgeCommit message (Expand)Author
2020-12-20Hide the server name/desc better when <options:hideserver> is set.Sadie Powell
2020-07-30Make the ERR_CANNOTSENDTOCHAN extban message less misleading.Sadie Powell
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-06Fix Numerics::CannotSendTo sending the wrong numeric for users.Sadie Powell
2020-04-04Add the Numerics::CannotSendTo class and switch stuff to use it.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
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
2016-03-22Merge branches 'master+check' and 'master+namedmodes'Attila Molnar
2016-03-22Add Numeric::ParamBuilderAttila Molnar
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
2016-02-25Add Numeric::NumericAttila Molnar
2016-02-20Fix build errors on CentOS 6 and OpenBSD.Peter Powell
2015-12-30Add Numeric::BuilderAttila Molnar