Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-24 | Update copyright headers. | InspIRCd Robot | |
2020-02-02 | Make loading modules considerably more robust and user friendly. | Sadie Powell | |
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2019-06-10 | Add a method for getting a list of files in a directory. | Peter Powell | |
2019-02-05 | ModuleManager: use std::flush instead of fflush(stdout). | Peter Powell | |
2019-02-05 | Module: Initialise 'ModuleDLLManager' and 'dying' correctly. | Peter Powell | |
2018-07-31 | Remove support for static modules. | Peter Powell | |
This has been frequently broken in the past and as far as I know is used by literally nobody. Also, even if all modules are compiled into the core any libraries linked against are and have always been linked dynamically making this unusable on platforms without dynamic libraries. |