summaryrefslogtreecommitdiff
path: root/src/xline.cpp
AgeCommit message (Expand)Author
2008-09-22Second part of fix for bug #605, make adding and removal of lines not case se...brain
2008-09-22Fix for bug #605 reported by MacGuyver, if a line is expired when we are addi...brain
2008-09-19Don't check E:Lines when enforcing Q:Lines on connected users. Thanks MacGyver.w00t
2008-08-28Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ...w00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-12Add XLineManager::DelAll to delete all lines of a given type.w00t
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-18Remove .c_str()'s in match() calls that are no longer needed as match() nativ...brain
2008-04-21Fix quietbans and hidesplits etc, cull list's sending a seperate quit message...brain
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-09Move QuitUser into UserManager class, and unstaticize it. This prepares for s...w00t
2008-04-07Add extra stuff for w00t, AutoApplyToUserList method for XLineFactorybrain
2008-04-05Fix bug (partially/accidentally) discovered by Bricker: if an XLine is not pe...w00t
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-17I gots a better fix :pbrain
2008-02-11Fix trampling on memory in Z/G/K/ELine.w00t
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-09Add OnExpireLine(XLine *) hook, will be used in xline db stuff to avoid getti...w00t
2008-01-09Fix bug in new XLine system (thanks Brain) - I don't know how I didn't spot t...w00t
2008-01-06Maybe BanCache works now?w00t
2008-01-06Add removal of BanCache entries on XLINE add/del, so we avoid out of date res...w00t
2007-11-04Integrate K/Gline into the bancache system by making some modifications to De...w00t
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-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-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-01Update docs on how XLine system will be workingw00t
2007-10-31There, i think all thats now left is matches_*line which we can do with two o...brain
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-31Fix up to pass User*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-31More fixes and some optimizationsbrain
2007-10-31More stuffbrain
2007-10-31Fixified some morebrain
2007-10-31The rest doesnt compile yet, dont bother :pbrain