summaryrefslogtreecommitdiffstats
path: root/deluge/plugins/pluginbase.py
Commit message (Expand)AuthorAge
* [Plugins] Fix missing deregister for JSONCalum Lind2019-05-03
* [GTK3] Migrate plugins to GTK3Calum Lind2018-11-02
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* Add a RPCServer.deregister methodAndrew Resch2011-06-06
* Revert "Work around plugins being garbage collected once enabled twice."Pedro Algarvio2011-06-06
* Work around plugins being garbage collected once enabled twice.Pedro Algarvio2011-06-05
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Fix pluginbaseAndrew Resch2010-03-25
* Fix some typosAndrew Resch2010-03-24
* Add ability for plugins to set their component update interval byAndrew Resch2010-03-24
* Fix typo in super callAndrew Resch2010-03-24
* change WebPluginBase so it has empty enable/disable methods (web plugins don'...Damien Churchill2009-09-14
* improve the WebPluginBase class, registering it with the json rpc-api and add...Damien Churchill2009-09-09
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* use super insteadDamien Churchill2009-03-22
* Get Label plugin working in the GtkUIAndrew Resch2009-02-27
* Get blocklist plugin workingAndrew Resch2009-02-24
* Change some plugin stuff and add an example pluginAndrew Resch2009-02-23