]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/mode.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / mode.cpp
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
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
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarReduce std::string::substr() usage
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-11-30 Attila MolnarReject empty mode parameters in ModeParser::Process...
2014-10-27 Attila MolnarMerge insp20
2014-09-10 Attila MolnarRemove listmode hiding support from the core
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 MolnarPass Modes::ChangeList references to the OnPreMode...
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 MolnarHandle mode merges in ModeParser::ProcessSingle()
2014-09-03 Attila MolnarValidate mode parameters from ModeParser::ProcessSingle()
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 MolnarCompare Limits.MaxModes to the size of LastChangeList...
2014-09-03 Attila MolnarRemove ProtocolInterface::SendMode()
2014-09-03 Attila MolnarPass the modes to the OnMode hook as a Modes::ChangeLis...
2014-09-03 Attila MolnarPopulate a Modes::ChangeList object in ModeParser:...
2014-09-02 Attila MolnarChange mode_sequence to be a const ref in ModeParser...
2014-09-02 Attila MolnarReplace stringstream with a std::string in ModeParser...
2014-08-06 Attila MolnarPass prefix rank and prefix char to PrefixMode constructor
2014-08-06 Attila MolnarRemove a bunch of useless classes representing simple...
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarRemove typedef UserMembCIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Modes to be physically...
2014-04-07 Attila MolnarMerge insp20
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-03-09 Attila MolnarMove the wallops mode from the core into core_wallops
2014-02-23 Attila MolnarThrow an exception if ModeParser::AddMode() fails
2014-02-21 Attila MolnarAssign an id to user modes, parameter chanmodes and...
2014-02-21 Attila MolnarReplace mode letter parameter of OnRawMode() with a...
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-01-21 Attila MolnarMerge insp20
2014-01-19 Attila MolnarUse FindNickOnly() in a few more places if a local...
2014-01-06 Attila MolnarAutomatically register and unregister mode watchers
2014-01-05 Attila MolnarRemove useless ULine() checks
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-12 attilamolnarKeep lists of mode handlers by type
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-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-30 ChrisTXImprove support for rarely used compilers, EKOPath...
2013-08-30 attilamolnarMerge insp20
2013-08-12 attilamolnarClean up a few constructors
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-19 attilamolnarMove SetNoticeMask(), FormatNoticeMasks() and ProcessNo...
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-07-01 attilamolnarFix a few oversights
2013-06-13 attilamolnarCall Channel::SetModeParam() from the mode parser when...
2013-06-13 attilamolnarReplace void* dest and target_type parameters of OnMode...
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-06 attilamolnarStore prefix rank in a ModeHandler field, change ModeHa...
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert User::FormatNoticeMasks() to use std::string.
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...
2013-06-01 attilamolnarRemove useless ModeType parameter from ModeWatcher...
2013-05-26 attilamolnarSimplify user mode removal via ModeHandler::RemoveMode()
2013-05-26 attilamolnarDeduplicate RemoveMode() implementations
2013-05-24 attilamolnarCache mode list that is sent in the 004 numeric
2013-05-24 attilamolnarRemove dead ModeParser code
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-04-27 attilamolnarMerge insp20
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-08 attilamolnarAdd builtin modes using AddService()
2013-04-08 attilamolnarUnite include/modes/*.h into include/builtinmodes.h
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-12-08 attilamolnarFix unsafe iteration in DelMode() when unloading m_perm...
2012-11-28 attilamolnarChange empty string assignments to .clear() or remove...
2012-10-08 attilamolnarMove simple user and channel mode handlers into a singl...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-08-08 attilamolnarRemove sprintf from the two implementations of ModeHand...
next