Age | Commit message (Expand) | Author |
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 | Put back different stats numerics for /stats g, /stats k etc | brain |
2007-11-02 | Whoops | 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-02 | Installer that packages none of the extra/ modules | brain |
2007-11-01 | Make misconfiguration of spanningtree more 'fatal' so we get less morons comi... | brain |
2007-11-01 | Comment a message out that people regularly attempt to interpret | w00t |
2007-11-01 | Update docs on how XLine system will be working | w00t |
2007-10-31 | Make it compilable :p | brain |
2007-10-31 | There, i think all thats now left is matches_*line which we can do with two o... | brain |
2007-10-31 | Add XLine::SetCreateTime that removes gline_set_creation_time and friends | 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 | Use XLineFactory in ADDLINE, so that it can deal with anything the rest of th... | brain |
2007-10-31 | Make it all compile. | brain |
2007-10-31 | Fix up to pass User* | brain |
2007-10-31 | Forward decl | brain |
2007-10-31 | Remove all the OnAddGLine, OnAddWhateverLine replace with one simple OnAddLin... | 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 | Add XLineFactory stuff. | brain |
2007-10-31 | Spanningtree now compiles | brain |
2007-10-31 | This one too, grr | brain |
2007-10-31 | Bloody hell, just how many modules use this shit | brain |
2007-10-31 | More fixes | brain |
2007-10-31 | Make /gline etc compile with new methods | brain |
2007-10-31 | More fixes and some optimizations | brain |
2007-10-31 | More stuff | brain |
2007-10-31 | Fixified some more | brain |
2007-10-31 | The rest doesnt compile yet, dont bother :p | brain |
2007-10-31 | Reorder creation of objects so: | w00t |
2007-10-31 | Clean up XLine conf stuff a little bit, move most of it to configreader. Also... | w00t |
2007-10-30 | Add support for nick@server requested by many. We are not likely to backport ... | brain |
2007-10-29 | A few more timesaving checks. | brain |
2007-10-29 | Add the lookup_lines stuff. Sorry i havent documented this yet, i am tired. | brain |
2007-10-29 | Big fat fixme here | brain |
2007-10-29 | Ok, now each xline will be in two places. The sorted vector and a map, each l... | brain |
2007-10-29 | Compile fixes | brain |
2007-10-29 | This commit is untested and breaks a lot of xline stuff. work in progress. | brain |
2007-10-28 | Make ELines cached, and check for ELined status in all the Matches for all th... | w00t |
2007-10-28 | Update User::exempt all the time we change an E:Line. Brain, can you check I'... | w00t |