summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
AgeCommit message (Expand)Author
2006-01-23Warning fix.brain
2006-01-22Allowed for configuration of maxtargets in <options:maxtargets>brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-29Changed to MAX_DESCRIPTORSbrain
2005-12-29Fixed an extremely n00bish mistake involving referencing a global copy of Ser...brain
2005-12-28Changed from std::map to hash_mapbrain
2005-12-28Fixed typosbrain
2005-12-28EXPERIMENTAL: Command search function now uses std::map, should be faster (i ...brain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-22Optimized out strcpys that copy empty strings (craq++)brain
2005-12-21Updated m_alias to fix bug #92, updated configsbrain
2005-12-21Improved m_alias to only capture complete commands and rewrite them (bug #92 ...brain
2005-12-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16Moved serverstats stuff outbrain
2005-12-16So many inclusion loops it makes your head spin - forward declaring tons of c...brain
2005-12-16Fixed some return type craqbrain
2005-12-16Moved more command parsing stuff to CommandParserbrain
2005-12-16Changed to include its own headerbrain
2005-12-16Moved command_parse functions into class CommandParserbrain
2005-12-16Fixed some crapbrain
2005-12-16Moved command parsing crap into command_parse.cppbrain