summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
AgeCommit message (Expand)Author
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-07Remove old debugbrain
2006-08-06Remove trailing spaces from input in irc::ircsepstreambrain
2006-08-05Change a loop which uppercases the command to std::transform()brain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-07-28Finish off /WHO (i think it covers everything). Now has a few extra optionsbrain
2006-07-28Tidyupbrain
2006-07-28Typical, forgot a ;brain
2006-07-28Document <options:syntaxhints> and <options:nouserdns>brain
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-28Make the error more obvious, still has 'not enough params' on the start nowbrain
2006-07-28Re-order stuff so that users cant get syntax for commands they dont have acce...brain
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-16Ignore empty lines, don't try and process them as commandsbrain
2006-07-16*Changed user input/output buffering to incur less copiesbrain
2006-07-16Document loopcall (its still complicated in concept, but now easier to read a...brain
2006-07-16Created new class irc::commasepstream.brain
2006-07-16Fix case sensitive commands issue due to new std::string based parser, improv...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-16MAJOR tidy of line parser, some parts rewritten and major chunks removedbrain
2006-07-15Removed GCC2 checks as we havent supported gcc2 for yearsbrain
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