summaryrefslogtreecommitdiff
path: root/include/command_parse.h
AgeCommit message (Expand)Author
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