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
/
src
/
mode.cpp
Age
Commit message (
Expand
)
Author
2014-09-10
Remove listmode hiding support from the core
Attila Molnar
2014-09-04
Migrate code from ModeParser into cmd_mode (core_user)
Attila Molnar
2014-09-04
Split ModeParser::DisplayListMode() into two parts
Attila Molnar
2014-09-04
Remove unused parameter passed to ModeParser::DisplayCurrentModes()
Attila Molnar
2014-09-04
Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable
Attila Molnar
2014-09-04
Let callers customize the begin/end positions for ModeParser::ModeParamsToCha...
Attila Molnar
2014-09-03
Use Modes::ChangeList in ModeHandler::RemoveMode()
Attila Molnar
2014-09-03
Add a ModeParser::Process() overload that can process an entire Modes::Change...
Attila Molnar
2014-09-03
Make it possible to resume processing a partially processed Modes::ChangeList
Attila Molnar
2014-09-03
Split out ModeParser::ModeParamsToChangeList()
Attila Molnar
2014-09-03
Handle mode merges in ModeParser::ProcessSingle()
Attila Molnar
2014-09-03
Validate mode parameters from ModeParser::ProcessSingle()
Attila Molnar
2014-09-03
Split out ModeParser::ProcessSingle() from Process()
Attila Molnar
2014-09-03
Add mode process flag MODE_CHECKACCESS
Attila Molnar
2014-09-03
Remove ModeHandler::m_paramtype and GetTranslateType()
Attila Molnar
2014-09-03
Remove ModeParser::LastParseTranslate and GetLastParseTranslate()
Attila Molnar
2014-09-03
Remove ModeParser::LastParseParams and GetLastParseParams()
Attila Molnar
2014-09-03
Compare Limits.MaxModes to the size of LastChangeList in ModeParser::Process()
Attila Molnar
2014-09-03
Remove ProtocolInterface::SendMode()
Attila Molnar
2014-09-03
Pass the modes to the OnMode hook as a Modes::ChangeList, pass ModeProcessFla...
Attila Molnar
2014-09-03
Populate a Modes::ChangeList object in ModeParser::Process()
Attila Molnar
2014-09-02
Change mode_sequence to be a const ref in ModeParser::Process()
Attila Molnar
2014-09-02
Replace stringstream with a std::string in ModeParser::Process()
Attila Molnar
2014-08-06
Pass prefix rank and prefix char to PrefixMode constructor
Attila Molnar
2014-08-06
Remove a bunch of useless classes representing simple core modes
Attila Molnar
2014-07-14
Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead
Attila Molnar
2014-07-14
Rename UserMembList to Channel::MemberMap, switch all code to use it
Attila Molnar
2014-07-14
Change return type of Channel::GetUsers() to reference from pointer as it is ...
Attila Molnar
2014-06-24
Change allocation of InspIRCd::Modes to be physically part of the object cont...
Attila Molnar
2014-03-15
Add UserManager::GetUsers()
Attila Molnar
2014-03-14
Add InspIRCd::GetChans(), remove ChannelCount()
Attila Molnar
2014-03-09
Move the wallops mode from the core into core_wallops
Attila Molnar
2014-02-23
Throw an exception if ModeParser::AddMode() fails
Attila Molnar
2014-02-21
Assign an id to user modes, parameter chanmodes and simple chanmodes
Attila Molnar
2014-02-21
Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcnt
Attila Molnar
2014-02-20
Add a ModeParser::FindMode() overload that takes a mode name and a mode type
Attila Molnar
2014-02-20
Create a name -> ModeHandler* map
Attila Molnar
2014-02-18
Replace ModeMasks with a two-dimensional array
Attila Molnar
2014-02-18
Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo...
Attila Molnar
2014-02-15
Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-19
Use FindNickOnly() in a few more places if a local user is performing an acti...
Attila Molnar
2014-01-06
Automatically register and unregister mode watchers
Attila Molnar
2014-01-05
Remove useless ULine() checks
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-12
Keep lists of mode handlers by type
attilamolnar
2013-09-11
Move prefix mode specific fields and getters into PrefixMode
attilamolnar
2013-09-11
Create a base class for prefix modes
attilamolnar
2013-09-11
Add a type id field to ModeHandler
attilamolnar
2013-08-31
Improve support for rarely used compilers, EKOPath in this case.
ChrisTX
[next]