Age | Commit message (Expand) | Author |
2007-11-04 | Remove some unnecessary headers from places, commit working BanCacheManager s... | w00t |
2007-11-03 | You'll hit yourself w00t. You left the ; off both the class decls :p | brain |
2007-11-03 | Remove needless headers from typedefs.h | brain |
2007-11-03 | This won't work yet. | w00t |
2007-11-03 | Add bancache.coo/h. Nothing in them, yet. | w00t |
2007-11-03 | More anal config parsing, validates channel fields, ip address fields (with/w... | brain |
2007-11-02 | Comment documentation for all the new shizzle | 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-10-31 | There, i think all thats now left is matches_*line which we can do with two o... | brain |
2007-10-31 | Add XLine::SetCreateTime that removes gline_set_creation_time and friends | 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 | Fix up to pass User* | brain |
2007-10-31 | Forward decl | brain |
2007-10-31 | Remove all the OnAddGLine, OnAddWhateverLine replace with one simple OnAddLin... | 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 | Add XLineFactory stuff. | 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 | 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 | Update User::exempt all the time we change an E:Line. Brain, can you check I'... | w00t |
2007-10-28 | Fix it all up, im done with the main bit of this | brain |
2007-10-28 | Grr | brain |
2007-10-28 | Add Apply and DefaultApply. | brain |
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 | Make ZLine use Matches() | w00t |
2007-10-28 | Add a virtual Matches to XLine class, and override it appropriately for all d... | w00t |
2007-10-28 | Ignore this commit. *jedi mind trick* | w00t |
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-26 | Whoops, must be const | brain |
2007-10-26 | Add new event for this with gauranteed delivery of message BEFORE the text is... | brain |
2007-10-24 | Implement <connect:limit> - limits how many clients can sit inside a <connect... | w00t |
2007-10-24 | Disable all connect classes, reenable them as we find them in the config. Thi... | w00t |
2007-10-24 | Pedantic safety | brain |
2007-10-24 | Some constructors dont initialize the refcount, namely, the one thats usually... | brain |
2007-10-24 | Obnoxious -pedantic warnings | brain |
2007-10-24 | Try this w00t, compiles, test running now | brain |
2007-10-23 | Move some stuff from using userrec cached stuff to using stuff in the connect... | w00t |
2007-10-23 | Some more class stuff, blah. Now possible to move a user to a different class... | w00t |