]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/command_parse.h
Remove the Kiwi links from the readme.
[user/henk/code/inspircd.git] / include / command_parse.h
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