]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/command_parse.h
Switch <stdint.h> test to use a test file too.
[user/henk/code/inspircd.git] / include / command_parse.h
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
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-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-16 danieldgFix signdedness error in LoopCall
2010-01-14 danieldgAllow maxtargets to be bypassed in LoopCall for JOIN
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-13 danieldgRemove Command and ModeHandler objects in their destruc...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgValgrind cleanup: Add RemoveRFCCommands() to dlclose...
2009-09-02 danieldgInclude explicit routing information in Command, will...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-04-23 peaveyrollback r11326, we're going to make vc9 the officially...
2009-04-23 brainHeres the beef so far
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-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
2008-11-02 w00tThis was never supposed to be invoked on /rehash, only...
2008-06-21 brainChange the value of number of secs in a year to be...
2008-06-06 brainm_abbreviation completed. :)
2008-05-04 brainFix unused HandleServer to use new system too, and...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-20 brainFix RemoveCommands to remove all commands (this functio...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 w00tSlight API tweak. Change Command to take char * instead...
2008-02-03 w00tClear up header insanity
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 w00tRemove some unnecessary headers from places, commit...
2007-10-21 brain*untested* command buffering/penalty
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-10-14 brainMake error messages on failure to load command more...
2007-08-27 brainAdd documentation comments
2007-08-27 brainMore translation stuff
2007-08-11 brainAllow rehash to attempt to load missing (and new) lib...
2007-08-11 brainProvide error output on failure to load a core command...
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 brainComments
2007-06-05 brainAdd comment to what the table here is for
2007-06-05 brainRefactored InspIRCd::Duration(). The leetcode now lives!
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2006-12-17 peaveyMake RemoveCommand private.
2006-12-17 peaveyInvented safe delete-while-itering for hash_map.
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-11-03 brainRevert special's sqloper change, nice try but only...
2006-09-13 brainIf inspircd crashes in std::string destructor in Comman...
2006-09-06 brainFinish off the fix for bug #136 (a biggie for such...
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-03 brainProper error checking on loading cmd_*.so files
2006-09-03 brainAdd /RELOAD and move cmd_mode into its own command.
2006-09-03 brainAuto loading of commands as shared objects via dlsym...
2006-08-30 brainRemove a ton of <typeinfo>, <iostream>, <sstream> etc...
2006-08-12 brainDocument command_parse.h and CommandParser class
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-07-16 brainCreated new class irc::commasepstream.
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-16 brainMAJOR tidy of line parser, some parts rewritten and...
2006-07-10 brainInherit just about everything from classbase
2006-03-11 brainMissed some stuff
2006-03-02 brainChanged definition of CallHandler and CallCommandHandle...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-02 brainGCC 4.1 is more strict about extra qualification on...
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainMoved more command parsing stuff to CommandParser
2005-12-16 brainMoved command_parse functions into class CommandParser
2005-12-16 brainMade remove_commands public
2005-12-16 brainMoved command parsing crap into command_parse.cpp