summaryrefslogtreecommitdiffstats
path: root/deluge/core/alertmanager.py
Commit message (Expand)AuthorAge
* [Core] Enable file_completed_alert handling.Chase Sterling2022-02-13
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Core] Fix SimpleNamespace on Python2Calum Lind2019-06-08
* [Core] Copy lt alerts to avoid segfaultsCalum Lind2019-06-05
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [Common] Rename decode_string to decode_bytesCalum Lind2017-02-23
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Core] Fix double alert messagesCalum Lind2017-01-26
* [Core] Remove all lt 1.1 deprecated code referencesCalum Lind2017-01-18
* [Core] Move alert logging to alertmanagerCalum Lind2016-11-30
* [#2922] Fix session.apply_sessings alert_maskCalum Lind2016-11-05
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [Core] Add support for new lt settings_packCalum Lind2016-11-02
* [Core] Implement async_add_torrent in torrentmanagerbendikro2016-04-10
* Sort/prettify imports with isortCalum Lind2014-09-03
* Pylint alertmanagerCalum Lind2014-07-05
* Set alert_queue_size in AlertManager and add loggingCalum Lind2014-07-05
* [#1490] Increase the Alertmanager interval to 0.3sCalum Lind2014-07-04
* Flake8'd core filesCalum Lind2014-01-18
* Change to using pop_alerts to get batches of alerts and save callsCalum Lind2013-03-29
* Merge remote-tracking branch 'bro/master-daemon-optimize-speed'Chase Sterling2013-02-10
|\
| * Optimizations to daemon and rpc messages.bendikro2013-01-14
* | Added decode_string on all calls to alert.message()bendikro2013-01-19
|/
* Make sure dependent components are stopped before their dependencies.Chase Sterling2012-12-07
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* AlertManager will now cancel all pending delayedCalls prior to stopping.Andrew Resch2010-03-20
* Add a deluge._libtorrent module to handle importing libtorrentAndrew Resch2009-07-26
* Fix deregister_handlerAndrew Resch2009-07-02
* Fix some issues with creating torrent files, was putting the announce list in...Andrew Resch2009-06-04
* Show libtorrent performance warnings in the debug logAndrew Resch2009-05-28
* Fix up docstrings in AlertManager and do some minor optimizationsAndrew Resch2009-05-28
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Fix classic modeAndrew Resch2009-02-26
* Implement Events (formerly Signals) which are emitted from the daemon to inte...Andrew Resch2009-02-03
* Implement new DelugeRPC method to replace XMLRPC.Andrew Resch2009-01-27
* Change how the alert name is found to use the class's __name__ propertyAndrew Resch2008-12-31
* Re-org Core and start using RPCServerAndrew Resch2008-12-20
* Fix importing system libtorrentAndrew Resch2008-12-16
* Change libtorrent import behaviour to first try importing deluge.libtorrent a...Andrew Resch2008-12-10
* Remove OpenSSL exception from license headersAndrew Resch2008-11-23
* Remove trailing whitspace from *.pyAndrew Resch2008-11-17
* Fix the alert_type magic to work when libtorrent is not in the deluge Andrew Resch2008-10-19
* change copyright notices to gpl3Marcos Pinto2008-08-08
* lt sync 2500Andrew Resch2008-07-07
* Switch to libtorrent queueingAndrew Resch2008-06-12
* Fix issue where we try to handle lt alerts for torrents that have not Andrew Resch2008-03-12
* Use deluge.component for core components.Andrew Resch2007-12-10
* Minor touch-ups.Andrew Resch2007-10-24