]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/cull_list.h
Switch <stdint.h> test to use a test file too.
[user/henk/code/inspircd.git] / include / cull_list.h
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 CrawfordFix some of the include guard names (requested by SaberUK)
2012-04-15 Justin CrawfordFixes for bug #12
2011-05-24 JackmcbarnFix recursion of QuitUser in SendQ quits
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-09-30 danieldgDetect, complain, and don't crash when objects are...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgMove user quit logic out of cull list
2009-04-17 danieldgFix CullList to not use O(n^2) version of vector clear
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-01-16 w00tRemove an O(log n) in favour of an O(1) operation,...
2008-01-16 w00tHacked-up culllist: stores user pointers rather than...
2008-01-15 w00tCullList -> CullItem *
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 w00tRemove some unnecessary headers from places, commit...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
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 brainComments
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-04 brainAdd options:quietbursts, fixes bug #269, also adds...
2007-03-06 brainThis properly fixes options:hidebans and options:hidesp...
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-08-30 brainRemove a ton of <typeinfo>, <iostream>, <sstream> etc...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-07-10 brainInherit just about everything from classbase
2006-03-10 brainMissing a changeover
2006-03-10 brainRevert to string but return a reference, should be...
2006-03-10 brainFaster CullItem/CullList using strdup rather than copyi...
2006-03-09 brainSpeedups
2006-03-09 brainTidyup to pass some stuff by reference (much faster...
2006-03-07 brainSafety checking (a really really clever trick btw)...
2006-02-28 brainMade it safe to quits and nickchanges
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-15 brainAdded comments
2005-12-15 brainFixed to allow remote users to be put on a cull list
2005-12-15 brainAdded CullList class