Module: deluge Branch: multiuser Commit: 06487a3173d938be95becc6190fba6c3f9a196f5
Author: Pedro Algarvio <[email protected]> Date: Wed Dec 22 18:49:27 2010 +0000 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. --- ChangeLog | 2 + deluge/core/authmanager.py | 27 ++++++++++++---- deluge/core/core.py | 24 ++++++++++++++ deluge/core/torrent.py | 3 +- deluge/ui/gtkui/menubar.py | 67 ++++++++++++++++++++++++++++++++++++++++ deluge/ui/gtkui/torrentview.py | 8 ++-- 6 files changed, 119 insertions(+), 12 deletions(-) -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
