]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/mode.h
Fix various documentation comments.
[user/henk/code/inspircd.git] / include / mode.h
2021-03-31 Sadie PowellFix various documentation comments.
2021-03-05 InspIRCd RobotUpdate copyright headers.
2021-02-27 Sadie PowellFix not sending ERR_INVALIDMODEPARAM when a parameter...
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-01-11 InspIRCd RobotUpdate copyright headers.
2020-01-05 Sadie PowellAdd an oper only parameter to Simple{Channel,User}ModeH...
2019-07-26 Peter PowellFix various cases of broken indentation.
2019-07-23 Peter PowellAdd a constant for the maximum length of a mode parameter.
2019-06-12 Peter PowellShow the mode syntax in ERR_INVALIDMODEPARAM.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-22 Peter PowellSend the 001-004 numerics and MOTD/LUSERS from core_info.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-08-13 Peter PowellAdd an accessor for the last mode change list to ModePa...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-10 Peter PowellExtract RFC modes from the core to core_channel and...
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-11-06 Peter PowellEnable using m_customprefix to alter core prefix modes.
2017-11-06 Peter PowellMove depriv from m_customprefix into PrefixMode.
2017-11-06 Peter PowellAdd support for setting the unset rank in ModeHandler.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-10-04 Peter PowellFix RPL_SERVERVERSION treating the modes as a single...
2017-09-18 Peter PowellAdd ModeParser::IsModeChar to standardise mode validation.
2017-08-26 Peter PowellFix a bunch of Doxygen warnings.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #1211 from SaberUK/master+override
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellAdd CXX11_OVERRIDE to overridden members that lack it.
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-12-30 Attila MolnarMake ModeHandler::GetUserParameter() const, accept...
2016-09-02 Attila MolnarMerge insp20
2016-08-30 Attila MolnarAdd const versions of ModeHandler::IsPrefixMode(),...
2016-08-29 Attila MolnarMark ModeHandler::GetModeChar() and ModeWatcher::GetMod...
2016-08-29 Attila MolnarConvert ModeHandler::GetNumParams() to NeedsParam(...
2016-08-17 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge insp20
2015-12-28 Attila MolnarFix some whitespace issues
2015-12-02 Attila MolnarMerge branch 'master+serviceinit'
2015-11-23 Attila MolnarImplement ModeHandler::RegisterService()
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-15 Attila MolnarChange type of some associative containers to their...
2014-12-15 Attila MolnarAdd typedef ModeParser::ModeWatcherMap, remove ModeWatc...
2014-10-27 Attila MolnarMerge insp20
2014-09-04 Attila MolnarMigrate code from ModeParser into cmd_mode (core_user)
2014-09-04 Attila MolnarSplit ModeParser::DisplayListMode() into two parts
2014-09-04 Attila MolnarRemove unused parameter passed to ModeParser::DisplayCu...
2014-09-04 Attila MolnarLet callers customize the begin/end positions for ModeP...
2014-09-03 Attila MolnarUse Modes::ChangeList in ModeHandler::RemoveMode()
2014-09-03 Attila MolnarAdd a ModeParser::Process() overload that can process...
2014-09-03 Attila MolnarMake it possible to resume processing a partially proce...
2014-09-03 Attila MolnarSplit out ModeParser::ModeParamsToChangeList()
2014-09-03 Attila MolnarSplit out ModeParser::ProcessSingle() from Process()
2014-09-03 Attila MolnarAdd mode process flag MODE_CHECKACCESS
2014-09-03 Attila MolnarRemove ModeHandler::m_paramtype and GetTranslateType()
2014-09-03 Attila MolnarRemove ModeParser::LastParseTranslate and GetLastParseT...
2014-09-03 Attila MolnarRemove ModeParser::LastParseParams and GetLastParseParams()
2014-09-03 Attila Molnarm_spanningtree Send MODE/FMODE from the OnMode hook
2014-09-03 Attila MolnarPopulate a Modes::ChangeList object in ModeParser:...
2014-09-03 Attila MolnarAdd Modes::Change and Modes::ChangeList
2014-09-02 Attila MolnarChange mode_sequence to be a const ref in ModeParser...
2014-08-06 Attila MolnarPass prefix rank and prefix char to PrefixMode constructor
2014-07-25 Attila MolnarMerge insp20
2014-06-24 Attila MolnarChange allocation of InspIRCd::Modes to be physically...
2014-04-07 Attila MolnarMerge insp20
2014-02-23 Attila MolnarThrow an exception if ModeParser::AddMode() fails
2014-02-22 Attila MolnarAdd ModeParser::GetModes(), returns all user/chanmodes
2014-02-21 Attila MolnarAssign an id to user modes, parameter chanmodes and...
2014-02-20 Attila MolnarAdd a ModeParser::FindMode() overload that takes a...
2014-02-20 Attila MolnarCreate a name -> ModeHandler* map
2014-02-18 Attila MolnarReplace ModeMasks with a two-dimensional array
2014-02-18 Attila MolnarChange the parameter type of ModeHandler::GiveModeList...
2014-02-15 Attila MolnarAdd ParamModeBase and ParamMode, change all parameter...
2014-02-15 Attila MolnarAdd ModeHandler::IsParameterMode() and MC_PARAM
2014-01-31 Attila MolnarRemove some dead code
2014-01-21 Attila MolnarMerge insp20
2013-11-09 AdamMerge pull request #672 from SaberUK/master+rt-link-err
2013-11-09 Peter PowellFix PrefixMode not being exported which caused runtime...
2013-09-12 attilamolnarKeep lists of mode handlers by type
2013-09-12 attilamolnarAdd ModeHandler::IsListModeBase() and MC_LIST
2013-09-11 attilamolnarMove prefix mode specific fields and getters into Prefi...
2013-09-11 attilamolnarCreate a base class for prefix modes
2013-09-11 attilamolnarAdd a type id field to ModeHandler
2013-08-30 attilamolnarMerge insp20
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-06 attilamolnarStore prefix rank in a ModeHandler field, change ModeHa...
2013-06-05 attilamolnarMerge insp20
2013-06-01 attilamolnarMove a few trivial functions into headers
2013-06-01 attilamolnarWatch mode names with ModeWatchers instead of mode...
next