aboutsummaryrefslogtreecommitdiff
path: root/include/ctables.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-111-1/+2
|\
| * Fix various minor Doxygen warnings.Gravatar Sadie Powell2022-02-021-2/+2
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-7/+7
* | Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-4/+7
* | Clean up the routing code in the ctables header.Gravatar Sadie Powell2021-07-241-43/+58
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-03-051-1/+1
* | Clean up a bunch of contructors and destructors.Gravatar Sadie Powell2020-11-011-2/+2
* | Convert CmdResult to an 8-bit strongly typed enum.Gravatar Sadie Powell2020-10-271-10/+10
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-09-271-0/+1
|\|
| * Make shun block client-only tags by default.Gravatar Sadie Powell2020-09-271-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
| * Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-1/+1
* | Replace the flags_required field with an enum.Gravatar Sadie Powell2020-04-141-5/+15
* | Alow modules to specify multiple syntax lines.Gravatar Sadie Powell2020-04-141-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-091-2/+2
|\|
| * Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-03-181-41/+72
|\|
| * Allow commands to override ERR_{NEEDSMOREPARAMS,NOTREGISTERED}.Gravatar Sadie Powell2020-03-181-0/+12
| * Clean up the documentation of the Command and SplitCommand classes.Gravatar Sadie Powell2020-03-051-16/+48
| * Move user command stuff from CommandBase to Command.Gravatar Sadie Powell2020-03-051-28/+15
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-6/+6
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-3/+6
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-3/+6
* | Replace translation macros with a C++11 initialiser list.Gravatar Sadie Powell2019-02-151-15/+0
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-2/+2
|/
* Move the <disabled> tag out of the core to a new module.Gravatar Peter Powell2019-01-241-21/+0
* Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> Gravatar Peter Powell2018-08-131-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. Gravatar Peter Powell2018-07-261-6/+8
* Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. Gravatar Peter Powell2017-11-211-1/+1
* Fix a ton of -Wsign-conversion warnings.Gravatar Peter Powell2017-11-171-4/+4
* Remove CMD_EPERM as it is not used anywhere.Gravatar Peter Powell2017-10-211-6/+9
* Implement Command::RegisterService()Gravatar Attila Molnar2015-11-231-0/+4
* Move implementation of Command and CommandBase functions into a source fileGravatar Attila Molnar2015-01-241-18/+4
* Remove unused CommandBase::DecodeParameter()Gravatar Attila Molnar2015-01-241-10/+0
* Switch to unsigned ints in CommandBase constructor for min and max paramsGravatar Attila Molnar2015-01-241-1/+1
* Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa...Gravatar Attila Molnar2014-01-261-0/+6
* Introduce Server class•••- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() Gravatar Attila Molnar2014-01-051-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 Gravatar attilamolnar2013-08-181-10/+24
* Remove TR_END, remove TRANSLATEx() from commands that do not need itGravatar attilamolnar2013-06-131-1/+0
* Remove (non-functional) total_bytes counter from CommandGravatar attilamolnar2013-06-011-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. Gravatar Peter Powell2013-04-121-4/+1
* Add a flag to Command that controls whether an empty last parameter is allowe...Gravatar attilamolnar2012-12-151-1/+11
* Change a few signed counter variables to unsigned so they roll over laterGravatar attilamolnar2012-12-051-2/+2
* Fix Doxygen syntax errors.Gravatar Peter Powell2012-07-051-7/+3
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-191-8/+18
* Fixes for bug #12Gravatar Justin Crawford2012-04-141-2/+2
* Floating-point math should have no place in an ircd•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12442 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-121-2/+2
* Move lots of spanningtree items to commands•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12296 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-181-1/+5