aboutsummaryrefslogtreecommitdiff
path: root/include/numericbuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
* Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.•••This should make privilege errors more consistent. Gravatar Sadie Powell2022-04-121-0/+18
* Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-201-2/+2
* Make the ERR_CANNOTSENDTOCHAN extban message less misleading.Gravatar Sadie Powell2020-07-301-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
* Fix Numerics::CannotSendTo sending the wrong numeric for users.Gravatar Sadie Powell2020-04-061-2/+2
* Add the Numerics::CannotSendTo class and switch stuff to use it.Gravatar Sadie Powell2020-04-041-0/+44
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+1
* Send * for empty targets in the no such nick/channel message.Gravatar Peter Powell2019-12-031-2/+2
* Show the mode syntax in ERR_INVALIDMODEPARAM.Gravatar Peter Powell2019-06-121-2/+25
* 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-0/+54
*-. Merge branches 'master+check' and 'master+namedmodes'Gravatar Attila Molnar2016-03-221-1/+84
|\ \
| | * Add Numeric::ParamBuilder•••It builds numerics where the individual components are parameters of the numeric Gravatar Attila Molnar2016-03-221-1/+67
| |/ |/|
| * 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
* 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