]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_testcommand.cpp
Header update: 2007 -> 2008
[user/henk/code/inspircd.git] / src / modules / m_testcommand.cpp
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-21 w00tAnother big commit, just to please all my fans out...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-08-27 w00tRemove unnecessary header traffic
2007-07-22 brainm_testcommand deletes its command handler manually...
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-07-07 brainImplement /dalinfo, as a joke. Consider this an easter...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 brainModule factory and init function in modules turned...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-03 brainFix broken modules (broken due to api change)
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 brainDNS Stuff - this wont work right yet, it will soon...
2007-01-07 brainFix m_testcommand which tries to use an undefined point...
2007-01-07 brainAdd TTL stuff to dns system (pass it to inherited objects)
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-10-19 brainInsert massive change here.
2006-10-08 brainUpdate comments
2006-10-06 brainDocument a ton of classes (e.g. give them a short descr...
2006-10-01 brainNow with binary versioning goodness
2006-09-06 brainAll commands now return results CMD_FAILURE or CMD_SUCCESS
2006-09-02 brainAnd this (i guess it once tested mode stuff)
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-09 brainChange some resolver stuff.
2006-08-09 braindo_log -> static void InspIRCd::Log() (with vararg...
2006-08-03 brainExtra stuff for forcing a v4 or v6 lookup
2006-08-03 brainAdded test framework, so that i can work on improving...
2006-08-03 brainFixed resolver, forward lookup of ipv6 doesnt work...
2006-08-02 brainAdd error messages to Resolver::OnError()
2006-08-01 brainRemove unused temp buffers
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-12 brainAdd exception handling here
2006-07-12 brainAdded helperfuncs.h
2006-07-12 brainOops, make methods public
2006-07-12 brainTest framework in m_testcommand, add interface
2006-07-08 brainTidied up m_testcommand (removed a mode handler)
2006-03-12 brainRenamed to chanrec::modes
2006-02-26 brainServer* Srv marked static or moved to private member...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainLast set converted to 'Implements'
2005-12-16 brainTypo in declaration
2005-12-16 brainLast set of modules converted to new command system
2005-12-16 brainAdded support for new command system
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 w00tFew more stylistic changes, modules is now (fairly...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-04-07 brainTons of module versionflags stuff, and checks for it...
2005-04-07 brainAdded version flags
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2004-05-16 brainUpdated header comments
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-05 brainModified the Module::OnExtendedMode() method to use...
2004-04-04 brainFixed a bug in servermode handling where the target...
2004-04-04 brainCompleted support for module-handled umodes
2004-04-04 brainAdded support for module-based chanmodes with parameter...
2004-04-03 brainAdded support for module-defined chanmodes with no...
2004-04-02 brainImproved comments
2004-04-02 brainAdded ability to override modes (allows SAMODE support...
2004-04-02 brainClarified documentation
2004-04-02 brainFixed typo
2004-04-02 brainAdded simple test command module