summaryrefslogtreecommitdiff
path: root/include/cull_list.h
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2017-11-25Convert the remaining things away from the caller/handler API.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fix some of the include guard names (requested by SaberUK)Justin Crawford
2012-04-14Fixes for bug #12Justin Crawford
2011-05-23Fix recursion of QuitUser in SendQ quitsJackmcbarn
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-09-30Detect, complain, and don't crash when objects are inserted into cull list twicedanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-02Move user quit logic out of cull listdanieldg
2009-04-17Fix CullList to not use O(n^2) version of vector cleardanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-01-16Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some ...w00t
2008-01-16Hacked-up culllist: stores user pointers rather than CullItem, as creating th...w00t
2008-01-15CullList -> CullItem *w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove some unnecessary headers from places, commit working BanCacheManager s...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
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-06-17Commentsbrain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-04Add options:quietbursts, fixes bug #269, also adds support for quits in a cul...brain
2007-03-06This properly fixes options:hidebans and options:hidesplits by providing the ...brain
2007-02-05Move quitting of clients to a central Cull List, and do quitting outside user...peavey
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-08-30Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never usebrain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-07-10Inherit just about everything from classbasebrain
2006-03-10Missing a changeoverbrain
2006-03-10Revert to string but return a reference, should be about the same speedbrain
2006-03-10Faster CullItem/CullList using strdup rather than copying a std::stringbrain
2006-03-09Speedupsbrain
2006-03-09Tidyup to pass some stuff by reference (much faster, no copy involved)brain
2006-03-07Safety checking (a really really clever trick btw) in CullList, to make sure ...brain
2006-02-28Made it safe to quits and nickchangesbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-15Added commentsbrain
2005-12-15Fixed to allow remote users to be put on a cull listbrain
2005-12-15Added CullList classbrain