summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
AgeCommit message (Expand)Author
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
2007-10-15Move some other stuff to helperfuncs (uline related, and timestring)w00t
2007-10-15Fuck. Press save, then commit.w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-10-15Bad Brain, bad. *spank* :pw00t
2007-10-14Make error messages on failure to load command more usefulbrain
2007-08-28Slight change to traffic logging, as I never remember which way the damn arro...w00t
2007-08-28Make this comment make a little more sense.w00t
2007-08-27Similar refactor here. Thanks danielg.w00t
2007-08-27Tidy this up a bit (it looked weird :P)w00t
2007-08-27While I'm in here, make it easier to read, and use short circuiting (IS_REMOT...w00t
2007-08-27Debug to try figure this out ..w00t
2007-08-27TranslateUIDs now correctly returns number of substitutions madebrain
2007-08-27Auto translation nick->uuid for command params should now work in all modules...brain
2007-08-27More translation stuffbrain
2007-08-27Remove more unnecessary header trafficw00t
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-08-13Commit some changes from third party patch. Thanks Avenger and HiroP. Patch r...w00t
2007-08-11Fix this so it works.brain
2007-08-11Allow rehash to attempt to load missing (and new) lib/cmd_*.so files, to allo...brain
2007-08-11Make the return codes correct, and allow for LoadCommand without a user pointerbrain
2007-08-11Provide error output on failure to load a core command; to console on startup...brain
2007-07-24Replace some voodoo with a definew00t
2007-07-24Update a comment, remove another one that's uselessw00t
2007-07-23Tidyup a bunch of stuff that was using userrec::modes directly rather than us...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey