]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/command_parse.cpp
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / command_parse.cpp
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-03-18 Sadie PowellAllow commands to override ERR_{NEEDSMOREPARAMS,NOTREGI...
2020-03-11 Sadie PowellFix detection of the "plaintext" pseudo-hash being...
2020-03-05 Sadie PowellMove command stuff to a more appropriate source file.
2020-03-05 Sadie PowellMove user command stuff from CommandBase to Command.
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-22 Sadie PowellAdd an event for when a command is blocked before execu...
2020-01-22 Sadie PowellRemove unnecessary copies of CommandBase::Params in...
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-19 Peter PowellRename HasPermission to HasCommandPermission.
2019-02-15 Peter PowellRename User::nping to nextping for consistency with...
2019-01-24 Peter PowellMove the <disabled> tag out of the core to a new module.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-26 Peter PowellFix a bunch of harmless compiler warnings on recent...
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-09-11 Peter PowellAmend OnPostCommand to specify whether the command...
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-08-10 Peter PowellMove message parsing to ProcessBuffer and fix edge...
2018-08-10 Peter PowellSplit irc::tokenparser::GetToken into GetMiddle and...
2018-08-10 Peter PowellRemove the original line parameter of On{Pre,Post}Command.
2018-08-10 Peter PowellFix sending malformed ERR_UNKNOWNCOMMAND messages in...
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-28 Peter PowellHide User#host and User#dhost and use accessors to...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-09-06 Peter PowellMove RPL_SYNTAX to 650 to prevent a collision with...
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-23 Attila MolnarMerge branch 'master+ircstring'
2016-08-22 Attila MolnarReplace irc::string usage in CommandParser::LoopCall...
2016-08-17 Attila MolnarMerge insp20
2016-03-24 Attila MolnarMerge pull request #1159 from SaberUK/master+configure
2016-03-23 Attila MolnarDon't prepend ":<nick>" to raw input log
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-12-02 Attila MolnarMerge branch 'master+serviceinit'
2015-11-23 Attila MolnarImplement Command::RegisterService()
2015-05-10 Attila MolnarMerge insp20
2015-04-27 Attila MolnarMerge branch 'master+dns'
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
next