summaryrefslogtreecommitdiffstats
path: root/deluge/component.py
Commit message (Expand)AuthorAge
* Make sure dependent components are stopped before their dependencies.Chase Sterling2012-12-07
* Alternative fix for re-enabling plugin issueCalum Lind2012-03-02
* Only deregister component if registry still existsJohn Garland2011-07-05
* Change component.deregister to take the object as the parameter, not the nameAndrew 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
* Show errors when trying failing to properly stop a componentAndrew Resch2011-06-02
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Add an errback for when calling a component's start() fails and revert it bac...Andrew Resch2010-04-08
* Add 2 new states to Component: Starting and StoppingAndrew Resch2010-03-27
* Fix up some docstringsAndrew Resch2010-03-25
* Fix up some docstringsAndrew Resch2010-03-25
* Fix typoAndrew Resch2010-03-24
* Raise a KeyError exception if trying to stop a component that hasn'tAndrew Resch2010-03-24
* Fix issue where plugins would try to be stopped after they have beenAndrew Resch2010-03-22
* Rewrite component module to handle deferreds properlyAndrew Resch2010-03-20
* Merge SVN and HG heads.Pedro Algarvio2009-11-22
* First notifications plugin commit.Pedro Algarvio2009-11-22
* Fix disabling/enabling plugins after switching daemonsAndrew Resch2009-11-08
* Remove _update methodAndrew Resch2009-07-25
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Get Label plugin working in the GtkUIAndrew Resch2009-02-27
* Only attempt stopping PluginManagers looping call if it's running.Andrew Resch2009-02-03
* Fix adding torrentsAndrew Resch2009-01-29
* Get Classic mode working somewhat. There are still some issues to Andrew Resch2009-01-28
* Implement new DelugeRPC method to replace XMLRPC.Andrew Resch2009-01-27
* Re-org Core and start using RPCServerAndrew Resch2008-12-20
* Remove OpenSSL exception from license headersAndrew Resch2008-11-23
* Remove trailing whitspace from *.pyAndrew Resch2008-11-17
* more gpl3 switchesMarcos Pinto2008-08-09
* Update some copyright years.Andrew Resch2008-03-10
* Add pausing and resuming of components. This stops the update() timer Andrew Resch2008-02-27
* Change torrent saving/loading to use torrent options and update the Andrew Resch2008-02-12
* Do not update UI when minimized or hidden.Andrew Resch2008-01-30
* Change Component to use individual timers for the components. This Andrew Resch2008-01-21
* Move component.py up one level.Andrew Resch2007-12-10