aboutsummaryrefslogtreecommitdiff
path: root/Plugin.pm
Commit message (Collapse)AuthorAge
* Add sanity check to plugin loadingDavid Phillips2018-11-03
|
* Move module configuration to callbackDavid Phillips2018-09-21
| | | | | | This lets modules loaded dynamically (i.e. those not specified in configuation used at the start of execution) get configured correctly to e.g. record a reference to their configuration and register commands.
* Add runtime module {,un}loadingDavid Phillips2018-09-21