]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/mode.h
Create a name -> ModeHandler* map
[user/henk/code/inspircd.git] / include / mode.h
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...
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-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-08 attilamolnarAdd builtin modes using AddService()
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFixes for bug #12
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-09 danieldgRemove mode counter, not reliable and only used for...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-15 danieldgAdd ParamChannelModeHandler
2009-11-15 danieldgAdd ModeHandler* versions of channel mode access
2009-11-03 danieldgRemove AllowHalfop item from server config
2009-10-24 danieldgGet rid of ModePair
2009-10-20 danieldgGet rid of more unneeded parent classes
2009-10-19 danieldgMaintain refcount of Module objects to complain about...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgAdd ModeHandler::cull() for auto-deletion, fixes call...
2009-10-13 danieldgRemove Command and ModeHandler objects in their destruc...
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-09-26 danieldgChange IS_FAKE and CheckTimeStamp to IS_SERVER and...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgFix access checks on chanprotect preventing use of...
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgMembership* changes
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgValgrind cleanup: deallocate RFC modes, clientlist...
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-09-02 danieldgUse CheckTimeStamp to merge modes on netburst
2009-09-02 danieldgRework mode parser into slightly smaller chunks
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-27 w00tAdd user/channel mode synchronisation detection to...
2008-08-31 brainWhoops, left off a virtual. Please ensure youre using...
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-17 brainAdd OnParameterMissing to modehandler, called when...
2008-05-04 brainUpdate comments for new api
2008-05-04 brainConversion of command handler params from "const char...
2008-05-02 brainOptimize MODE #chan b etc, avoid a 256 byte memset...
2008-05-01 brainSimple user/channel mode patch
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-04-01 brainAdd an optional bool to ModeParser::ModeString() to...
2008-03-23 aquanightAdd ability to control what opertypes can set what...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-18 brainSomeone please help me fix the warnings in modules...
2008-02-14 brainNew mode stuff. Note, the framework is now here so...
2008-02-03 w00tClear up header insanity
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 w00tRemove some unnecessary headers from places, commit...
2007-10-23 brainpedantic safe
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-26 brainProper fix for end-of-list numerics on restricted lists...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainMore comments
2007-05-19 brainFix std::sort stuff for w00t
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-01-03 brainFix lusers breakage introduced by latest set of optimiz...
2006-12-29 brainThis doesnt need to be static
2006-12-29 brainAdd counter system for umodes to get rid of some O(n)
next