summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
AgeCommit message (Expand)Author
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-03-11Missed some stuffbrain
2006-03-10Typobrain
2006-03-10Tidyupbrain
2006-03-07Checking of user/nick/pass without strncmp! (compare object pointers in the c...brain
2006-03-07Removed a lot of total craqbrain
2006-03-07Improved ProcessParameters (removed strlen)brain
2006-03-06Tidied (and COMMENTED) CommandHandler::LoopCall() -- commit so that i can tes...brain
2006-03-02Changed definition of CallHandler and CallCommandHandler for the ability to r...brain
2006-02-24Now sends out warning when oper on a remote server tries to execute a command...brain
2006-02-19This was back to front and threw an exception when the command DIDNT exist (w...brain
2006-02-19Missing semicolons are bad.brain
2006-02-19Server::AddExtendedMode and Server::AddCommand will now throw exceptions when...brain
2006-02-15Sped up disabled commands checkbrain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-02-15- Useless loop removedw00t
2006-02-07Experimental improved string handling in server linksbrain
2006-02-07Now errors when sent SERVER on a non-server portbrain
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