mirror of
https://github.com/craigerl/aprsd.git
synced 2025-07-29 20:02:27 -04:00
This allows the admin interface to see which plugins are registered and enabled. Enabled is a flag that is set in the setup() method of the plugin. This gives the plugin developer a chance to disable the plugin if something isn't right at setup time. This allows aprsd to ignore plugins that are registered but not emabled.