]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Make default bancache time one day. This may seem long, but as XLines expire, so...
[user/henk/code/inspircd.git] / include /
2008-01-16 w00tMake default bancache time one day. This may seem long...
2008-01-16 w00tAdd an overridden AddHit to BanCacheManager, allowing...
2008-01-16 w00tValidate <server:id> on startup if provided, thx Brain
2008-01-16 w00tRemove an O(log n) in favour of an O(1) operation,...
2008-01-16 w00tTwo stage commit: don't set user->muted except in QuitU...
2008-01-16 w00tRe-add support for silent quits (note: we also remove...
2008-01-16 w00tHacked-up culllist: stores user pointers rather than...
2008-01-15 w00tCullList -> CullItem *
2008-01-13 w00tNew timer code. This may be a tiny fraction slower...
2008-01-13 w00tMove User::AddClient to UserManager::AddClient. WARNING...
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-13 w00tAdd a channel manager class while I'm at it.
2008-01-13 w00tFeh. Remember the header too.
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-10 w00tImplement <options:prefixpart|suffixpart|fixedpart>
2008-01-09 w00tAdd OnExpireLine(XLine *) hook, will be used in xline...
2008-01-06 w00tHopefully correct implementation of OnRawMode.. can...
2008-01-06 w00tOnRawMode event makes a return: This was removed post...
2008-01-06 w00tPermanent channels, currently conflicts with blockcaps...
2008-01-06 w00tMove CreateChannel to a constructor instead
2008-01-06 w00tMove channel creation to a seperate Channel::CreateChan...
2008-01-06 w00tForward declaration isn't required here
2008-01-06 w00tAdd overridden constructor with specified time in secon...
2008-01-06 w00tAdd bancache expiry stuff, currently records expire...
2008-01-05 w00tFix a bug (snotices repeating constantly), and add...
2008-01-05 w00tFix snomask stacking, still needs to flush all snomasks...
2008-01-05 w00tSnomask stacking: not yet working (crashes), and not...
2008-01-04 w00tRemove non-portable code and replace with a debug call
2008-01-04 w00tFormat the header a little better, add some stuff prepa...
2008-01-04 w00tRemove some stuff that isn't needed from here.
2008-01-03 w00tPatch turning Config->sid from size_t to char **. This...
2008-01-02 w00tAdd param 'opername' to event OnPostOper. This will...
2007-12-30 w00tRemove an unneeded forward declaration and typedef
2007-11-18 brainFirst part of stuff for remote includes (this doesnt...
2007-11-15 w00tAdd another BanCache stub. I'm not writing it yet as...
2007-11-11 brainCurrently crashes with multiple layers of include....
2007-11-11 brainProvide a facility for modules to flag a config file...
2007-11-11 brainMore stuff incoming
2007-11-11 brainMore stuff
2007-11-11 brainReport failure to load configs
2007-11-11 brainAdd a counter for errored files
2007-11-11 brainMore stuff for this. Its starting to take shape a bit...
2007-11-11 brainBegin rethink on this. Warning, this WILL break your...
2007-11-11 brainIn prep for remote includes, configuration reading...
2007-11-11 brainImplement roadmap item: "userrec::HasPermission ->...
2007-11-11 brainFix crashes from badly written safeiters
2007-11-11 brainMake iterators safe in FOREACH_MOD etc macros, so that...
2007-11-10 brainm_spy no longer implements SPYNAMES, instead it overrid...
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-05 brainRehash method added which frees unused memory from...
2007-11-04 brainWhy the hell the includes are half way down the damn...
2007-11-04 w00tIntegrate K/Gline into the bancache system by making...
2007-11-04 brainAnd whoops, typo
2007-11-04 brainFix these to use new hook system (u_listmode wasnt...
2007-11-04 brainGet rid of global_implementation[] and implement_lists...
2007-11-04 brainInstead of a vector of vectors, use an array of vectors...
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainComments
2007-11-04 brainMODERR tidyups
2007-11-04 brainRemove some now redundant if (!empty) checks in FOREACH_MOD
2007-11-04 brainRemove no longer required typedef
2007-11-04 brainComment all the new stuff
2007-11-04 brainNot yet tested: remove last vestiges of modules[] and...
2007-11-04 brainRemove our vectors of Module*/ircd_module*, replace...
2007-11-04 brainMore craq
2007-11-04 brainBring back Prioritize (needs to occur after module...
2007-11-04 brainNext part of Development/Hooking (see wiki)
2007-11-04 brainDevelopment/Hooking in full swing now: WARNING, this...
2007-11-04 brainAdd EventHandlers structure for Development/Hooking
2007-11-04 w00tInstantiate BanCache in InspIRCd class.
2007-11-04 brainMake bancache compile on windows
2007-11-04 w00tRemove some unnecessary headers from places, commit...
2007-11-03 brainYou'll hit yourself w00t. You left the ; off both the...
2007-11-03 brainRemove needless headers from typedefs.h
2007-11-03 w00tThis won't work yet.
2007-11-03 w00tAdd bancache.coo/h. Nothing in them, yet.
2007-11-03 brainMore anal config parsing, validates channel fields...
2007-11-02 brainComment documentation for all the new shizzle
2007-11-02 brainHopefully fix the bursting of xlines to work again...
2007-11-02 brainMove lookup_lines to private, theres no need for it...
2007-11-02 brainTidy up, and make the identifer for a line type be...
2007-11-02 brainXLines now only checked for expiry on positive hit...
2007-11-02 brainxline gutting, once more. There is no longer an active_...
2007-10-31 brainThere, i think all thats now left is matches_*line...
2007-10-31 brainAdd XLine::SetCreateTime that removes gline_set_creatio...
2007-10-31 brainFix (?) stats chars
2007-10-31 brainThis *should* fix expiry. Can someone else (w00t? ...
2007-10-31 brainFix up to pass User*
2007-10-31 brainForward decl
2007-10-31 brainRemove all the OnAddGLine, OnAddWhateverLine replace...
2007-10-31 brainAdd factories for other types
2007-10-31 brainAdd factories for eline and gline as tests
2007-10-31 brainAdd XLineFactory stuff.
2007-10-31 brainMore stuff
2007-10-31 brainFixified some more
2007-10-31 brainThe rest doesnt compile yet, dont bother :p
2007-10-31 w00tClean up XLine conf stuff a little bit, move most of...
2007-10-29 brainAdd the lookup_lines stuff. Sorry i havent documented...
2007-10-29 brainOk, now each xline will be in two places. The sorted...
2007-10-29 brainThis commit is untested and breaks a lot of xline stuff...
next