summaryrefslogtreecommitdiff
path: root/src/timer.cpp
AgeCommit message (Expand)Author
2013-08-31Improve support for rarely used compilers, EKOPath in this case.ChrisTX
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-02Valgrind cleanup: finish destructor creationdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-02-14Fix timer crashes: relying on an iterator after adding to/resorting the vecto...w00t
2008-01-13New timer code. This may be a tiny fraction slower (though I think it will be...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-15InspTimer -> Timerw00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-02-10timermanager never had a ServerInstance. Give it one so we can use InspIRCd::...brain
2007-02-10Remove dup code by calling TickTimers in a loopbrain
2007-02-10DELETE() on the timergroup in DelTimer (small memory leak)brain
2007-02-09Add and properly test the ability for an InspTimer to DelTimer itself from wi...brain
2007-01-08Add repeating timers, and make an hourly prune of the dns cache, otherwise a ...brain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-09-15Add timeouts to the http module. Two seperate timeouts, 60 seconds to receive...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-10Relocate timer stuff into TimerManager classbrain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-11Remove an extern, partly because it's unused, partly because it then gets sha...om
2006-04-10Route some more stuff through socket.h and hash_map.h. Add #define protection...om
2006-04-08Remove references to inspircd_io from these, stop configure making all the mo...om
2006-04-08Remove some unused headers and unneeded castsom
2006-02-25Include tweaksbrain
2006-02-23Decide that it wasn't quite appropriate :(om
2006-02-23Add entirely pointful smiley to commentom
2006-02-23Added commentbrain
2006-02-23iTypo (like a typo, but with crazy blue sides)brain
2006-02-23Look-behind for missed timers up to 2 minutes (if your ircd has hung for 2 mi...brain
2006-02-23Moved timer stuff from OnBackgroundTimer to InspTimer derivativebrain
2006-02-23Fixesbrain
2006-02-23First revision of new timer code, not in the makefile yet (so it wont build t...brain