]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2008-01-05 w00tSnomask stacking: not yet working (crashes), and not...
2008-01-05 w00tAdd SnomaskManager::FlushSnotices() stub
2008-01-05 brainFix for bug #464, thanks John
2008-01-04 w00tFix m_banredirect: (hint: sizeof(f) != sizeof(*f) ;p)
2008-01-04 w00tRemove non-portable code and replace with a debug call
2008-01-04 w00tFix warning reported by owine, caused by SID changes.
2008-01-04 w00tForward port r8629: Fix for bug #458 - servers going...
2008-01-04 w00tFormat the header a little better, add some stuff prepa...
2008-01-04 w00tBack out previous patch disabling ADDLINE processing...
2008-01-04 w00tADDLINE is broken, don't process it for now..
2008-01-04 w00tRemove some stuff that isn't needed from here.
2008-01-03 omHopefully fix crashes on startup with some connect...
2008-01-03 w00tMinor tweak
2008-01-03 w00tSID generation should(?) now work again as well. NOTE...
2008-01-03 w00tPatch turning Config->sid from size_t to char **. This...
2008-01-02 w00tUpdate this to use the new oper call
2008-01-02 w00tAnd update docs
2008-01-02 w00tTotally untested patch to add <oper:modes> support...
2008-01-02 w00tAdd param 'opername' to event OnPostOper. This will...
2008-01-02 w00tm_clones: Only show the number of clones and IP for...
2007-12-30 w00tRemove an unneeded forward declaration and typedef
2007-11-29 brainThe mysql worker thread only sleeps 50 nanosecs between...
2007-11-18 brainNow fetches page. Not the page you ask for, but meh :p
2007-11-18 brainTest framework connects now
2007-11-18 brainHalf complete test framework
2007-11-18 brainFirst part of stuff for remote includes (this doesnt...
2007-11-17 w00tIt compiles; ship it.
2007-11-16 w00tCorrectly do the second setup of the fake client (AFTER...
2007-11-16 w00tMinor change: Add + to FMODE on creation of a new chann...
2007-11-15 w00tAdd another BanCache stub. I'm not writing it yet as...
2007-11-12 brainArgh, i give up
2007-11-12 brainMore craq
2007-11-12 brainRemove craq
2007-11-12 brainNOTE: our stuff for parsing multiple dns replies for...
2007-11-11 brainThis works with multiple remote includes now except...
2007-11-11 brainCurrently crashes with multiple layers of include....
2007-11-11 brainFix some dodgy destructor stuff
2007-11-11 brainMake sure we dont leak ram after loading files
2007-11-11 brainHandle non-200 HTTP status codes as error
2007-11-11 brainIT WORKS!
2007-11-11 brainNo crash, now we just have to find out why it wont...
2007-11-11 brainFixed all that, back to the crash we had before (yay?)
2007-11-11 brainThis fixed. Initialise dns at the end of pass 1 before...
2007-11-11 brainTidyups
2007-11-11 brainOk, this works except for it wont resolve hosts before...
2007-11-11 brainHmm
2007-11-11 brainm_http_client is crashy. will fix.
2007-11-11 brainReally should add this.
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 brainWe need to initialize the user twice, and we need to...
2007-11-11 brainTake out some printf gunk
2007-11-11 brainReport failure to load configs
2007-11-11 brainAdd a counter for errored files
2007-11-11 brainWhoops, make it pick up module-handled schemas correctly
2007-11-11 brainThis works properly now. Files in the file:// schema...
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 brainFix owines crashes here too
2007-11-10 brainFix crashes found by owine (usually on startup)
2007-11-10 brainSecond test commit
2007-11-10 brainTest commit
2007-11-10 brainm_spy no longer implements SPYNAMES, instead it overrid...
2007-11-10 brainSPYLIST is no longer required in 1.2, remove
2007-11-10 brainAllow eline/gline/kline/zline by nick
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-09 brainSame here, fix some minor memory leaks noticed by w00t
2007-11-09 brainWe should probably UseInterface last, too
2007-11-09 brainTheres actually more to this. Before we throw, delete...
2007-11-09 brainSame fix here
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 w00tBanCache: Add a negative hit for an IP address upon...
2007-11-04 brainFix the FIXME related to new module event and loading...
2007-11-04 w00tIntegrate K/Gline into the bancache system by making...
2007-11-04 brainOn failure to load a module, DetachAll on the module...
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainwtf at the line endings in this bag of spanners
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 brainRemove debug junk from ModuleManager::SetPriority
2007-11-04 brainSomehow, we missed one
2007-11-04 brainFix non-POD passing
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainComments
2007-11-04 brainAaaand, the rest of it
2007-11-04 brainMODERR tidyups
2007-11-04 brainFix the two FIXMEs
2007-11-04 brainRemove some now redundant if (!empty) checks in FOREACH_MOD
2007-11-04 brainComments
2007-11-04 brainChange this, risking a crash otherwise
2007-11-04 brainRemove no longer required typedef
2007-11-04 brainComment all the new stuff
next