Age | Commit message (Expand) | Author |
2007-11-04 | On failure to load a module, DetachAll on the module pointer, also, try to fr... | brain |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | wtf at the line endings in this bag of spanners | brain |
2007-11-04 | Fix these to use new hook system (u_listmode wasnt fixed yet) | brain |
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 | Aaaand, the rest of it | brain |
2007-11-04 | MODERR tidyups | brain |
2007-11-04 | Fix the two FIXMEs | brain |
2007-11-04 | Comments | brain |
2007-11-04 | Change this, risking a crash otherwise | 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 | 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 | 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 | More anal config parsing, validates channel fields, ip address fields (with/w... | brain |
2007-11-02 | Force to uuid on applying a qline, rather than disconnecting | brain |
2007-11-02 | We cant return NULL if the first hit we get expires in MatchLine, there may b... | brain |
2007-11-02 | I must have been smoking craq, this would never have worked | brain |
2007-11-02 | Dont propogate K-lines | brain |
2007-11-02 | Implement DELLINE, allow both DELLINE and ADDLINE to take a server OR client ... | brain |
2007-11-02 | Whoops, new expiry stuff was expiring perm lines! fixed. | brain |