This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
deluge
Watch
1
Star
0
Fork
0
You've already forked deluge
mirror of
https://github.com/codex-storage/deluge.git
synced
2025-01-12 12:34:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
deluge
/
deluge
History
Nick Lanham
60d96c6f20
add add_spaces to InputPopup
2011-02-23 16:07:47 +01:00
..
core
convert torrent_ids back into a list in case we need to remove from it
2011-02-22 16:56:54 +01:00
data
Sidebar: Enabled strings for translation and added icons to Trackers filter
2011-02-11 22:10:00 +00:00
i18n
Update translation template
2010-05-03 11:50:16 -07:00
plugins
Fix
#1506
- max speed not restored on a yellow->green transition
2011-02-05 01:12:52 +00:00
scripts
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
tests
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
ui
add add_spaces to InputPopup
2011-02-23 16:07:47 +01:00
__init__.py
…
__rpcapi.py
…
_libtorrent.py
…
bencode.py
…
common.py
Fix
#1373
,
#1386
- Creating and moving non-ascii folder names in MS Windows
2011-02-05 01:12:43 +00:00
component.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
config.py
Merge branch 'master' into improved-logging
2010-12-13 12:31:20 +00:00
configmanager.py
Added missing import.
2010-12-28 01:26:25 +00:00
decorators.py
Add decorators module and test file
2010-05-04 04:33:21 +10:00
error.py
…
event.py
Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument cannot be called name since that should contain the event name.
2010-12-11 05:42:45 +00:00
httpdownloader.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
log.py
Add "none" as a log level to support quieting the logging messages. Refs
#1470
.
2011-01-02 16:06:28 +00:00
main.py
add patch from
#1473
2011-02-04 19:43:27 +00:00
maketorrent.py
…
metafile.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
pluginmanagerbase.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
rencode.py
…