summaryrefslogtreecommitdiff
path: root/include/ctables.h
AgeCommit message (Expand)Author
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
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-13CONSTIFY\!w00t
2008-02-13Fix a silly crash I caused.w00t
2008-02-13Slight API tweak. Change Command to take char * instead of char in it's const...w00t
2008-02-03Clear up header insanityw00t
2008-02-03(finally) remove deprecated CMD_USER_DELETEDw00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-23-pedantic tidyups, lets see if it finds anything worthy of a fixbrain
2007-10-21CHange Penalty to be set in constructor, and to default to 1w00t