]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cull_list.cpp
Merge pull request #1018 from SaberUK/insp20+hidekills
[user/henk/code/inspircd.git] / src / cull_list.cpp
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...
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-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-30 danieldgActually clear the cull list after applying it
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-30 danieldgDetect, complain, and don't crash when objects are...
2009-09-21 danieldgAllow objects to be added to cull list during apply...
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-04-17 danieldgRemove CullList rate limiting to fix UID collisions...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-10 danieldgFix fast quit/connect by changing nick to UID on QuitUser
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-17 w00tFix recursion in QuitUser
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-19 w00tFix compile. Also remove write error stuff, as that...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-21 w00tRemove some of this, this isn't (strictly speaking...
2008-05-19 brainConvert connection::host
2008-05-19 w00tSome logging/preventative code for Jason's issue.....
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-04-21 brainFix quietbans and hidesplits etc, cull list's sending...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-16 w00tAdd a warning about quitting a user twice, and fix...
2008-01-16 w00tRemove an O(log n) in favour of an O(1) operation,...
2008-01-16 w00tRe-add support for silent quits (note: we also remove...
2008-01-16 w00tHacked-up culllist: stores user pointers rather than...
2008-01-15 brainSomeone forgot to delete what they new :P
2008-01-15 w00tCullList -> CullItem *
2008-01-15 w00tCullList: Don't try quit everyone. Speed/resource use...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-16 w00tCache the culllist' GetUser() return. Looks cleaner.
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-13 brainMove some stuff around, this will move a crash to a...
2007-10-13 brainAdd sanity checks to the ssl modules so that theres...
2007-08-27 w00tRemove more unnecessary header traffic
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-05-07 brainFix multi-level if() madness, thanks HiroP
2007-05-04 brainAdd options:quietbursts, fixes bug #269, also adds...
2007-05-03 brainDO NOT USE THIS COMMIT - if you do, most of the modules...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-06 brainFixes for snotice quit reasons
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-23 brainHash rehashing change
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-06-29 specialForward port of CullList and my bragging rights
2006-04-08 omRemove references to inspircd_io from these, stop confi...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-22 w00tRemoval of software threading idea in CullList. Nice...
2006-03-10 brainRevert to string but return a reference, should be...
2006-03-10 brainSafer
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 brainAnd the obligotary typo fixes
2006-02-28 brainMissing externs
2006-02-28 brainMade it safe to quits and nickchanges
2006-02-28 brainWhen quitting large amounts of users, use InspIRCd...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-15 brainFull removal of inspircd_util.h
2005-12-15 brainHad comparison back to front
2005-12-15 brainFixed old code
2005-12-15 brainFixed to allow remote users to be put on a cull list
2005-12-15 brainAdded CullList class