summaryrefslogtreecommitdiff
path: root/include/ctables.h
AgeCommit message (Expand)Author
2019-01-24Move the <disabled> tag out of the core to a new module.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2017-10-21Remove CMD_EPERM as it is not used anywhere.Peter Powell
2015-11-23Implement Command::RegisterService()Attila Molnar
2015-01-24Move implementation of Command and CommandBase functions into a source fileAttila Molnar
2015-01-24Remove unused CommandBase::DecodeParameter()Attila Molnar
2015-01-24Switch to unsigned ints in CommandBase constructor for min and max paramsAttila Molnar
2014-01-26Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa...Attila Molnar
2014-01-05Introduce Server classAttila Molnar
2013-08-18Create the CommandBase class from Commandattilamolnar
2013-06-13Remove TR_END, remove TRANSLATEx() from commands that do not need itattilamolnar
2013-06-01Remove (non-functional) total_bytes counter from Commandattilamolnar
2013-04-12Tidy up source files:Peter Powell
2012-12-15Add a flag to Command that controls whether an empty last parameter is allowe...attilamolnar
2012-12-05Change a few signed counter variables to unsigned so they roll over laterattilamolnar
2012-07-05Fix Doxygen syntax errors.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fixes for bug #12Justin Crawford
2010-02-12Floating-point math should have no place in an ircddanieldg
2010-01-18Move lots of spanningtree items to commandsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-15Add Inspircd::AddServicesdanieldg
2009-10-24Move forward declarations to typedefs.hdanieldg
2009-10-21Move SetClass to LocalUserdanieldg
2009-10-19Maintain refcount of Module objects to complain about leaked pointersdanieldg
2009-10-18Remove more classbasedanieldg
2009-10-13Remove Command and ModeHandler objects in their destructors; fixes possible p...danieldg
2009-10-02Fix routing for normal core commands like QUITdanieldg
2009-10-01Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routingdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-03Remove HandleInternal and HandleServer, they are duplicated by Request* and F...danieldg
2009-09-03Remove CMD_LOCALONLY, enforce use of GetRouting for routed commandsdanieldg
2009-09-02Add more comments herebrain
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Allow commands to optionally route themselves using ENCAPdanieldg
2009-09-02Include explicit routing information in Command, will replace CMD_LOCALONLY r...danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-06Construct explicit parameter type list for MODE parametersdanieldg
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-10-25Add optional max_params for commands, which means that we can compress 'extra...w00t
2008-09-20More comments, and remove some unused craq. Someone (that being me) once wrot...brain
2008-08-09Unbreak compile..w00t
2008-08-09Add translation type TR_CUSTOM, and fix up callerid some.aquanight
2008-06-06m_abbreviation completed. :)brain
2008-05-04Fix unused HandleServer to use new system too, and update comments to match apibrain