]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/mode.h
Switch <stdint.h> test to use a test file too.
[user/henk/code/inspircd.git] / include / mode.h
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)
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-09-09 brainMake SAMODE oper output tidier
2006-09-03 brainAdd /RELOAD and move cmd_mode into its own command.
2006-09-02 brainAllow unloading of modules which implement modes!
2006-08-31 brain*thwap* om for not fixing the bugs he finds :p
2006-08-30 brainRemove a ton of <typeinfo>, <iostream>, <sstream> etc...
2006-08-25 brainAdd <options:cyclehosts> which allows a user to appear...
2006-08-23 brainModeParser::InsertMode is no longer required -- this...
2006-08-23 brainDocument ModeParser::FindPrefix() and chanrec::GetAllPr...
2006-08-23 brainMulti-prefix FJOIN, and allowing module-defined prefixe...
2006-08-23 brainMore prefixchar stuff.
2006-08-23 brainDocument mode prefixes
2006-08-23 brainMode handlers handling listmodes where a listmode item...
2006-08-12 brainExplain what ModeParser does
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove InsertMode into ModeParser
2006-08-03 brainDynamically generate 004 numeric from the modehandler...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-27 brainChange std::pair<bool,std::string> to neater typedef...
2006-07-27 brainMode merging during FJOIN with ourts==theirts. Only...
2006-07-27 braincommit remainder of new mode bouncing stuff for TS...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainInherit tons of stuff from classbase that should always...
2006-07-10 brainMade a load more stuff Extensible which might be of...
2006-07-10 brainAdded ModeParser::AddModeWatcher() and ModeParser:...
2006-07-09 brainFinally finished documenting new mode parser. Lots...
2006-07-08 brainConvert u_listmode and m_banexception to new api
next