Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2019-12-03 | Send * for empty targets in the no such nick/channel message. | Peter Powell | |
2019-06-12 | Show the mode syntax in ERR_INVALIDMODEPARAM. | Peter Powell | |
2018-01-29 | Add 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-22 | Merge branches 'master+check' and 'master+namedmodes' | Attila Molnar | |
2016-03-22 | Add Numeric::ParamBuilder | Attila Molnar | |
It builds numerics where the individual components are parameters of the numeric | |||
2016-03-19 | m_check Refactor, move to the new RPL_CHECK numeric | Attila Molnar | |
2016-03-19 | Fix oversights in the WriteNumeric() parameter conversion | Attila Molnar | |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | Attila Molnar | |
parameters | |||
2016-02-25 | Add Numeric::Numeric | Attila Molnar | |
2016-02-20 | Fix build errors on CentOS 6 and OpenBSD. | Peter Powell | |
2015-12-30 | Add Numeric::Builder | Attila Molnar | |