summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
AgeCommit message (Expand)Author
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
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-16formatting and ^Mpeavey
2007-07-15Fix for minor memory leak on unloading module, bug #340brain
2007-07-01Optimizations and code tidyups. QA please check that svsnick and other forced...brain
2007-06-05Sexeger!brain
2007-06-05InspIRCd: Now with even MORE leet.brain
2007-06-05Comments here, toobrain
2007-06-05Refactored InspIRCd::Duration(). The leetcode now lives!brain
2007-06-05Fix typos found by Zaba. Thanks.peavey
2007-05-19Fix (tested) for failing dlsym on win32brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-17Change the way i/o lines are formatted in debug log to make them more intuiti...brain