| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Format enums with an underlying type like classes. | 2022-04-30 | 1 | -2/+4 | |
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 1 | -1/+2 | |
| |\| | |||||
| | * | Fix various minor Doxygen warnings. | 2022-02-02 | 1 | -2/+2 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -7/+7 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -4/+7 | |
| * | | Clean up the routing code in the ctables header. | 2021-07-24 | 1 | -43/+58 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| * | | Clean up a bunch of contructors and destructors. | 2020-11-01 | 1 | -2/+2 | |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -10/+10 | |
| * | | Merge branch 'insp3' into master. | 2020-09-27 | 1 | -0/+1 | |
| |\| | |||||
| | * | Make shun block client-only tags by default. | 2020-09-27 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| * | | Replace the flags_required field with an enum. | 2020-04-14 | 1 | -5/+15 | |
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -41/+72 | |
| |\| | |||||
| | * | Allow commands to override ERR_{NEEDSMOREPARAMS,NOTREGISTERED}. | 2020-03-18 | 1 | -0/+12 | |
| | * | Clean up the documentation of the Command and SplitCommand classes. | 2020-03-05 | 1 | -16/+48 | |
| | * | Move user command stuff from CommandBase to Command. | 2020-03-05 | 1 | -28/+15 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -3/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -3/+6 | |
| * | | Replace translation macros with a C++11 initialiser list. | 2019-02-15 | 1 | -15/+0 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -2/+2 | |
| |/ | |||||
| * | Move the <disabled> tag out of the core to a new module. | 2019-01-24 | 1 | -21/+0 | |
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -1/+34 | |
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 1 | -6/+8 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -1/+1 | |
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -4/+4 | |
| * | Remove CMD_EPERM as it is not used anywhere. | 2017-10-21 | 1 | -6/+9 | |
| * | Implement Command::RegisterService() | 2015-11-23 | 1 | -0/+4 | |
| * | Move implementation of Command and CommandBase functions into a source file | 2015-01-24 | 1 | -18/+4 | |
| * | Remove unused CommandBase::DecodeParameter() | 2015-01-24 | 1 | -10/+0 | |
| * | Switch to unsigned ints in CommandBase constructor for min and max params | 2015-01-24 | 1 | -1/+1 | |
| * | Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa... | 2014-01-26 | 1 | -0/+6 | |
| * | Introduce Server class•••- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | 2014-01-05 | 1 | -1/+8 | |
| * | Create the CommandBase class from Command•••The Handle() method is not part of CommandBase, making it possible to provide a different Handle() in each class derived from CommandBase | 2013-08-18 | 1 | -10/+24 | |
| * | Remove TR_END, remove TRANSLATEx() from commands that do not need it | 2013-06-13 | 1 | -1/+0 | |
| * | Remove (non-functional) total_bytes counter from Command | 2013-06-01 | 1 | -5/+1 | |
| * | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -4/+1 | |
| * | Add a flag to Command that controls whether an empty last parameter is allowe... | 2012-12-15 | 1 | -1/+11 | |
| * | Change a few signed counter variables to unsigned so they roll over later | 2012-12-05 | 1 | -2/+2 | |
| * | Fix Doxygen syntax errors. | 2012-07-05 | 1 | -7/+3 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+18 | |
