]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/command_parse.cpp
Replace copyright headers with headers granting specific authors copyright
[user/henk/code/inspircd.git] / src / command_parse.cpp
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-01-19 danieldgExtbans can be VF_OPTCOMMON as they do not desync on...
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-16 danieldgFix signdedness error in LoopCall
2010-01-14 danieldgAllow maxtargets to be bypassed in LoopCall for JOIN
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-11 danieldgAdd fine-grained command flood controls
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-19 peaveyAdd a setting to <connect> allowing the threshold for...
2009-10-13 danieldgRemove Command and ModeHandler objects in their destruc...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-14 specialProperly spacify opertypes in error messages. Patch...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgValgrind cleanup: finish destructor creation
2009-09-02 danieldgValgrind cleanup: Add RemoveRFCCommands() to dlclose...
2009-09-02 danieldgInclude explicit routing information in Command, will...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-02 danieldgChange allocation of commands/modes
2009-08-14 w00tApply fake lag on garbage input to discourage crap
2009-04-23 peaveyrollback r11326, we're going to make vc9 the officially...
2009-04-23 brainHeres the beef so far
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-27 dzMake the message when reloading a command fails more...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgAllow commands to be reloaded when they previously...
2009-03-11 w00tSend denied commands to the correct snomask (t, not...
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-27 w00tFix a comment too.
2008-12-27 w00tUse std::set instead of std::map needlessly.
2008-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
2008-12-08 brainFix silly oversight discovered by tra26 (thanks!) where...
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-12-01 w00tRemove lines_in and reset_due flood protection mechanis...
2008-12-01 w00tRemove m_operflood, add privs: users/flood/no-throttle...
2008-12-01 w00tRemove OverPenalty, saves sizeof(bool) per user.
2008-11-02 w00tThis was never supposed to be invoked on /rehash, only...
2008-11-02 w00tLeak fix on /rehash
2008-10-30 psychonFix a compiler warning about a redefinition of some...
2008-10-29 w00tFix for "unknown commands" w/ m_abbreviation, thanks...
2008-10-25 w00tExplain the duplicate OnPreCommand call.
2008-10-25 w00tBy moving OnPreCommand call in two places, modules...
2008-10-25 w00tAdd optional max_params for commands, which means that...
2008-08-27 w00tAdd <disabled:fakenonexistant> - ircd will pretend...
2008-08-23 peaveynuke some debug not needed anymore
2008-08-22 w00tMatch with the right args at least..
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-20 brain304 -> RPL_SYNTAX
2008-07-13 w00tMore conversion, and a note to client coders.
2008-06-06 brainm_abbreviation completed. :)
2008-05-20 w00tUpdate comment
2008-05-20 w00tchar -> std::string conversion
2008-05-19 brainConvert connection::host
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-05 brainAdd sanity checks to LoopCall to prevent miscalls like...
2008-05-04 brain*param.c_str() -> param[0]
2008-05-04 brain< MAXPARAMETERS for the size() check here can now be...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-20 brainFix RemoveCommands to remove all commands (this functio...
2008-04-18 brainApply patches to remove 200-odd dll limit on windows...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-20 brainSeems trivial now, looking at it. Still to test then...
2008-02-17 brainSeperate USERIO into USERINPUT and USEROUTPUT
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-09 w00tAdd a printf-type override for LogManager::Log(). We...
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-16 w00tTwo stage commit: don't set user->muted except in QuitU...
2008-01-15 w00tFix a stupid crash on unknown commands caused by me...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-08 w00tDon't send 421 to unregistered clients, per RFC (thanks...
2007-10-25 brainthis should fix any of the crashes w00t outlined where...
2007-10-24 brainTidyups
2007-10-24 brainPedantic safety
2007-10-23 w00tMove some stuff from using userrec cached stuff to...
2007-10-23 brainPedantic safe
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-21 brainUse the new IncreasePenalty rather than directly using...
2007-10-21 brainAdd the check for user->ExemptFromPenalty
2007-10-21 brainYay, all works!
2007-10-21 brain*untested* command buffering/penalty
2007-10-17 brainUID translator broken with space or comma seperated...
2007-10-15 w00tApply some readability changes to ProcessCommand, which...
2007-10-15 w00tMove some other stuff to helperfuncs (uline related...
2007-10-15 w00tFuck. Press save, then commit.
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
next