]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/command_parse.cpp
Merge insp20
[user/henk/code/inspircd.git] / src / command_parse.cpp
2015-04-20 Attila MolnarMerge insp20
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-26 Attila MolnarMerge branch 'master+foreachneighbor'
2015-01-25 Attila MolnarMerge branch 'master+cmdcleanup'
2015-01-24 Attila MolnarMove implementation of Command and CommandBase function...
2015-01-21 Attila MolnarFix numeric ERR_NOTREGISTERED not containing the user...
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2015-01-19 Attila MolnarMerge branch 'insp20+penalty' into insp20
2015-01-12 Attila MolnarAlways penalize clients executing a command which fails...
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-15 Attila MolnarChange type of some associative containers to their...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-06-28 Attila MolnarUse TimingSafeCompare() to compare passwords and passwo...
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
2014-06-13 Attila MolnarRemove global Commandtable typedef
2014-06-13 Attila MolnarChange allocation of InspIRCd::stats to be physically...
2014-04-07 Attila MolnarMerge insp20
2014-04-04 Attila MolnarFix snotice about disabled command usage being sent...
2014-01-26 Attila MolnarAdd ProtocolInterface::BroadcastEncap() and infrastruct...
2014-01-25 Peter PowellConvert InspIRCd::PassCompare to return bool instead...
2014-01-21 Attila MolnarMerge insp20
2014-01-09 Attila MolnarStop null checking pointers that are always valid
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-30 ChrisTXImprove support for rarely used compilers, EKOPath...
2013-08-30 attilamolnarMerge insp20
2013-08-18 attilamolnarCreate the CommandBase class from Command
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-06-18 attilamolnarRemove dead code from the InspIRCd and CommandParser...
2013-06-13 attilamolnarRemove TR_END, remove TRANSLATEx() from commands that...
2013-06-13 attilamolnarRewrite CommandParser::TranslateUIDs()
2013-06-12 attilamolnarRun the OnPostCommand hook from LoopCall()
2013-06-12 attilamolnarCommandParser::LoopCall() changes
2013-06-12 attilamolnarChange command name parameter of OnPostCommand to be...
2013-06-05 attilamolnarMerge insp20
2013-06-01 attilamolnarRemove #define MAXPARAMETERS and "MAXPARA" 005 token
2013-06-01 attilamolnarCommandParser::ProcessCommand() and ProcessBuffer(...
2013-06-01 attilamolnarImprove command parser logic when there are more params...
2013-06-01 attilamolnarRemove (non-functional) total_bytes counter from Command
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2012-12-15 attilamolnarAdd a flag to Command that controls whether an empty...
2012-11-28 attilamolnarChange empty string assignments to .clear() or remove...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
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
next