deluge/deluge
Pedro Algarvio ddc0957e3e Wrap non deluge exceptions so that they can also be sent to the client. 2011-06-05 22:44:01 +01:00
..
core Wrap non deluge exceptions so that they can also be sent to the client. 2011-06-05 22:44:01 +01:00
i18n Update translation template 2010-05-03 11:50:16 -07:00
plugins Work around plugins being garbage collected once enabled twice. 2011-06-05 22:28:37 +01:00
scripts Now that the plugin's namespace is in use, make the plugins get their own logger instead of using `getPluginLogger()` 2011-06-03 23:10:43 +01:00
tests Cleaner fix for #1874, code clean up and reusability. 2011-06-04 18:06:45 +01:00
ui Wrap non deluge exceptions so that they can also be sent to the client. 2011-06-05 22:44:01 +01:00
__init__.py Drop pkutil and simply use pkg_resources. 2010-12-09 22:18:59 +00:00
__rpcapi.py remove the docs/build folder 2009-07-22 20:50:06 +00:00
_libtorrent.py update the required libtorrent version to 0.14.9 to match 1.2-stable 2010-02-22 11:59:09 +00:00
bencode.py Fix bdecoding some torrent files 2009-01-14 01:15:00 +00:00
common.py Cleaner fix for #1874, code clean up and reusability. 2011-06-04 18:06:45 +01:00
component.py Work around plugins being garbage collected once enabled twice. 2011-06-05 22:28:37 +01:00
config.py Late import twisted's reactor, it allows the gtk reactor to be proper installed. 2011-04-22 11:33:45 +01: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 Wrap non deluge exceptions so that they can also be sent to the client. 2011-06-05 22:44:01 +01:00
event.py Revert "Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument cannot be called name since that should contain the event name." 2011-02-23 11:01:59 -08: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 Trigger a deprecation warning for code calling "getPluginLogger". 2011-06-04 09:02:53 +01:00
main.py Cleaner fix for #1874, code clean up and reusability. 2011-06-04 18:06:45 +01:00
maketorrent.py Remove some imports that are no longer neccessary 2011-02-23 11:21:47 -08:00
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 Work around plugins being garbage collected once enabled twice. 2011-06-05 22:28:37 +01:00
rencode.py Remove some imports that are no longer neccessary 2011-02-23 11:21:47 -08:00