Module: deluge Branch: master Commit: b2a16a024089d42265b487e59251d47f408e9ede
Author: Pedro Algarvio <[email protected]> Date: Mon Dec 20 22:47:40 2010 +0000 Move deluge errors to the errors module, they will be reused later on other parts of code. Now, calling connect on client has two behaviours, if username/password is passed the client connects, authenticates and returns daemon info, if username/password is not passed, only the daemon info is returned. This might change a bit later on though. --- deluge/core/daemon.py | 2 + deluge/core/rpcserver.py | 34 +++------ deluge/error.py | 11 +++ deluge/ui/client.py | 133 +++++++++++++++++++--------------- deluge/ui/gtkui/connectionmanager.py | 34 +++++++-- 5 files changed, 125 insertions(+), 89 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.
