]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/timer.cpp
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / timer.cpp
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-01-11 InspIRCd RobotUpdate copyright headers.
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-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-17 Peter PowellFix a ton of -Wsign-conversion warnings.
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 #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-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-10 Attila MolnarRemove current time parameter of the Timer constructor
2014-07-10 Attila MolnarMove the definition of Timer::Timer() into the source...
2014-06-14 Attila MolnarKill needless #includes in source files
2014-04-07 Attila MolnarMerge insp20
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-01-30 Attila MolnarAllow Timers to delete themselves in Tick()
2014-01-21 Attila MolnarMerge insp20
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-30 ChrisTXImprove support for rarely used compilers, EKOPath...
2013-08-30 attilamolnarMerge insp20
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-05 attilamolnarMerge insp20
2013-04-27 attilamolnarMerge insp20
2013-04-21 attilamolnarTimer changes and TimerManager enhancements
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...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-02 danieldgValgrind cleanup: finish destructor creation
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-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-02-14 w00tFix timer crashes: relying on an iterator after adding...
2008-01-13 w00tNew timer code. This may be a tiny fraction slower...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-15 w00tInspTimer -> Timer
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-02-10 braintimermanager never had a ServerInstance. Give it one...
2007-02-10 brainRemove dup code by calling TickTimers in a loop
2007-02-10 brainDELETE() on the timergroup in DelTimer (small memory...
2007-02-09 brainAdd and properly test the ability for an InspTimer...
2007-01-08 brainAdd repeating timers, and make an hourly prune of the...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-09-15 brainAdd timeouts to the http module. Two seperate timeouts...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-10 brainRelocate timer stuff into TimerManager class
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-11 omRemove an extern, partly because it's unused, partly...
2006-04-10 omRoute some more stuff through socket.h and hash_map...
2006-04-08 omRemove references to inspircd_io from these, stop confi...
2006-04-08 omRemove some unused headers and unneeded casts
2006-02-25 brainInclude tweaks
2006-02-23 omDecide that it wasn't quite appropriate :(
2006-02-23 omAdd entirely pointful smiley to comment
2006-02-23 brainAdded comment
2006-02-23 brainiTypo (like a typo, but with crazy blue sides)
2006-02-23 brainLook-behind for missed timers up to 2 minutes (if your...
2006-02-23 brainMoved timer stuff from OnBackgroundTimer to InspTimer...
2006-02-23 brainFixes
2006-02-23 brainFirst revision of new timer code, not in the makefile...