summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
AgeCommit message (Expand)Author
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
2006-08-11Move remaining functions:brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11(Bigger than it looks, i did this with perl inplace edit) -- commands now tak...brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-09Move fd_ref_table into class InspIRCd*brain
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