summaryrefslogtreecommitdiff
path: root/include/command_parse.h
AgeCommit message (Expand)Author
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-18PreCommand/PostCommand are local-only hooksdanieldg
2010-01-16Fix signdedness error in LoopCalldanieldg
2010-01-14Allow maxtargets to be bypassed in LoopCall for JOINdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-13Remove Command and ModeHandler objects in their destructors; fixes possible p...danieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Valgrind cleanup: Add RemoveRFCCommands() to dlclose() and delete the core co...danieldg
2009-09-02Include explicit routing information in Command, will replace CMD_LOCALONLY r...danieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-04-23rollback r11326, we're going to make vc9 the officially supported windows bui...peavey
2009-04-23Heres the beef so farbrain
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-07Include explicit parameter list in ProtocolInterface::SendModedanieldg
2009-03-06Construct explicit parameter type list for MODE parametersdanieldg
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-15Fix naming convention to be consistant. (cmd_ -> Command)w00t
2008-11-02This was never supposed to be invoked on /rehash, only startup.. so move it t...w00t
2008-06-21Change the value of number of secs in a year to be 31557600 for Duration() wi...brain
2008-06-06m_abbreviation completed. :)brain
2008-05-04Fix unused HandleServer to use new system too, and update comments to match apibrain
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-20Fix RemoveCommands to remove all commands (this function had some really odd ...brain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-13Slight API tweak. Change Command to take char * instead of char in it's const...w00t
2008-02-03Clear up header insanityw00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove some unnecessary headers from places, commit working BanCacheManager s...w00t
2007-10-21*untested* command buffering/penaltybrain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-10-14Make error messages on failure to load command more usefulbrain
2007-08-27Add documentation commentsbrain
2007-08-27More translation stuffbrain
2007-08-11Allow rehash to attempt to load missing (and new) lib/cmd_*.so files, to allo...brain
2007-08-11Provide error output on failure to load a core command; to console on startup...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Commentsbrain
2007-06-05Add comment to what the table here is forbrain
2007-06-05Refactored InspIRCd::Duration(). The leetcode now lives!brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2006-12-17Make RemoveCommand private.peavey