Module: deluge Branch: multiuser Commit: 2ec397c6ce58094684d1742404506a820a74cbd3
Author: Pedro Algarvio <[email protected]> Date: Wed Dec 15 17:45:34 2010 +0000 The GtkUi's connection manager now has the ability to edit existing host entries besides adding and deleting them. It also asks for a password prior to attemting to connect in case the password is null, this alows host entries not to store the passwords on file like it has done so far. NOTE: This is not yet the desired behaviour, ie, the daemon should simply complain if the authentication details are incomplete and the client should act accordingly. I had an issue with this though, I catched the errback the daemon was sending, asked the user for the password and re-tried to authenticate again. However, twisted always locked when I tried this. I'm investigating it. --- deluge/core/authmanager.py | 25 ++- deluge/core/rpcserver.py | 20 +++- deluge/ui/client.py | 53 ++++++ deluge/ui/gtkui/connectionmanager.py | 85 ++++++++++- deluge/ui/gtkui/glade/connection_manager.glade | 204 +++++++++++++++++++----- 5 files changed, 337 insertions(+), 50 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.
