summaryrefslogtreecommitdiff
path: root/include/command_parse.h
AgeCommit message (Expand)Author
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
2006-12-17Invented safe delete-while-itering for hash_map.peavey
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-11-03Revert special's sqloper change, nice try but only half a biscuit.brain
2006-09-13If inspircd crashes in std::string destructor in CommandParser::ProcessComman...brain
2006-09-06Finish off the fix for bug #136 (a biggie for such a simple thing)brain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-03Proper error checking on loading cmd_*.so filesbrain
2006-09-03Add /RELOAD and move cmd_mode into its own command.brain
2006-09-03Auto loading of commands as shared objects via dlsym (very lightweight interf...brain
2006-08-30Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never usebrain
2006-08-12Document command_parse.h and CommandParser classbrain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-07-16Created new class irc::commasepstream.brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-16MAJOR tidy of line parser, some parts rewritten and major chunks removedbrain
2006-07-10Inherit just about everything from classbasebrain
2006-03-11Missed some stuffbrain
2006-03-02Changed definition of CallHandler and CallCommandHandler for the ability to r...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-02GCC 4.1 is more strict about extra qualification on membersbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16Moved more command parsing stuff to CommandParserbrain
2005-12-16Moved command_parse functions into class CommandParserbrain
2005-12-16Made remove_commands publicbrain
2005-12-16Moved command parsing crap into command_parse.cppbrain