Age | Commit message (Expand) | Author |
---|---|---|
2010-02-16 | Defer module init on initial load for easier dependency checking | danieldg |
2010-02-09 | Fix double-free when catching an exception in module init() | danieldg |
2010-02-03 | Fix segfault on GRELOADMODULE | danieldg |
2010-02-02 | Don't try to load modules with filenames starting with a . | danieldg |
2010-01-24 | Don't query module version prior to init; fixes valgrind segfault | danieldg |
2010-01-17 | Add Module::init() for correct exception handling during hook registration | danieldg |
2010-01-17 | PURE_STATIC improvements: Allow modules to be reloaded, generate linker argum... | danieldg |
2010-01-14 | Move revision information from Version object to a static symbol | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-11 | Fix compilation due to dirent header | danieldg |
2009-11-11 | Allow static build of inspircd without module support | danieldg |