index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
numericbuilder.h
Age
Commit message (
Expand
)
Author
2020-07-30
Make the ERR_CANNOTSENDTOCHAN extban message less misleading.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-06
Fix Numerics::CannotSendTo sending the wrong numeric for users.
Sadie Powell
2020-04-04
Add the Numerics::CannotSendTo class and switch stuff to use it.
Sadie Powell
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
2016-03-22
Merge branches 'master+check' and 'master+namedmodes'
Attila Molnar
2016-03-22
Add Numeric::ParamBuilder
Attila Molnar
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
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