mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-02 06:36:15 +00:00
286 B
286 B
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