]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/command_parse.cpp
Removed a whole lot of strchr's looking for mode +o where we can do if *user->oper
[user/henk/code/inspircd.git] / src / command_parse.cpp
2006-02-15 brainRemoved a whole lot of strchr's looking for mode +o...
2006-02-15 w00t- Useless loop removed
2006-02-07 brainExperimental improved string handling in server links
2006-02-07 brainNow errors when sent SERVER on a non-server port
2006-01-23 brainWarning fix.
2006-01-22 brainAllowed for configuration of maxtargets in <options...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-29 brainChanged to MAX_DESCRIPTORS
2005-12-29 brainFixed an extremely n00bish mistake involving referencin...
2005-12-28 brainChanged from std::map to hash_map
2005-12-28 brainFixed typos
2005-12-28 brainEXPERIMENTAL: Command search function now uses std...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-21 brainUpdated m_alias to fix bug #92, updated configs
2005-12-21 brainImproved m_alias to only capture complete commands...
2005-12-18 brainAdded IOHookModule stuff to allow for different modules...
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainMoved serverstats stuff out
2005-12-16 brainSo many inclusion loops it makes your head spin - forwa...
2005-12-16 brainFixed some return type craq
2005-12-16 brainMoved more command parsing stuff to CommandParser
2005-12-16 brainChanged to include its own header
2005-12-16 brainMoved command_parse functions into class CommandParser
2005-12-16 brainFixed some crap
2005-12-16 brainMoved command parsing crap into command_parse.cpp