aboutsummaryrefslogtreecommitdiff
path: root/src/modulemanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
|
* Make loading modules considerably more robust and user friendly.Gravatar Sadie Powell2020-02-021-5/+5
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+6
|
* Add a method for getting a list of files in a directory.Gravatar Peter Powell2019-06-101-23/+19
|
* ModuleManager: use std::flush instead of fflush(stdout).Gravatar Peter Powell2019-02-051-4/+2
|
* Module: Initialise 'ModuleDLLManager' and 'dying' correctly.Gravatar Peter Powell2019-02-051-1/+0
|
* Remove support for static modules.Gravatar Peter Powell2018-07-311-0/+157
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.