summaryrefslogtreecommitdiff
path: root/src/cull_list.cpp
Commit message (Expand)AuthorAgeFilesLines
* Made CullList::Apply return something other than 0, and added myself to the l...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4086 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-06-291-5/+5
* Removal of software threading idea in CullList. Nice idea, but did really wha...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3749 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-03-221-23/+6
* Revert to string but return a reference, should be about the same speed•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3628 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-7/+4
* Safer•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3627 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-1/+3
* Faster CullItem/CullList using strdup rather than copying a std::string•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3626 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-4/+9
* Speedups•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3602 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-0/+16
* Tidyup to pass some stuff by reference (much faster, no copy involved)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3601 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-2/+2
* Safety checking (a really really clever trick btw) in CullList, to make sure ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3529 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-071-2/+21
* And the obligotary typo fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3381 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-281-3/+1
* Missing externs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3380 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-281-0/+1
* Made it safe to quits and nickchanges•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3379 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-281-9/+31
* When quitting large amounts of users, use InspIRCd::DoOneIteration to prevent...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3378 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-281-6/+17
* Updated copyrights in headers etc using perl inplace edit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-151-1/+1
* Full removal of inspircd_util.h•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2485 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-151-1/+0
* Had comparison back to front•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2464 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-151-1/+1
* Fixed old code•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2463 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-151-1/+1
* Fixed to allow remote users to be put on a cull list•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2462 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-151-6/+6
* Added CullList class•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2458 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-151-0/+97