]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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
2007-11-04 brainSome more to fix still, modules probably wont load...
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 brainAll done... i think. Just tidying up to be done, remova...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-11-04 brainExtra debug logging
2007-11-04 brainThis compiles, but note most modules are currently...
2007-11-04 brainMore craq
2007-11-04 brainAgain
2007-11-04 brainAnother too
2007-11-04 brainAnother
2007-11-04 brainFor now, just fix the Priority Prioritize(). We might...
2007-11-04 brainWhoops and make it valid
2007-11-04 brainFix this one too
2007-11-04 brainFix this to compile
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 brainAvoid code duplication, just call XLine::Apply() rather...
2007-11-04 w00tBanCache positive hits should be overridden by E:,...
2007-11-04 w00tHook BanCache up to work on Z:Lines. BanCache is checke...
2007-11-04 w00tInstantiate BanCache in InspIRCd class.
2007-11-04 brainMake bancache compile on windows
2007-11-04 brainAdd bancache.* to windows projects
2007-11-04 brainThere are two forms of map::erase(), one erases by...
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 brainFinal part of bug #441 fix (trunk)
2007-11-03 brainPartial fix for bug #441
next