summaryrefslogtreecommitdiff
path: root/src/cull_list.cpp
AgeCommit message (Expand)Author
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-08kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t...brain
2006-06-29Forward port of CullList and my bragging rightsspecial
2006-04-08Remove references to inspircd_io from these, stop configure making all the mo...om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-22Removal of software threading idea in CullList. Nice idea, but did really wha...w00t
2006-03-10Revert to string but return a reference, should be about the same speedbrain
2006-03-10Saferbrain
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-28And the obligotary typo fixesbrain
2006-02-28Missing externsbrain
2006-02-28Made it safe to quits and nickchangesbrain
2006-02-28When quitting large amounts of users, use InspIRCd::DoOneIteration to prevent...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-15Had comparison back to frontbrain
2005-12-15Fixed old codebrain
2005-12-15Fixed to allow remote users to be put on a cull listbrain
2005-12-15Added CullList classbrain