Age | Commit message (Expand) | Author |
2008-01-06 | Maybe BanCache works now? | w00t |
2008-01-06 | Add removal of BanCache entries on XLINE add/del, so we avoid out of date res... | w00t |
2007-11-04 | Integrate K/Gline into the bancache system by making some modifications to De... | w00t |
2007-11-02 | Force to uuid on applying a qline, rather than disconnecting | brain |
2007-11-02 | We cant return NULL if the first hit we get expires in MatchLine, there may b... | brain |
2007-11-02 | Whoops, new expiry stuff was expiring perm lines! fixed. | brain |
2007-11-02 | Expire lines on burst, and ensure that if an eline expires while we're checki... | brain |
2007-11-02 | Expire timed glines that are due for expiry on stats request for it, thanks f... | brain |
2007-11-02 | Hopefully fix the bursting of xlines to work again (even with unknown types) ... | brain |
2007-11-02 | Move lookup_lines to private, theres no need for it to be public any more | brain |
2007-11-02 | Tidy up, and make the identifer for a line type be std::string not char | brain |
2007-11-02 | XLines now only checked for expiry on positive hit. saves us a honking big O(... | brain |
2007-11-02 | xline gutting, once more. There is no longer an active_lines vector, and no r... | brain |
2007-11-01 | Update docs on how XLine system will be working | w00t |
2007-10-31 | There, i think all thats now left is matches_*line which we can do with two o... | brain |
2007-10-31 | Fix (?) stats chars | brain |
2007-10-31 | This *should* fix expiry. Can someone else (w00t? :p) test for me, and check ... | brain |
2007-10-31 | More debug in here | brain |
2007-10-31 | Start to fix broken expiry | brain |
2007-10-31 | Fix up to pass User* | brain |
2007-10-31 | Add factories for other types | brain |
2007-10-31 | Add factories for eline and gline as tests | brain |
2007-10-31 | Implement: XLineManager::RegisterFactory, UnregisterFactory, GetFactory | brain |
2007-10-31 | More fixes and some optimizations | brain |
2007-10-31 | More stuff | brain |
2007-10-31 | Fixified some more | brain |
2007-10-31 | The rest doesnt compile yet, dont bother :p | brain |
2007-10-31 | Clean up XLine conf stuff a little bit, move most of it to configreader. Also... | w00t |
2007-10-29 | A few more timesaving checks. | brain |
2007-10-29 | Add the lookup_lines stuff. Sorry i havent documented this yet, i am tired. | brain |
2007-10-29 | Ok, now each xline will be in two places. The sorted vector and a map, each l... | brain |
2007-10-29 | This commit is untested and breaks a lot of xline stuff. work in progress. | brain |
2007-10-28 | Make ELines cached, and check for ELined status in all the Matches for all th... | w00t |
2007-10-28 | Update User::exempt all the time we change an E:Line. Brain, can you check I'... | w00t |
2007-10-28 | YAR! | brain |
2007-10-28 | Grr | brain |
2007-10-28 | Add Apply and DefaultApply. | brain |
2007-10-28 | Fixify | w00t |
2007-10-28 | Rewrite of XLineManager::ApplyLines to only apply pending lines. This ..doesn... | w00t |
2007-10-28 | I think this is done. Add overloaded Matches() which takes std::string and im... | brain |
2007-10-28 | Move matches_qline to Matches, though this won't work properly .. :s | w00t |
2007-10-28 | Make E:Line/G:Line use the Matches stuff | w00t |
2007-10-28 | Make ZLine use Matches() | w00t |
2007-10-28 | Done my part | brain |
2007-10-28 | Add a virtual Matches to XLine class, and override it appropriately for all d... | w00t |
2007-10-28 | Forgot it should return false | brain |
2007-10-28 | Fixed w00t | brain |
2007-10-28 | PERL PIE FOR ALL: Rename a fuckload of XLineManager's methods | w00t |
2007-10-28 | - Tear out a useless load of XLine clutters that did nothing much except conf... | w00t |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |