Age | Commit message (Expand) | Author |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-09-22 | Second part of fix for bug #605, make adding and removal of lines not case se... | brain |
2008-09-22 | Fix for bug #605 reported by MacGuyver, if a line is expired when we are addi... | brain |
2008-09-19 | Don't check E:Lines when enforcing Q:Lines on connected users. Thanks MacGyver. | w00t |
2008-08-28 | Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ... | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-12 | Add XLineManager::DelAll to delete all lines of a given type. | w00t |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-18 | Remove .c_str()'s in match() calls that are no longer needed as match() nativ... | brain |
2008-04-21 | Fix quietbans and hidesplits etc, cull list's sending a seperate quit message... | brain |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-04-07 | Add extra stuff for w00t, AutoApplyToUserList method for XLineFactory | brain |
2008-04-05 | Fix bug (partially/accidentally) discovered by Bricker: if an XLine is not pe... | w00t |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-17 | I gots a better fix :p | brain |
2008-02-11 | Fix trampling on memory in Z/G/K/ELine. | w00t |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-09 | Add OnExpireLine(XLine *) hook, will be used in xline db stuff to avoid getti... | w00t |
2008-01-09 | Fix bug in new XLine system (thanks Brain) - I don't know how I didn't spot t... | w00t |
2008-01-06 | Maybe BanCache works now? | w00t |
2008-01-06 | Add removal of BanCache entries on XLINE add/del, so we avoid out of date res... | w00t |
2007-11-04 | Integrate K/Gline into the bancache system by making some modifications to De... | w00t |
2007-11-02 | Force to uuid on applying a qline, rather than disconnecting | brain |
2007-11-02 | We cant return NULL if the first hit we get expires in MatchLine, there may b... | brain |
2007-11-02 | Whoops, new expiry stuff was expiring perm lines! fixed. | brain |
2007-11-02 | Expire lines on burst, and ensure that if an eline expires while we're checki... | brain |
2007-11-02 | Expire timed glines that are due for expiry on stats request for it, thanks f... | 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-11-01 | Update docs on how XLine system will be working | w00t |
2007-10-31 | There, i think all thats now left is matches_*line which we can do with two o... | 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 | More debug in here | brain |
2007-10-31 | Start to fix broken expiry | brain |
2007-10-31 | Fix up to pass User* | 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 | Implement: XLineManager::RegisterFactory, UnregisterFactory, GetFactory | brain |
2007-10-31 | More fixes and some optimizations | brain |
2007-10-31 | More stuff | brain |