Age | Commit message (Expand) | Author |
2019-04-19 | Rename HasPermission to HasCommandPermission. | Peter Powell |
2019-02-15 | Rename User::nping to nextping for consistency with lastping. | Peter Powell |
2019-01-24 | Move the <disabled> tag out of the core to a new module. | Peter Powell |
2018-10-26 | Fix a bunch of harmless compiler warnings on recent GCC releases. | Peter Powell |
2018-09-11 | Amend OnPostCommand to specify whether the command is loopcalled. | Peter Powell |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2018-08-10 | Move message parsing to ProcessBuffer and fix edge cases in it. | Peter Powell |
2018-08-10 | Split irc::tokenparser::GetToken into GetMiddle and GetTrailing. | Peter Powell |
2018-08-10 | Remove the original line parameter of On{Pre,Post}Command. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2017-10-28 | Hide User#host and User#dhost and use accessors to modify them. | Peter Powell |
2017-09-06 | Move RPL_SYNTAX to 650 to prevent a collision with RPL_TEXT. | Peter Powell |
2016-08-22 | Replace irc::string usage in CommandParser::LoopCall() with irc::insensitive_... | Attila Molnar |
2016-03-23 | Don't prepend ":<nick>" to raw input log | Attila Molnar |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2015-11-23 | Implement Command::RegisterService() | Attila Molnar |
2015-04-20 | Merge insp20 | Attila Molnar |
2015-01-24 | Move implementation of Command and CommandBase functions into a source file | Attila Molnar |
2015-01-21 | Fix numeric ERR_NOTREGISTERED not containing the user's nick | Attila Molnar |
2015-01-12 | Always penalize clients executing a command which fails before running the ha... | Attila Molnar |
2014-12-15 | Change type of some associative containers to their flat versions, including ... | Attila Molnar |
2014-06-28 | Use TimingSafeCompare() to compare passwords and password hashes (non-hmac only) | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object con... | Attila Molnar |
2014-06-13 | Remove global Commandtable typedef | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::stats to be physically part of the object cont... | Attila Molnar |
2014-04-07 | Merge insp20 | Attila Molnar |
2014-04-04 | Fix snotice about disabled command usage being sent to the wrong snomask | Attila Molnar |
2014-01-26 | Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa... | Attila Molnar |
2014-01-25 | Convert InspIRCd::PassCompare to return bool instead of int. | Peter Powell |
2014-01-09 | Stop null checking pointers that are always valid | Attila Molnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-08-31 | Improve support for rarely used compilers, EKOPath in this case. | ChrisTX |
2013-08-18 | Create the CommandBase class from Command | attilamolnar |
2013-08-04 | Change the syntax of FOREACH macros to be less dumb. | Adam |
2013-06-18 | Remove dead code from the InspIRCd and CommandParser classes and typedefs.h | attilamolnar |
2013-06-13 | Remove TR_END, remove TRANSLATEx() from commands that do not need it | attilamolnar |
2013-06-13 | Rewrite CommandParser::TranslateUIDs() | attilamolnar |
2013-06-12 | Run the OnPostCommand hook from LoopCall() | attilamolnar |
2013-06-12 | CommandParser::LoopCall() changes | attilamolnar |
2013-06-12 | Change command name parameter of OnPostCommand to be a Command* | attilamolnar |
2013-06-06 | Merge insp20 | attilamolnar |
2013-06-01 | Remove #define MAXPARAMETERS and "MAXPARA" 005 token | attilamolnar |
2013-06-01 | CommandParser::ProcessCommand() and ProcessBuffer() cleanup | attilamolnar |
2013-06-01 | Improve command parser logic when there are more params than Command::max_params | attilamolnar |
2013-06-01 | Remove (non-functional) total_bytes counter from Command | attilamolnar |
2013-05-16 | Remove unused variables, avoid copies where possible, check empty() instead o... | attilamolnar |
2013-05-16 | Allow spaces (and more) in oper types | attilamolnar |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar |