Age | Commit message (Expand) | Author |
2009-09-02 | Move user quit logic out of cull list | danieldg |
2009-04-17 | Fix CullList to not use O(n^2) version of vector clear | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-01-16 | Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some ... | w00t |
2008-01-16 | Hacked-up culllist: stores user pointers rather than CullItem, as creating th... | w00t |
2008-01-15 | CullList -> CullItem * | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Remove some unnecessary headers from places, commit working BanCacheManager s... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-07-16 | OOPS! 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-17 | Comments | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-04 | Add options:quietbursts, fixes bug #269, also adds support for quits in a cul... | brain |
2007-03-06 | This properly fixes options:hidebans and options:hidesplits by providing the ... | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-08-30 | Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never use | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-07-10 | Inherit just about everything from classbase | brain |
2006-03-10 | Missing a changeover | brain |
2006-03-10 | Revert to string but return a reference, should be about the same speed | brain |
2006-03-10 | Faster CullItem/CullList using strdup rather than copying a std::string | brain |
2006-03-09 | Speedups | brain |
2006-03-09 | Tidyup to pass some stuff by reference (much faster, no copy involved) | brain |
2006-03-07 | Safety checking (a really really clever trick btw) in CullList, to make sure ... | brain |
2006-02-28 | Made it safe to quits and nickchanges | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-12-15 | Added comments | brain |
2005-12-15 | Fixed to allow remote users to be put on a cull list | brain |
2005-12-15 | Added CullList class | brain |