summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
AgeCommit message (Expand)Author
2008-11-02Leak fix on /rehashw00t
2008-10-30Fix a compiler warning about a redefinition of some symbol.psychon
2008-10-29Fix for "unknown commands" w/ m_abbreviation, thanks dz for making me underst...w00t
2008-10-25Explain the duplicate OnPreCommand call.w00t
2008-10-25By moving OnPreCommand call in two places, modules (even with unverified comm...w00t
2008-10-25Add optional max_params for commands, which means that we can compress 'extra...w00t
2008-08-27Add <disabled:fakenonexistant> - ircd will pretend that a disabled command ju...w00t
2008-08-23nuke some debug not needed anymorepeavey
2008-08-22Match with the right args at least..w00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-20304 -> RPL_SYNTAXbrain
2008-07-13More conversion, and a note to client coders.w00t
2008-06-06m_abbreviation completed. :)brain
2008-05-20Update commentw00t
2008-05-20char -> std::string conversionw00t
2008-05-19Convert connection::hostbrain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-05Add sanity checks to LoopCall to prevent miscalls like this by broken 3rd par...brain
2008-05-04*param.c_str() -> param[0]brain
2008-05-04< MAXPARAMETERS for the size() check here can now be <= insteadbrain
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-20Fix RemoveCommands to remove all commands (this function had some really odd ...brain
2008-04-18Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...brain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-20Seems trivial now, looking at it. Still to test then will commit to trunk.brain
2008-02-17Seperate USERIO into USERINPUT and USEROUTPUTbrain
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-09Add a printf-type override for LogManager::Log(). We need to find a way to se...w00t
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-16Two stage commit: don't set user->muted except in QuitUser (duplicate setting...w00t
2008-01-15Fix a stupid crash on unknown commands caused by me blindly applying a 1.1 pa...w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-08Don't send 421 to unregistered clients, per RFC (thanks nenolod)w00t
2007-10-25this should fix any of the crashes w00t outlined where User::MyClass == NULL.brain
2007-10-24Tidyupsbrain
2007-10-24Pedantic safetybrain
2007-10-23Move some stuff from using userrec cached stuff to using stuff in the connect...w00t
2007-10-23Pedantic safebrain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-21Use the new IncreasePenalty rather than directly using += on the Penalty value.brain
2007-10-21Add the check for user->ExemptFromPenaltybrain
2007-10-21Yay, all works!brain
2007-10-21*untested* command buffering/penaltybrain
2007-10-17UID translator broken with space or comma seperated lists (thanks danieldg)brain
2007-10-15Apply some readability changes to ProcessCommand, which coincidentally may sp...w00t