]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/cull_list.h
Remove the Kiwi links from the readme.
[user/henk/code/inspircd.git] / include / cull_list.h
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-25 Peter PowellConvert the remaining things away from the caller/handl...
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-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-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
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:
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