aboutsummaryrefslogtreecommitdiffstats
path: root/src/modulemanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make loading modules considerably more robust and user friendly.Gravatar Sadie Powell2020-02-021-5/+5
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-0/+6
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+6
| |
* | Move ISupport logic out of the core and into core_info.Gravatar Sadie Powell2020-01-051-1/+0
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-161-23/+19
|\|
| * Add a method for getting a list of files in a directory.Gravatar Peter Powell2019-06-101-23/+19
| |
* | LogManager: remove fakederef.Gravatar Sadie Powell2019-02-071-7/+7
|/
* 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.