summaryrefslogtreecommitdiffstats
path: root/deluge/event.py
Commit message (Expand)AuthorAge
* Create torrent remotely progress information.Pedro Algarvio2011-07-06
* Revert "Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument can...Andrew Resch2011-02-23
* Revert 67ea05921cb904cb2ddf5811cd96534321bfeefa which changed how event handl...Andrew Resch2011-02-23
* Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument cannot be c...Pedro Algarvio2010-12-11
* Implemented passing a copy of an event instead of it's arguments to event han...Pedro Algarvio2010-12-11
* Reuse existing "TorrentAddedEvent" instead of creating a new one.Pedro Algarvio2010-12-09
* Diferentiate adding an already managed torrent from adding a new, unmanaged t...Pedro Algarvio2010-12-08
* Fix up some docstringsAndrew Resch2010-09-03
* Add TorrentFileCompleted event.Andrew Resch2010-09-03
* Fix some accidental reverts Andrew Resch2009-11-25
* Merge Heads.Pedro Algarvio2009-11-22
* Checkpoint:Pedro Algarvio2009-11-22
* Merge SVN and HG heads.Pedro Algarvio2009-11-22
* First notifications plugin commit.Pedro Algarvio2009-11-22
* Change the event_list to be a dictionary of known_events and their docstringsAndrew Resch2009-11-16
* Add way to get a list of DelugeEvent classesAndrew Resch2009-11-14
* Add PluginEnabledEventAndrew Resch2009-08-26
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Add PreTorrentRemovedEvent eventAndrew Resch2009-03-26
* Remove the plugin hooks from the Core.. These are replaced by EventsAndrew Resch2009-03-15
* Fix some issues with event handling on the client side and how arguments are ...Andrew Resch2009-02-04
* Implement Events (formerly Signals) which are emitted from the daemon to inte...Andrew Resch2009-02-03