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
Pedro Algarvio
d44f59a0e7
Add some docstrings.
2011-04-22 11:22:19 +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
Add some docstrings.
2011-04-22 11:22:19 +01:00
autoadd.py
Improve autoadd filename matching (
fixes
#1614
)
2011-03-26 17:33:26 +11:00
core.py
Handle redirection when adding a torrent by url
2011-03-09 00:44:42 +11:00
daemon.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
eventmanager.py
Revert 67ea05921cb904cb2ddf5811cd96534321bfeefa which changed how event handlers worked.
2011-02-23 10:47:16 -08: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
Remove unnecessary import
2011-02-23 11:22:29 -08:00
rpcserver.py
Add some docstrings.
2011-04-22 11:22:19 +01:00
torrent.py
Fix
#1527
- Converting unicode to unicode error in move_storage
2011-02-11 21:58:40 +00:00
torrentmanager.py
Respect the torrents ownership and unless the logged in user is an admin, only return his own torrents plus all other public torrents.
2011-04-22 11:21:12 +01:00