index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
timer.h
Age
Commit message (
Expand
)
Author
2012-07-05
Fix Doxygen syntax errors.
Peter Powell
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-02
Valgrind cleanup: finish destructor creation
danieldg
2009-09-02
Remove unneeded Extensible inheritance and remove "age" field from classbase
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-02
Update copyrights for 2009.
w00t
2008-02-03
Clear up header insanity
w00t
2008-01-13
New timer code. This may be a tiny fraction slower (though I think it will be...
w00t
2008-01-10
Header update: 2007 -> 2008
w00t
2007-10-15
InspTimer -> Timer
w00t
2007-07-16
OOPS! 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-06-17
Comments
brain
2007-05-19
Windows support. Tested and working to compile on freebsd and linux. Next ste...
w00t
2007-02-10
And make it compile. (whoops)
brain
2007-02-10
timermanager never had a ServerInstance. Give it one so we can use InspIRCd::...
brain
2007-02-09
Add and properly test the ability for an InspTimer to DelTimer itself from wi...
brain
2007-01-09
Comment on a lot of recently added stuff that wasnt properly documented (unti...
brain
2007-01-09
Someone forgot to make correct deps for timer.h. Fixed.
brain
2007-01-08
Add repeating timers, and make an hourly prune of the dns cache, otherwise a ...
brain
2006-12-15
And now, just to force you to recompile the *whole* ircd.. updated headers on...
w00t
2006-09-24
Speaking of misleading comments, 'Delete and InspTImer' isn't particularly de...
special
2006-09-15
Add timeouts to the http module. Two seperate timeouts, 60 seconds to receive...
brain
2006-08-11
Document TimerManager class
brain
2006-08-10
Relocate timer stuff into TimerManager class
brain
2006-07-10
Made a load more stuff Extensible which might be of use to someone
brain
2006-04-10
Route some more stuff through socket.h and hash_map.h. Add #define protection...
om
2006-03-12
Commented a lot of stuff that hasnt been commented since 1.0.2
brain
2006-02-23
Look-behind for missed timers up to 2 minutes (if your ircd has hung for 2 mi...
brain
2006-02-23
Moved timer stuff from OnBackgroundTimer to InspTimer derivative
brain
2006-02-23
Incorporating InspTimer into safelist as a test
brain
2006-02-23
Fixes
brain
2006-02-23
First revision of new timer code, not in the makefile yet (so it wont build t...
brain