summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-10m_spy no longer implements SPYNAMES, instead it overrides normal NAMES on the...brain
2007-11-10SPYLIST is no longer required in 1.2, removebrain
2007-11-10Allow eline/gline/kline/zline by nickbrain
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-09Same here, fix some minor memory leaks noticed by w00tbrain
2007-11-09We should probably UseInterface last, toobrain
2007-11-09Theres actually more to this. Before we throw, delete cu (the destructor WONT...brain
2007-11-09Same fix herebrain
2007-11-05Rehash method added which frees unused memory from the hash_map. Has a delete...brain
2007-11-04Why the hell the includes are half way down the damn file in modules.h is bey...brain
2007-11-04BanCache: Add a negative hit for an IP address upon FullConnect.w00t
2007-11-04Fix the FIXME related to new module event and loading stuffbrain
2007-11-04Integrate K/Gline into the bancache system by making some modifications to De...w00t
2007-11-04On failure to load a module, DetachAll on the module pointer, also, try to fr...brain
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04wtf at the line endings in this bag of spannersbrain
2007-11-04And whoops, typobrain
2007-11-04Fix these to use new hook system (u_listmode wasnt fixed yet)brain
2007-11-04Get rid of global_implementation[] and implement_lists[] from herebrain
2007-11-04Instead of a vector of vectors, use an array of vectors as in the original sp...brain
2007-11-04Remove debug junk from ModuleManager::SetPrioritybrain
2007-11-04Somehow, we missed onebrain
2007-11-04Fix non-POD passingbrain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Commentsbrain
2007-11-04Aaaand, the rest of itbrain
2007-11-04MODERR tidyupsbrain
2007-11-04Fix the two FIXMEsbrain
2007-11-04Remove some now redundant if (!empty) checks in FOREACH_MODbrain
2007-11-04Commentsbrain
2007-11-04Change this, risking a crash otherwisebrain
2007-11-04Remove no longer required typedefbrain
2007-11-04Comment all the new stuffbrain
2007-11-04Some more to fix still, modules probably wont load correctly atmbrain
2007-11-04Not yet tested: remove last vestiges of modules[] and module_names[] arrays.brain
2007-11-04Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<i...brain
2007-11-04All done... i think. Just tidying up to be done, removal of Implements() meth...brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-11-04Extra debug loggingbrain
2007-11-04This compiles, but note most modules are currently broken, they dont Attach()brain
2007-11-04More craqbrain
2007-11-04Againbrain
2007-11-04Another toobrain
2007-11-04Anotherbrain
2007-11-04For now, just fix the Priority Prioritize(). We might be able to do the rest ...brain
2007-11-04Whoops and make it validbrain
2007-11-04Fix this one toobrain
2007-11-04Fix this to compilebrain
2007-11-04Bring back Prioritize (needs to occur after module load) with a different dec...brain
2007-11-04Next part of Development/Hooking (see wiki)brain