summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-11-03More anal config parsing, validates channel fields, ip address fields (with/w...brain
2007-11-02Force to uuid on applying a qline, rather than disconnectingbrain
2007-11-02We cant return NULL if the first hit we get expires in MatchLine, there may b...brain
2007-11-02I must have been smoking craq, this would never have workedbrain
2007-11-02Dont propogate K-linesbrain
2007-11-02Implement DELLINE, allow both DELLINE and ADDLINE to take a server OR client ...brain
2007-11-02Whoops, new expiry stuff was expiring perm lines! fixed.brain
2007-11-02Expire lines on burst, and ensure that if an eline expires while we're checki...brain
2007-11-02Expire timed glines that are due for expiry on stats request for it, thanks f...brain
2007-11-02Put back different stats numerics for /stats g, /stats k etcbrain
2007-11-02Whoopsbrain
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-11-01Make misconfiguration of spanningtree more 'fatal' so we get less morons comi...brain
2007-11-01Comment a message out that people regularly attempt to interpretw00t
2007-11-01Update docs on how XLine system will be workingw00t
2007-10-31Make it compilable :pbrain
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-31More debug in herebrain
2007-10-31Start to fix broken expirybrain
2007-10-31Use XLineFactory in ADDLINE, so that it can deal with anything the rest of th...brain
2007-10-31Make it all compile.brain
2007-10-31Fix up to pass User*brain
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-31Implement: XLineManager::RegisterFactory, UnregisterFactory, GetFactorybrain
2007-10-31Spanningtree now compilesbrain
2007-10-31This one too, grrbrain
2007-10-31Bloody hell, just how many modules use this shitbrain
2007-10-31More fixesbrain
2007-10-31Make /gline etc compile with new methodsbrain
2007-10-31More fixes and some optimizationsbrain
2007-10-31More stuffbrain
2007-10-31Fixified some morebrain
2007-10-31The rest doesnt compile yet, dont bother :pbrain
2007-10-31Reorder creation of objects so:w00t
2007-10-31Clean up XLine conf stuff a little bit, move most of it to configreader. Also...w00t
2007-10-30Add support for nick@server requested by many. We are not likely to backport ...brain
2007-10-29A few more timesaving checks.brain
2007-10-29Add the lookup_lines stuff. Sorry i havent documented this yet, i am tired.brain
2007-10-29Big fat fixme herebrain
2007-10-29Ok, now each xline will be in two places. The sorted vector and a map, each l...brain
2007-10-29Compile fixesbrain