summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
AgeCommit message (Expand)Author
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
2007-05-16Add a progress meter for loading of core commands, fix broken implementation ...brain
2007-05-12We've had an IS_OPER macro for a long time. About time we started using it, m...w00t
2007-05-07we typedeffed nspace::hash_map<std::string,command_t*> to command_table ages ...brain
2007-05-04Proper fix for clients that send a nickprefix on their commands (the rfc says...brain
2007-04-14Don't send SYNTAX to clients which havent registered fully yet. Nothing says ...brain
2007-04-06We had to roll our own time function because some craqsmoker thought having a...brain
2007-04-05Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext...brain
2007-04-02This needs some general QA-ing. Add support to new parser (introduced in 1.1)...brain
2007-02-191) Fix for nickname overruled with new cullList stuff -- we have to change th...brain
2007-01-17Remove some debug here, cuts down boot outputbrain
2007-01-15Change the format of some debugbrain
2006-12-24Tidyupbrain
2006-12-23Hash rehashing changebrain
2006-12-23Cut down on debug on restartbrain
2006-12-17Invented safe delete-while-itering for hash_map.peavey