summaryrefslogtreecommitdiffstats
path: root/deluge/event.py
Commit message (Expand)AuthorAge
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Add dependecy on sixCalum Lind2018-06-27
* [Flake8] Fix import and docstrings issuesCalum Lind2018-05-20
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [#2490] Add external IP to statusbarCalum Lind2016-05-14
* [Core] Add ClientDisconnectedEventbendikro2015-12-04
* [Core] Add TorrentTrackerStatusEventbendikro2015-12-04
* [Lint] Cleanup code to pass PyLint Convention categoryCalum Lind2015-10-30
* Flake8 core and common filesCalum Lind2014-09-03
* Add TorrentStorageMovedEvent for #637Calum Lind2014-01-20
* #2218 #2254 : Re-enable utpex control and add lt_tex (tracker exchange)Calum Lind2013-05-03
* 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