Age | Commit message (Expand) | Author |
2007-11-04 | Instead of a vector of vectors, use an array of vectors as in the original sp... | brain |
2007-11-04 | Remove debug junk from ModuleManager::SetPriority | brain |
2007-11-04 | Somehow, we missed one | brain |
2007-11-04 | Fix non-POD passing | brain |
2007-11-04 | Honking huge commit. Removal of DELETE() template that never worked right anyway | brain |
2007-11-04 | Comments | brain |
2007-11-04 | Aaaand, the rest of it | brain |
2007-11-04 | MODERR tidyups | brain |
2007-11-04 | Fix the two FIXMEs | brain |
2007-11-04 | Remove some now redundant if (!empty) checks in FOREACH_MOD | brain |
2007-11-04 | Comments | brain |
2007-11-04 | Change this, risking a crash otherwise | brain |
2007-11-04 | Remove no longer required typedef | brain |
2007-11-04 | Comment all the new stuff | brain |
2007-11-04 | Some more to fix still, modules probably wont load correctly atm | brain |
2007-11-04 | Not yet tested: remove last vestiges of modules[] and module_names[] arrays. | brain |
2007-11-04 | Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<i... | brain |
2007-11-04 | All done... i think. Just tidying up to be done, removal of Implements() meth... | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-11-04 | Extra debug logging | brain |
2007-11-04 | This compiles, but note most modules are currently broken, they dont Attach() | brain |
2007-11-04 | More craq | brain |
2007-11-04 | Again | brain |
2007-11-04 | Another too | brain |
2007-11-04 | Another | brain |
2007-11-04 | For now, just fix the Priority Prioritize(). We might be able to do the rest ... | brain |
2007-11-04 | Whoops and make it valid | brain |
2007-11-04 | Fix this one too | brain |
2007-11-04 | Fix this to compile | brain |
2007-11-04 | Bring back Prioritize (needs to occur after module load) with a different dec... | brain |
2007-11-04 | Next part of Development/Hooking (see wiki) | brain |
2007-11-04 | Development/Hooking in full swing now: WARNING, this will break ALL modules f... | brain |
2007-11-04 | Add EventHandlers structure for Development/Hooking | brain |
2007-11-04 | Avoid code duplication, just call XLine::Apply() rather than retyping all tha... | brain |
2007-11-04 | BanCache positive hits should be overridden by E:, thanks Brain | w00t |
2007-11-04 | Hook BanCache up to work on Z:Lines. BanCache is checked first, for positive ... | w00t |
2007-11-04 | Instantiate BanCache in InspIRCd class. | w00t |
2007-11-04 | Make bancache compile on windows | brain |
2007-11-04 | Add bancache.* to windows projects | brain |
2007-11-04 | There are two forms of map::erase(), one erases by key the other by iterator. | brain |
2007-11-04 | Remove some unnecessary headers from places, commit working BanCacheManager s... | w00t |
2007-11-03 | You'll hit yourself w00t. You left the ; off both the class decls :p | brain |
2007-11-03 | Remove needless headers from typedefs.h | brain |
2007-11-03 | This won't work yet. | w00t |
2007-11-03 | Add bancache.coo/h. Nothing in them, yet. | w00t |
2007-11-03 | Final part of bug #441 fix (trunk) | brain |
2007-11-03 | Partial fix for bug #441 | brain |
2007-11-03 | Relax detection rules on openssl and gnutls, there arent any commonly used ve... | brain |
2007-11-03 | Add --disable-rpath. Probably wont backport this for the time being | brain |
2007-11-03 | More anal config parsing, validates channel fields, ip address fields (with/w... | brain |