deluge/trac_wiki_export/wiki_dir/Development%2FHooks
2024-07-06 16:22:30 +01:00

5 lines
293 B
Plaintext

Instead of using the current plugin system it has been proposed that we use hooks instead. Hooks can be executed in a few ways:
* in-process hooks written in python
* executables stored on the filesystem, run once per hook fire
* long-running processes than communicate with the daemon