This website requires JavaScript.
Explore
Help
Sign In
Rezzect
/
deluge
Watch
1
Star
0
Fork
0
You've already forked deluge
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
deluge
/
deluge
/
core
History
Andrew Resch
fd28bf8619
Properly wait for the component.shutdown deferred on shutdown. This should prevent the daemon from exiting before all the state has been saved.
2012-03-01 13:11:11 -08:00
..
__init__.py
New directory structure
2007-07-12 20:02:34 +00:00
alertmanager.py
Swhiched the old style logging, ie, a single logger for all logging output to several loggers. This brings the ability to tweak the logging levels for each of the loggers, ie, we can have the "deluge" logger be at the ERROR level while having "deluge.core" at the DEBUG level, meaning we will only see log message for all of the deluge loggers above the ERROR level while still having all messages above the DEBUG level for the "deluge.core" logger and it's children. This kind of tweak can be achieved by adding a file named "logging.conf" to deluge's config dir and this is explained on the
deluge.log.tweak_logging_levels
function.
2010-12-06 11:20:22 +00:00
authmanager.py
Sorry for the noise. Email change.
2011-05-02 05:02:46 +01:00
core.py
Remove unnecessary migration function as this default value should be picked up from the DEFAULT_PREFS dictionary
2012-02-19 17:57:44 -08:00
daemon.py
Properly wait for the component.shutdown deferred on shutdown. This should prevent the daemon from exiting before all the state has been saved.
2012-03-01 13:11:11 -08:00
eventmanager.py
apply patch from
#1742
2011-05-07 00:02:49 +01:00
filtermanager.py
Fix
#1239
: Translated Tracker Error text not counted in sidebar Error status
2011-07-04 21:29:58 +01:00
oldstateupgrader.py
Swhiched the old style logging, ie, a single logger for all logging output to several loggers. This brings the ability to tweak the logging levels for each of the loggers, ie, we can have the "deluge" logger be at the ERROR level while having "deluge.core" at the DEBUG level, meaning we will only see log message for all of the deluge loggers above the ERROR level while still having all messages above the DEBUG level for the "deluge.core" logger and it's children. This kind of tweak can be achieved by adding a file named "logging.conf" to deluge's config dir and this is explained on the
deluge.log.tweak_logging_levels
function.
2010-12-06 11:20:22 +00:00
pluginmanager.py
Remove some imports that are no longer neccessary
2011-02-23 11:21:47 -08:00
preferencesmanager.py
Fix
#491
: Add auto_manage_prefer_seeds to prefs manager and UIs
2011-07-02 18:44:26 +01:00
rpcserver.py
Create torrent remotely progress information.
2011-07-06 16:45:02 +01:00
torrent.py
Fix stored file priorities settings
2012-01-19 01:33:16 +00:00
torrentmanager.py
Remove setting torrent.is_finished in the resume alert
2012-02-29 15:23:17 -08:00