]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/command_parse.h
Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot of...
[user/henk/code/inspircd.git] / include / command_parse.h
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