summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-11-03More anal config parsing, validates channel fields, ip address fields (with/w...brain
2007-11-02Comment documentation for all the new shizzlebrain
2007-11-02Hopefully fix the bursting of xlines to work again (even with unknown types) ...brain
2007-11-02Move lookup_lines to private, theres no need for it to be public any morebrain
2007-11-02Tidy up, and make the identifer for a line type be std::string not charbrain
2007-11-02XLines now only checked for expiry on positive hit. saves us a honking big O(...brain
2007-11-02xline gutting, once more. There is no longer an active_lines vector, and no r...brain
2007-10-31There, i think all thats now left is matches_*line which we can do with two o...brain
2007-10-31Add XLine::SetCreateTime that removes gline_set_creation_time and friendsbrain
2007-10-31Fix (?) stats charsbrain
2007-10-31This *should* fix expiry. Can someone else (w00t? :p) test for me, and check ...brain
2007-10-31Fix up to pass User*brain
2007-10-31Forward declbrain
2007-10-31Remove all the OnAddGLine, OnAddWhateverLine replace with one simple OnAddLin...brain
2007-10-31Add factories for other typesbrain
2007-10-31Add factories for eline and gline as testsbrain
2007-10-31Add XLineFactory stuff.brain
2007-10-31More stuffbrain
2007-10-31Fixified some morebrain
2007-10-31The rest doesnt compile yet, dont bother :pbrain
2007-10-31Clean up XLine conf stuff a little bit, move most of it to configreader. Also...w00t
2007-10-29Add the lookup_lines stuff. Sorry i havent documented this yet, i am tired.brain
2007-10-29Ok, now each xline will be in two places. The sorted vector and a map, each l...brain
2007-10-29This commit is untested and breaks a lot of xline stuff. work in progress.brain
2007-10-28Update User::exempt all the time we change an E:Line. Brain, can you check I'...w00t
2007-10-28Fix it all up, im done with the main bit of thisbrain
2007-10-28Grrbrain
2007-10-28Add Apply and DefaultApply.brain
2007-10-28Rewrite of XLineManager::ApplyLines to only apply pending lines. This ..doesn...w00t
2007-10-28I think this is done. Add overloaded Matches() which takes std::string and im...brain
2007-10-28Make ZLine use Matches()w00t
2007-10-28Add a virtual Matches to XLine class, and override it appropriately for all d...w00t
2007-10-28Ignore this commit. *jedi mind trick*w00t
2007-10-28PERL PIE FOR ALL: Rename a fuckload of XLineManager's methodsw00t
2007-10-28- Tear out a useless load of XLine clutters that did nothing much except conf...w00t
2007-10-26Whoops, must be constbrain
2007-10-26Add new event for this with gauranteed delivery of message BEFORE the text is...brain
2007-10-24Implement <connect:limit> - limits how many clients can sit inside a <connect...w00t
2007-10-24Disable all connect classes, reenable them as we find them in the config. Thi...w00t
2007-10-24Pedantic safetybrain
2007-10-24Some constructors dont initialize the refcount, namely, the one thats usually...brain
2007-10-24Obnoxious -pedantic warningsbrain
2007-10-24Try this w00t, compiles, test running nowbrain
2007-10-23Move some stuff from using userrec cached stuff to using stuff in the connect...w00t
2007-10-23Some more class stuff, blah. Now possible to move a user to a different class...w00t
2007-10-23Some initial work towards tying <connect> classes to user accounts. This will...w00t
2007-10-23Move socketengines into their own dir. This was all w00t's idea, but i told h...brain
2007-10-23Visual studio doesnt like throw definitions like thisbrain
2007-10-23More pedantic safetybrain
2007-10-23pedantic safebrain