]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Code for loading <log method=file> tags from config, but this still needs to be fit...
[user/henk/code/inspircd.git] / include /
2008-02-10 aquanightCode for loading <log method=file> tags from config...
2008-02-10 brainAdd comments
2008-02-10 brainEach Thread class must have its own thread handle,...
2008-02-10 brainAdd threading engine stuff. Docs to follow, untested...
2008-02-10 aquanightPer-logstream loglevels.
2008-02-09 w00tFix a bug in new logging API (global logstreams weren...
2008-02-09 w00tImplement LogManager::CloseLogs() to give logstreams...
2008-02-09 w00tAdd destructor for FileLogStream that destroys nonblock...
2008-02-09 w00tAdd a printf-type override for LogManager::Log(). We...
2008-02-09 w00tNew logging implementation. Also write messages about...
2008-02-09 w00tInstantiate log manager
2008-02-09 w00tInitial totally untested logger implementation that...
2008-02-08 aquanightSupport for /invite <user> <channel> <timeout> - if...
2008-02-07 brainARGH SPACE INDENTS, DIE DIE DIE
2008-02-05 fezfixed std:: stuff
2008-02-05 fezfixed w00t's brain (I mean std:: stuff)
2008-02-05 fezfixed std:: stuff
2008-02-05 fezfixed std:: stuff
2008-02-03 w00tClear up header insanity
2008-02-03 w00t(finally) remove deprecated CMD_USER_DELETED
2008-02-02 w00tBack out the AllowDevoiceSelf stuff, it wasn't going...
2008-02-02 w00tCache User::GetIPString()
2008-02-02 aquanightMake m_password_hash able to pick up hasher modules...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-02-01 fezremoved sys/select.h on windows platform
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-17 w00tAdd logger.(cpp|h), will eventually hold implementation...
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.
next