Skip to content

Add support for dynamic reloading of plugins

Markus Wintermann requested to merge troom/gajim:pluginReloading into master
  • rename the remove_plugin function to uninstall_plugin because it deletes files on the disc and uninstall is the label of the button which triggers this function
  • added a new remove_plugin function, which deactivates the plugin (if needed), removes it from the list of managed plugins and deletes the contents of sys.modules
Edited by Philipp Hörist

Merge request reports