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
/
builtinmodes.h
Age
Commit message (
Expand
)
Author
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-11-06
Move depriv from m_customprefix into PrefixMode.
Peter Powell
2017-11-06
Add support for setting the unset rank in ModeHandler.
Peter Powell
2017-07-12
Add CXX11_OVERRIDE to overridden members that lack it.
Peter Powell
2016-12-30
Make ModeHandler::GetUserParameter() const, accept const User
Attila Molnar
2015-01-14
cmode_k Fix oversight in substr() conversion
Attila Molnar
2014-08-06
Migrate ModeChannelOp and ModeChannelVoice constructors to builtinmodes.h, re...
Attila Molnar
2014-08-06
Remove a bunch of useless classes representing simple core modes
Attila Molnar
2014-03-09
Move the wallops mode from the core into core_wallops
Attila Molnar
2014-02-15
Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...
Attila Molnar
2013-09-11
Create a base class for prefix modes
attilamolnar
2013-07-24
umode_s Rewrite ProcessNoticeMasks() and remove a few related useless functions
attilamolnar
2013-07-19
Move SetNoticeMask(), FormatNoticeMasks() and ProcessNoticeMasks() from the U...
attilamolnar
2013-05-27
Simplify user mode removal via ModeHandler::RemoveMode()
attilamolnar
2013-05-27
Deduplicate RemoveMode() implementations
attilamolnar
2013-04-08
Migrate u_listmode.h into the core, change +b to use it
attilamolnar
2013-04-08
Unite include/modes/*.h into include/builtinmodes.h
attilamolnar