summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-11-04This compiles, but note most modules are currently broken, they dont Attach()brain
2007-11-04More craqbrain
2007-11-04Againbrain
2007-11-04Another toobrain
2007-11-04Anotherbrain
2007-11-04For now, just fix the Priority Prioritize(). We might be able to do the rest ...brain
2007-11-04Whoops and make it validbrain
2007-11-04Fix this one toobrain
2007-11-04Fix this to compilebrain
2007-11-04Bring back Prioritize (needs to occur after module load) with a different dec...brain
2007-11-04Next part of Development/Hooking (see wiki)brain
2007-11-04Development/Hooking in full swing now: WARNING, this will break ALL modules f...brain
2007-11-04Add EventHandlers structure for Development/Hookingbrain
2007-11-04Avoid code duplication, just call XLine::Apply() rather than retyping all tha...brain
2007-11-04BanCache positive hits should be overridden by E:, thanks Brainw00t
2007-11-04Hook BanCache up to work on Z:Lines. BanCache is checked first, for positive ...w00t
2007-11-04Instantiate BanCache in InspIRCd class.w00t
2007-11-04There are two forms of map::erase(), one erases by key the other by iterator.brain
2007-11-04Remove some unnecessary headers from places, commit working BanCacheManager s...w00t
2007-11-03This won't work yet.w00t
2007-11-03Add bancache.coo/h. Nothing in them, yet.w00t
2007-11-03Final part of bug #441 fix (trunk)brain
2007-11-03Partial fix for bug #441brain
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