]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/commands
Make BindPorts return size_t instead of int.
[user/henk/code/inspircd.git] / include / commands /
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
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-07-30 Peter PowellReplace most usages of "GECOS" with "real" or "real...
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-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
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-12-30 Attila MolnarRemove remaining doxygen doc for "pcnt" parameters
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-12-01 Attila MolnarMerge branch 'master+reloadmod'
2015-12-01 Attila MolnarMerge branch 'master+whowas-purge-empty'
2015-11-23 Attila Molnarcore_whowas Add WhoWas::Manager::PurgeNick()
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-08-30 Attila MolnarMove the intrusive list containers into the insp namespace
2014-07-25 Attila MolnarMerge insp20
2014-07-09 Attila Molnarcore_whowas Rename and move WhoWasGroup to WhoWas:...
2014-07-09 Attila Molnarcore_whowas Return a WhoWas::Manager::Stats struct...
2014-07-09 Attila Molnarcore_whowas Split database logic into a WhoWas::Manager...
2014-07-09 Attila Molnarcore_whowas Rename misleading variables and typedefs
2014-07-09 Attila Molnarcore_whowas Switch from map to a hash map and from...
2014-07-09 Attila Molnarcore_whowas Change the FIFO to be an intrusive list
2014-07-09 Attila Molnarcore_whowas Store the nickname in WhoWas::Nick
2014-07-09 Attila Molnarcore_whowas Store time added in WhoWas::Nick
2014-07-09 Attila Molnarcore_whowas Delete elements of the per nick deque in...
2014-07-09 Attila Molnarcore_whowas Create class WhoWas::Nick, store pointers...
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-08-12 attilamolnarcmd_whowas Major cleanup, fix inefficiencies
2013-06-05 attilamolnarMerge insp20
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:
2013-04-04 attilamolnarMove whowas settings into cmd_whowas from ConfigReader
2013-04-04 attilamolnarMake cmd_whowas act like a module, remove special handling
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-01-11 brain...because every now and again, i have to do a massive...
2009-10-30 danieldgClean up typos and some unused code
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgRemove HandleInternal and HandleServer, they are duplic...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgRemove calls to strdup() in core, it is not better...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-25 w00tFix a number of commands to have max_params field....
2008-10-25 w00tAdd optional max_params for commands, which means that...
2008-09-06 brainGrr at windows exports
2008-09-06 brainfixes so m_sqloper builds on win
2008-08-25 w00tAdd opt_time to WHO (will be /who +t flag) and clean...
2008-07-15 w00tSend ERR_NOTREGISTERED to clients that send SERVER...
2008-05-04 brainConversion of command handler params from "const char...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 w00tSlight API tweak. Change Command to take char * instead...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-21 brainNo penalty here!
2007-10-21 w00tAnother big commit, just to please all my fans out...
2007-10-21 brainFixed ssl clients on trunk. The problem peavey was...
2007-10-21 brainSet penalties (documentation page listing these to...
2007-10-21 brainDon't penalise /kill and /*line
2007-10-21 w00tDon't penalise PING/PONG
2007-10-21 w00tAdd penalties for WHO, INVITE, LIST, JOIN, PART.
2007-10-21 brainSet cmd_nick to have a penalty of 3
2007-10-15 w00tInspTimer -> Timer
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-09-27 w00tRemove /summon and /users (I think 15+ years of being...
2007-08-27 brainInitialise cmd_nick::allowinvalid in constructor init...
2007-08-27 brainAdd a call to the NICK handler that allows toggling...
2007-07-24 peaveyFix comment so it makes sense.
2007-07-24 peaveyRemove redundant include for a speedup of 0.1 in compil...
2007-07-17 peaveyMass header update. Chatspike-Dev => InspIRCd....
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainDoxygen comments for command handlers
2007-06-17 brainMore comments
next