]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/ctables.h
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / include / ctables.h
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-09-27 Sadie PowellMake shun block client-only tags by default.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-03-30 Sadie PowellFix various documentation and formatting issues.
2020-03-18 Sadie PowellAllow commands to override ERR_{NEEDSMOREPARAMS,NOTREGI...
2020-03-05 Sadie PowellClean up the documentation of the Command and SplitComm...
2020-03-05 Sadie PowellMove user command stuff from CommandBase to Command.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-01-24 Peter PowellMove the <disabled> tag out of the core to a new module.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-21 Peter PowellRemove CMD_EPERM as it is not used anywhere.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge insp20
2015-12-02 Attila MolnarMerge branch 'master+serviceinit'
2015-11-23 Attila MolnarImplement Command::RegisterService()
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-26 Attila MolnarMerge branch 'master+foreachneighbor'
2015-01-25 Attila MolnarMerge branch 'master+cmdcleanup'
2015-01-24 Attila MolnarMove implementation of Command and CommandBase function...
2015-01-24 Attila MolnarRemove unused CommandBase::DecodeParameter()
2015-01-24 Attila MolnarSwitch to unsigned ints in CommandBase constructor...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-01-26 Attila MolnarAdd ProtocolInterface::BroadcastEncap() and infrastruct...
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarIntroduce Server class
2013-08-30 attilamolnarMerge insp20
2013-08-18 attilamolnarCreate the CommandBase class from Command
2013-06-13 attilamolnarRemove TR_END, remove TRANSLATEx() from commands that...
2013-06-05 attilamolnarMerge insp20
2013-06-01 attilamolnarRemove (non-functional) total_bytes counter from Command
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2012-12-15 attilamolnarAdd a flag to Command that controls whether an empty...
2012-12-05 attilamolnarChange a few signed counter variables to unsigned so...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFixes for bug #12
2010-02-12 danieldgFloating-point math should have no place in an ircd
2010-01-18 danieldgMove lots of spanningtree items to commands
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
2009-10-24 danieldgMove forward declarations to typedefs.h
2009-10-21 danieldgMove SetClass to LocalUser
2009-10-19 danieldgMaintain refcount of Module objects to complain about...
2009-10-18 danieldgRemove more classbase
2009-10-13 danieldgRemove Command and ModeHandler objects in their destruc...
2009-10-02 danieldgFix routing for normal core commands like QUIT
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgRemove HandleInternal and HandleServer, they are duplic...
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-02 brainAdd more comments here
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgAllow commands to optionally route themselves using...
2009-09-02 danieldgInclude explicit routing information in Command, will...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-25 w00tAdd optional max_params for commands, which means that...
2008-09-20 brainMore comments, and remove some unused craq. Someone...
2008-08-09 w00tUnbreak compile..
2008-08-09 aquanightAdd translation type TR_CUSTOM, and fix up callerid...
2008-06-06 brainm_abbreviation completed. :)
2008-05-04 brainFix unused HandleServer to use new system too, and...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 w00tCONSTIFY\!
2008-02-13 w00tFix a silly crash I caused.
next