This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
deluge
Watch
1
Star
0
Fork
0
You've already forked deluge
mirror of
https://github.com/logos-storage/deluge.git
synced
2026-02-03 12:53:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
deluge
/
deluge
/
core
History
Damien Churchill
04af8965bc
apply patch from
#1742
2011-05-07 00:02:49 +01: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
Sorry for the noise. Email change.
2011-05-02 05:02:46 +01:00
daemon.py
Fix some clean config dir issues.
2011-04-27 22:06:13 +01:00
eventmanager.py
apply patch from
#1742
2011-05-07 00:02:49 +01:00
filtermanager.py
convert torrent_ids back into a list in case we need to remove from it
2011-02-22 16:56:54 +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
Removed leftovers from the core autoadd. All autoadd features are now addressed by the AutoAdd plugin. NOTE: Console UI and Web UI should also remove the core auto add stuff.
2011-04-25 13:44:27 +01:00
rpcserver.py
More changes related to automatic connections.
2011-04-30 07:42:06 +01:00
torrent.py
fix issue
#1799
2011-05-06 22:01:06 +01:00
torrentmanager.py
Correct log message.
2011-05-06 19:10:26 +01:00