Messages by Date
-
2010/12/27
Pedro Algarvio : Fix bug introduced in previous commit.
[email protected]
-
2010/12/27
Pedro Algarvio : 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.
[email protected]
-
2010/12/27
Pedro Algarvio : Merge branch 'master' into plugins-namespace
[email protected]
-
2010/12/27
Pedro Algarvio : Make use of `logging.handlers. WatchedFileHandler` if deluge is running on python 2.6.
[email protected]
-
2010/12/27
Pedro Algarvio : Added missing import.
[email protected]
-
2010/12/27
Pedro Algarvio : Merge branch 'master' into improved-logging
[email protected]
-
2010/12/27
Pedro Algarvio : `configmanager` needs to be imported at a latter stage at least for the gtk frontend .
[email protected]
-
2010/12/27
Pedro Algarvio : 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.
[email protected]
-
2010/12/27
Pedro Algarvio : Added missing import.
[email protected]
-
2010/12/27
Pedro Algarvio : Merge branch 'master' into improved-logging
[email protected]
-
2010/12/27
Pedro Algarvio : Merge branch 'master' into multiuser
[email protected]
-
2010/12/27
Pedro Algarvio : Fix `tweak_logging_levels()`.
[email protected]
-
2010/12/27
Pedro Algarvio : Fix bug introduced in previous commit.
[email protected]
-
2010/12/27
Pedro Algarvio : Make use of `logging.handlers. WatchedFileHandler` if deluge is running on python 2.6.
[email protected]
-
2010/12/27
Pedro Algarvio : `configmanager` needs to be imported at a latter stage at least for the gtk frontend .
[email protected]
-
2010/12/27
Pedro Algarvio : Added missing import.
[email protected]
-
2010/12/27
Pedro Algarvio : Fix `tweak_logging_levels()`.
[email protected]
-
2010/12/27
Pedro Algarvio : Fix bug introduced in previous commit.
[email protected]
-
2010/12/27
Pedro Algarvio : 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.
[email protected]
-
2010/12/27
Pedro Algarvio : Make use of `logging.handlers. WatchedFileHandler` if deluge is running on python 2.6.
[email protected]
-
2010/12/27
Pedro Algarvio : Merge branch 'master' into improved-logging
[email protected]
-
2010/12/27
Pedro Algarvio : `configmanager` needs to be imported at a latter stage at least for the gtk frontend .
[email protected]
-
2010/12/27
Pedro Algarvio : Added missing import.
[email protected]
-
2010/12/23
Pedro Algarvio : Keep consistency on `deluge.config`.
[email protected]
-
2010/12/23
Pedro Algarvio : Implement `__delitem__` on `deluge.config.Config`.
[email protected]
-
2010/12/23
Pedro Algarvio : Now, when the authentication dialog appears, user fills in the password and hits ENTER, the authentication call will be made.
[email protected]
-
2010/12/22
Pedro Algarvio : Allow changing ownership of torrents. In order to achieve this, added `deluge.core.set_torrents_owner()`, `deluge.core.get_known_accounts()`, `deluge.core.authmanager. get_known_accounts() and `deluge.core.torrent.set_owner()`. So far only the GtkUi has this fully implemented.
[email protected]
-
2010/12/22
Pedro Algarvio : Add method to return the current authenticated username.
[email protected]
-
2010/12/22
Pedro Algarvio : Remove unused method, duplicate log messages and add a method to get the logged in user' s authentication level.
[email protected]
-
2010/12/21
Pedro Algarvio : Since there's no default username for authentication, update hostlist to include the username.
[email protected]
-
2010/12/21
Pedro Algarvio : Use a specific response code for authentication requests. Recreate authentication request exceptions on the client end.
[email protected]
-
2010/12/21
Pedro Algarvio : Now it is possible to not even store the username on the hosts entry in the connection manager , both username and password will be asked to the user. WARNING: No more " localclient" automatic login, ie, username, is mandatory else, it will be asked to the user.
[email protected]
-
2010/12/21
Pedro Algarvio : Move deluge errors to the errors module, they will be reused later on other parts of code.
[email protected]
-
2010/12/21
Pedro Algarvio : Use the exceptions from `deluge.errors`.
[email protected]
-
2010/12/15
Pedro Algarvio : Cleaned up previous commit regarding threads and the GTK2Reactor.
[email protected]
-
2010/12/15
Pedro Algarvio : Removed problematic code. GTK2Reactor takes care of all that.
[email protected]
-
2010/12/15
Pedro Algarvio : Add some docstrings.
[email protected]
-
2010/12/15
Pedro Algarvio : The GtkUi' s connection manager now has the ability to edit existing host entries besides adding and deleting them .
[email protected]
-
2010/12/15
Pedro Algarvio : Make branch runnable.
[email protected]
-
2010/12/13
Pedro Algarvio : Merge branch 'master' of deluge-torrent.org:deluge
[email protected]
-
2010/12/13
Pedro Algarvio : Implemented passing a copy of an event instead of it' s arguments to event handlers. Necessary changes to the event handlers on deluge's code were made, plugins still need to be ported to this new style.
[email protected]
-
2010/12/13
Pedro Algarvio : Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument cannot be called name since that should contain the event name .
[email protected]
-
2010/12/13
Pedro Algarvio : Revert e52018bfcd660251d94af2878b58ebacf6d82424. Simply fail. It's documented on the ChangeLog.
[email protected]
-
2010/12/13
Pedro Algarvio : Merge branch 'master' into plugins-namespace
[email protected]
-
2010/12/13
Pedro Algarvio : Update ChangeLog.
[email protected]
-
2010/12/13
Pedro Algarvio : Dont make code that still uses the old "TorrentAddedEvent" fail, instead log a warning and make it work.
[email protected]
-
2010/12/13
Pedro Algarvio : Update ChangeLog with the backwards incompatible notice.
[email protected]
-
2010/12/13
Damien Churchill : fix bug #1355
[email protected]
-
2010/12/13
Pedro Algarvio : Revert e52018bfcd660251d94af2878b58ebacf6d82424. Simply fail. It's documented on the ChangeLog.
[email protected]
-
2010/12/13
Pedro Algarvio : Merge branch 'master' of deluge-torrent.org:deluge
[email protected]
-
2010/12/13
Damien Churchill : fix bug #1355
[email protected]
-
2010/12/13
Pedro Algarvio : Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument cannot be called name since that should contain the event name .
[email protected]
-
2010/12/13
Pedro Algarvio : Dont make code that still uses the old "TorrentAddedEvent" fail, instead log a warning and make it work.
[email protected]
-
2010/12/13
Pedro Algarvio : Implemented passing a copy of an event instead of it' s arguments to event handlers. Necessary changes to the event handlers on deluge's code were made, plugins still need to be ported to this new style.
[email protected]
-
2010/12/13
Pedro Algarvio : Reuse existing "TorrentAddedEvent" instead of creating a new one.
[email protected]
-
2010/12/13
Pedro Algarvio : Update ChangeLog with the backwards incompatible notice.
[email protected]
-
2010/12/13
Pedro Algarvio : Merge branch 'master' into improved-logging
[email protected]
-
2010/12/13
Pedro Algarvio : Finish last commit, forgot to revert some of the files.
[email protected]
-
2010/12/13
Pedro Algarvio : Update ChangeLog.
[email protected]
-
2010/12/13
Pedro Algarvio : Diferentiate adding an already managed torrent from adding a new, unmanaged torrent, to the session.
[email protected]
-
2010/12/13
Damien Churchill : fix a bug that can occur when upgrading 1.1 config files
[email protected]
-
2010/12/12
Pedro Algarvio : Respect the torrents ownership and unless the logged in user is an admin, only return his own torrents plus all other public torrents.
[email protected]
-
2010/12/12
Andrew Resch : Begin work on fixing up the Preference dialog
[email protected]
-
2010/12/12
Pedro Algarvio : Merge branch 'master' of deluge-torrent.org:deluge
[email protected]
-
2010/12/12
Pedro Algarvio : Implemented passing a copy of an event instead of it' s arguments to event handlers. Necessary changes to the event handlers on deluge's code were made, plugins still need to be ported to this new style.
[email protected]
-
2010/12/12
Pedro Algarvio : Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument cannot be called name since that should contain the event name .
[email protected]
-
2010/12/11
Damien Churchill : fix bug #1355
[email protected]
-
2010/12/11
Damien Churchill : fix bug #1355
[email protected]
-
2010/12/10
Pedro Algarvio : Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument cannot be called name since that should contain the event name .
[email protected]
-
2010/12/10
Pedro Algarvio : Implemented passing a copy of an event instead of it' s arguments to event handlers. Necessary changes to the event handlers on deluge's code were made, plugins still need to be ported to this new style.
[email protected]
-
2010/12/09
Pedro Algarvio : Update ChangeLog with the backwards incompatible notice.
[email protected]
-
2010/12/09
Pedro Algarvio : Revert e52018bfcd660251d94af2878b58ebacf6d82424. Simply fail. It's documented on the ChangeLog.
[email protected]
-
2010/12/09
Pedro Algarvio : Dont make code that still uses the old "TorrentAddedEvent" fail, instead log a warning and make it work.
[email protected]
-
2010/12/09
Pedro Algarvio : Update ChangeLog.
[email protected]
-
2010/12/09
Pedro Algarvio : Ported the Extractor plugin to the plugins namespace.
[email protected]
-
2010/12/09
Pedro Algarvio : Update ChangeLog.
[email protected]
-
2010/12/09
Pedro Algarvio : Ported the Label plugin to the deluge.plugins namespace.
[email protected]
-
2010/12/09
Pedro Algarvio : Ported Feeder(although not working on current deluge), Notifications, Scheduler, Stats, Toggle and WebUi to the deluge. plugins namespace.
[email protected]
-
2010/12/09
Pedro Algarvio : Ported the FreeSpace plugin to the deluge. plugins namespace.
[email protected]
-
2010/12/09
Pedro Algarvio : Improve and port the `create_plugin. py` script to generate the plugins under the "deluge.plugins" namespace.
[email protected]
-
2010/12/09
Pedro Algarvio : Simplify some code on `create_plugin.py`.
[email protected]
-
2010/12/09
Pedro Algarvio : Improve `create_plugin. py` and the generated `create_dev_link.sh`.
[email protected]
-
2010/12/09
Pedro Algarvio : Ported "Blocklist", "Example" and "Execute" to the "deluge .plugins" namespace.
[email protected]
-
2010/12/09
Pedro Algarvio : Drop pkutil and simply use pkg_resources.
[email protected]
-
2010/12/09
Pedro Algarvio : Initial commit to implement the "deluge.plugins" namespace package support.
[email protected]
-
2010/12/09
Pedro Algarvio : Reuse existing "TorrentAddedEvent" instead of creating a new one.
[email protected]
-
2010/12/09
Pedro Algarvio : Finish last commit, forgot to revert some of the files.
[email protected]
-
2010/12/09
Pedro Algarvio : Diferentiate adding an already managed torrent from adding a new, unmanaged torrent, to the session.
[email protected]
-
2010/12/07
Pedro Algarvio : Fix `tweak_logging_levels()`.
[email protected]
-
2010/12/06
Pedro Algarvio : Fix bug introduced in previous commit.
[email protected]
-
2010/12/06
Pedro Algarvio : Make use of `logging.handlers. WatchedFileHandler` if deluge is running on python 2.6.
[email protected]
-
2010/12/06
Pedro Algarvio : `configmanager` needs to be imported at a latter stage at least for the gtk frontend .
[email protected]
-
2010/12/06
Pedro Algarvio : 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.
[email protected]
-
2010/12/01
Damien Churchill : fix a bug that can occur when upgrading 1.1 config files
[email protected]
-
2010/12/01
Damien Churchill : Merge branch '1.3-stable' of deluge-torrent.org: deluge into 1.3-stable
[email protected]
-
2010/12/01
Damien Churchill : fix a bug that can occur when upgrading 1.1 config files
[email protected]
-
2010/11/10
Calum : Fix #1283 Consistent icons and add localization to file priorities
[email protected]
-
2010/11/10
Calum : Fix #1283 Consistent icons and add localization to file priorities
[email protected]
-
2010/11/01
Damien Churchill : update the build file to include the spinnerfieldfix file
[email protected]
-
2010/11/01
Damien Churchill : rebuild the compressed javascript
[email protected]
-
2010/11/01
Damien Churchill : rebuild the compressed javascript
[email protected]
-
2010/11/01
Damien Churchill : update the build file to include the spinnerfieldfix file
[email protected]
-
2010/10/31
Tag deluge-1.3.1 : Andrew Resch : deluge-1.3.1
[email protected]
-
2010/10/31
Andrew Resch : Fix copying scripts
[email protected]
-
2010/10/31
Andrew Resch : Update versions and changelog
[email protected]
-
2010/10/31
Damien Churchill : remove the convert conf script that won' t actually work anymore
[email protected]
-
2010/10/31
Damien Churchill : remove the convert conf script that won' t actually work anymore
[email protected]
-
2010/10/31
Damien Churchill : fix a silly bug
[email protected]
-
2010/10/31
Damien Churchill : fix a silly bug
[email protected]
-
2010/10/31
Damien Churchill : Merge branch '1.3-stable' of deluge-torrent.org: deluge into 1.3-stable
[email protected]
-
2010/10/31
Damien Churchill : Merge branch 'master' of deluge-torrent.org:deluge
[email protected]
-
2010/10/31
Damien Churchill : apply 41ffee5 to master
[email protected]
-
2010/10/31
Damien Churchill : change entry_points to a dictionary and split it up into console and gui scripts
[email protected]
-
2010/10/29
Damien Churchill : update bbfreeze script
[email protected]
-
2010/10/29
Damien Churchill : don't depend on being executed from a specific directory
[email protected]
-
2010/10/24
Damien Churchill : change location of httpdownloader as a temporary fix
[email protected]
-
2010/10/24
John Garland : Fix up Changelog (entry was in wrong section)
[email protected]
-
2010/10/24
Damien Churchill : update changelog
[email protected]
-
2010/10/24
Damien Churchill : fix a bug in the MultiOptionsManager that didn' t fire the right arguments in the initial event fire
[email protected]
-
2010/10/24
Damien Churchill : fix a bug in the MultiOptionsManager that didn' t fire the right arguments in the initial event fire
[email protected]
-
2010/10/24
Damien Churchill : apply patch from #1377
[email protected]
-
2010/10/24
Damien Churchill : apply patch from #1377
[email protected]
-
2010/10/23
Damien Churchill : include a file that fixes the SpinnerField onBlur method ( no idea why it is set to emptyFn)
[email protected]
-
2010/10/23
Damien Churchill : include a file that fixes the SpinnerField onBlur method ( no idea why it is set to emptyFn)
[email protected]
-
2010/10/23
Damien Churchill : fix the path to the loading gif ( not that its actually used)
[email protected]
-
2010/10/23
Damien Churchill : fix the path to the loading gif ( not that its actually used)
[email protected]
-
2010/10/22
Damien Churchill : fix up the tracker icon tests
[email protected]
-
2010/10/22
Damien Churchill : fix up the core tests that were erroring
[email protected]
-
2010/10/22
Damien Churchill : move tests back inside the deluge package, makes it easier to run trial on them
[email protected]
-
2010/10/22
John Garland : Fix hang on quit
[email protected]
-
2010/10/22
John Garland : Fix uncaught exception when quitting
[email protected]
-
2010/10/16
Andrew Resch : Fix #1373 use of cyrllic paths
[email protected]
-
2010/10/16
Andrew Resch : Fix #1373 use of cyrllic paths
[email protected]
-
2010/10/15
Andrew Resch : Fix #1349 force a theme style with expander-size = 15 to show entries in the sidebar properly.
[email protected]
-
2010/10/15
Andrew Resch : Fix #1349 force a theme style with expander-size = 15 to show entries in the sidebar properly.
[email protected]
-
2010/10/14
Damien Churchill : create the toolbar with the rest of the UI
[email protected]
-
2010/10/10
Andrew Resch : Keep a torrent paused after a forced recheck if it was paused to start.
[email protected]
-
2010/10/10
Andrew Resch : Keep a torrent paused after a forced recheck if it was paused to start.
[email protected]
-
2010/10/10
Damien Churchill : add a check to ensure that the events loop doesn' t continue indefinitely
[email protected]
-
2010/10/10
Damien Churchill : add a check to ensure that the events loop doesn' t continue indefinitely
[email protected]
-
2010/10/07
John Garland : Update ChangeLog for previous commit
[email protected]
-
2010/10/06
Damien Churchill : wrap client.disconnect() call with a check to see if its classic mode
[email protected]
-
2010/10/06
Damien Churchill : wrap client.disconnect() call with a check to see if its classic mode
[email protected]
-
2010/10/03
John Garland : Update ChangeLog for previous commit
[email protected]
-
2010/10/03
John Garland : Make sure config value strings are utf8 encoded (fixes #1369 )
[email protected]
-
2010/10/03
John Garland : Move decode_string/utf8_encoded to common
[email protected]
-
2010/10/03
John Garland : Move decode_string/utf8_encoded to common
[email protected]
-
2010/10/03
John Garland : Make sure config value strings are utf8 encoded (fixes #1369 )
[email protected]
-
2010/10/02
John Garland : Fix sidebar not updating (#1365)
[email protected]
-
2010/10/02
John Garland : Fix sidebar not updating (#1365)
[email protected]
-
2010/09/25
John Garland : Use better attribute / method names in blocklist
[email protected]
-
2010/09/25
John Garland : Fix attribute error in blocklist plugin
[email protected]
-
2010/09/25
John Garland : Fix attribute error in blocklist plugin
[email protected]
-
2010/09/25
John Garland : Use better attribute / method names in blocklist
[email protected]
-
2010/09/19
John Garland : Set locale to the user's default settings in the gtkui
[email protected]
-
2010/09/19
John Garland : Set locale to the user's default settings in the gtkui
[email protected]
-
2010/09/19
John Garland : Organise latest changes into appropriate sections
[email protected]
-
2010/09/18
Tag deluge-1.3.0 : Andrew Resch : deluge-1.3.0
[email protected]
-
2010/09/18
Andrew Resch : Do not include unnecessary dlls in windows build
[email protected]
-
2010/09/18
Andrew Resch : Update versions
[email protected]
-
2010/09/17
John Garland : include missing theme images
[email protected]
-
2010/09/17
John Garland : include missing theme images
[email protected]
-
2010/09/16
Damien Churchill : include the .order files
[email protected]
-
2010/09/16
Damien Churchill : add all the other scripts to package_data
[email protected]
-
2010/09/16
Damien Churchill : include the .order files
[email protected]
-
2010/09/16
Damien Churchill : add all the other scripts to package_data
[email protected]
-
2010/09/14
Andrew Resch : Update win32 build files
[email protected]
-
2010/09/14
Andrew Resch : Remove the custom 'install' class and include_package_data
[email protected]
-
2010/09/14
Andrew Resch : More clean-up of setup.py
[email protected]
-
2010/09/14
Andrew Resch : More clean-up of setup.py
[email protected]
-
2010/09/14
Andrew Resch : Remove the custom 'install' class and include_package_data
[email protected]
-
2010/09/13
Andrew Resch : Fix preference page index when removing a preference page
[email protected]
-
2010/09/13
Andrew Resch : Fix preference page index when removing a preference page
[email protected]
-
2010/09/13
Andrew Resch : Update ChangeLog
[email protected]
-
2010/09/12
Chase Sterling : Fix bug in AutoAdd plugin where watchdirs would not display in gtkui when first enabled .
[email protected]
-
2010/09/12
Chase Sterling : Fix bugs with unicode torrents in AutoAdd plugin.
[email protected]
-
2010/09/12
Chase Sterling : Fix bugs with unicode torrents in AutoAdd plugin.
[email protected]
-
2010/09/12
Chase Sterling : Fix bug in AutoAdd plugin where watchdirs would not display in gtkui when first enabled .
[email protected]
-
2010/09/12
John Garland : Increase max piece size to 8 MiB in create torrent dialog ( closes #1358)
[email protected]
-
2010/09/12
John Garland : Increase max piece size to 8 MiB in create torrent dialog ( closes #1358)
[email protected]
-
2010/09/11
Chase Sterling : Fix VersionSplit behavior when comparing to a dev version.
[email protected]
-
2010/09/11
Chase Sterling : Fix VersionSplit behavior when comparing to a dev version.
[email protected]
-
2010/09/04
Andrew Resch : Add rpc to check if authorized to call a rpc: daemon. authorized_call()
[email protected]
-
2010/09/03
Chase Sterling : Fix "adjustment with non-zero page size" deprication warning in autoadd plugin.
[email protected]
-
2010/09/03
Chase Sterling : AutoAdd plugin can now recover when one of the watchfolders has an unhandled exception .
[email protected]
-
2010/09/03
Chase Sterling : AutoAdd plugin can now recover when one of the watchfolders has an unhandled exception .
[email protected]
-
2010/09/03
Chase Sterling : Fix "adjustment with non-zero page size" deprication warning in autoadd plugin.
[email protected]
-
2010/09/03
Andrew Resch : Fix up some docstrings
[email protected]
-
2010/09/03
Andrew Resch : Add TorrentFileCompleted event.
[email protected]
-
2010/09/03
Andrew Resch : Add TorrentFileCompleted event.
[email protected]
-
2010/09/03
Andrew Resch : Save 'owner' and 'public' to the torrent state
[email protected]
-
2010/09/03
Andrew Resch : Add 'Owner' filter
[email protected]
-
2010/09/03
Andrew Resch : Fix issue when adding torrents without a 'session'. This can happen
[email protected]
-
2010/09/03
Andrew Resch : Fix issue when adding torrents without a 'session'. This can happen
[email protected]
-
2010/08/30
John Garland : Use a temp filename with add_torrent_url
[email protected]
-
2010/08/30
John Garland : Update get_free_space test
[email protected]
-
2010/08/30
John Garland : Use a temp filename with add_torrent_url
[email protected]
-
2010/08/30
John Garland : Update get_free_space test
[email protected]
-
2010/08/25
Chase Sterling : Fix error in last commit.
[email protected]
-
2010/08/25
Chase Sterling : Ensure preferencesmanager only changes intended libtorrent session settings .
[email protected]