Make modload have an API #47

Open
opened 2026-02-21 17:07:33 +00:00 by WahPlus · 0 comments
WahPlus commented 2026-02-21 17:07:33 +00:00 (Migrated from github.com)

Such API should be able to:

  • Manually initialize/load a module
  • Manually unload/exit a module
  • Check whether a module is loaded or not
  • Check if it's handled automatically, or initiated/exited manually by an user
  • Get a list of modules that aren't loaded, and those that have
  • Load modules from external files (not in the standard path)
  • Check if a module should be loaded

All actions with modload should require administrator privileges.

Such API should be able to: - [ ] Manually initialize/load a module - [ ] Manually unload/exit a module - [ ] Check whether a module is loaded or not - [ ] Check if it's handled automatically, or initiated/exited manually by an user - [ ] Get a list of modules that aren't loaded, and those that have - [ ] Load modules from external files (not in the standard path) - [ ] Check if a module should be loaded All actions with modload should require administrator privileges.
Sign in to join this conversation.