Module: deluge Branch: multiuser-oldprefs Commit: 6ed3136c8e8499f3de443fedc97abb0939279147
Author: Pedro Algarvio <[email protected]> Date: Sun Apr 24 17:19:57 2011 +0100 No server side logouts. Do not try to for a disconnect on this branch, maybe on another one. --- deluge/core/rpcserver.py | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/deluge/core/rpcserver.py b/deluge/core/rpcserver.py index 3a6aae2..60e1905 100644 --- a/deluge/core/rpcserver.py +++ b/deluge/core/rpcserver.py @@ -485,12 +485,6 @@ class RPCServer(component.Component): """ return session_id in self.factory.authorized_sessions - def logout_current_session(self): - """ - Makes the current session invalid logging out the current account - """ - self.factory.protocol.connectionLost("Server logged out client") - def emit_event(self, event): """ Emits the event to interested clients. -- 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.
