summaryrefslogtreecommitdiff
path: root/include/mode.h
AgeCommit message (Expand)Author
2014-02-23Throw an exception if ModeParser::AddMode() failsAttila Molnar
2014-02-22Add ModeParser::GetModes(), returns all user/chanmodesAttila Molnar
2014-02-21Assign an id to user modes, parameter chanmodes and simple chanmodesAttila Molnar
2014-02-20Add a ModeParser::FindMode() overload that takes a mode name and a mode typeAttila Molnar
2014-02-20Create a name -> ModeHandler* mapAttila Molnar
2014-02-18Replace ModeMasks with a two-dimensional arrayAttila Molnar
2014-02-18Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo...Attila Molnar
2014-02-15Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...Attila Molnar
2014-02-15Add ModeHandler::IsParameterMode() and MC_PARAMAttila Molnar
2014-01-31Remove some dead codeAttila Molnar
2013-11-09Fix PrefixMode not being exported which caused runtime link errors.Peter Powell
2013-09-12Keep lists of mode handlers by typeattilamolnar
2013-09-12Add ModeHandler::IsListModeBase() and MC_LISTattilamolnar
2013-09-11Move prefix mode specific fields and getters into PrefixModeattilamolnar
2013-09-11Create a base class for prefix modesattilamolnar
2013-09-11Add a type id field to ModeHandlerattilamolnar
2013-06-13Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...attilamolnar
2013-06-06Store prefix rank in a ModeHandler field, change ModeHandler::GetPrefixRank()...attilamolnar
2013-06-02Move a few trivial functions into headersattilamolnar
2013-06-01Watch mode names with ModeWatchers instead of mode lettersattilamolnar
2013-06-01Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode()attilamolnar
2013-05-27Simplify user mode removal via ModeHandler::RemoveMode()attilamolnar
2013-05-27Deduplicate RemoveMode() implementationsattilamolnar
2013-05-24Cache mode list that is sent in the 004 numericattilamolnar
2013-05-24Remove dead ModeParser codeattilamolnar
2013-04-12Tidy up source files:Peter Powell
2013-04-08Add builtin modes using AddService()attilamolnar
2012-07-05Fix Doxygen syntax errors.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fixes for bug #12Justin Crawford
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-09Remove mode counter, not reliable and only used for umode +idanieldg
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-15Add Inspircd::AddServicesdanieldg
2009-11-15Add ParamChannelModeHandlerdanieldg
2009-11-15Add ModeHandler* versions of channel mode accessdanieldg
2009-11-03Remove AllowHalfop item from server configdanieldg
2009-10-24Get rid of ModePairdanieldg
2009-10-20Get rid of more unneeded parent classesdanieldg
2009-10-19Maintain refcount of Module objects to complain about leaked pointersdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-17Add ModeHandler::cull() for auto-deletion, fixes call of virtual method on pa...danieldg
2009-10-13Remove Command and ModeHandler objects in their destructors; fixes possible p...danieldg
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-10-05Run DelMode and DelModeWatcher in RemoveModuledanieldg
2009-09-26Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla...danieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-13Fix access checks on chanprotect preventing use of SAMODEdanieldg
2009-09-13Remove redundant ServerInstance* fieldsdanieldg
2009-09-13Simplify ModeHandler constructordanieldg