mirror of
https://git.deluge-torrent.org/deluge
synced 2025-07-24 09:51:42 +00:00
5 lines
No EOL
286 B
Markdown
5 lines
No EOL
286 B
Markdown
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 |