-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Same account should be able to be online simultaneously from several locations #1576
Comments
Multidevice is in development by @GrayHatter. He's made it clear that it won't work as you've described because sending private keys over the network is a security nightmare, but the effect will be the same. Maybe you can retitle your issue as a request for multi-account? |
By "key exchange" here you mean the transfer of the account from one machine to another? This is achieved, for example, by copying the directory. This isn't a nightmare. Otherwise, no additional key transfers are required (over the network) during the Tox session. |
In respect to multi-device. Using the same key on multiple devices, and the A sneakernet transfer wouldn't share those issues. Which is what I believe But the current implementation wouldn't allow the same keypair to have two
|
This is a very useful feature, the way how users expect it to be, regardless of that this is a rewrite or not. Why is this a huge rewrite? This feature requires these elements:
|
On May 21, 2016 13:02, "yurivict" notifications@github.com wrote:
Because the messenger of toxcore has no concept of individual connections
How would you expire/timeout connections? How would you stop a single connection/user from connecting hundred of
How would you know if someone stole your account and is listening in to Would you use separate crypto sessions per instance or reuse them?
So many questions here. This is very complicated to do correctly. And also But how would you recover if you lost a device?
|
Could you please provide the link for the spec? |
Ok, thanks, I like your spec. |
It would not be a viable security on it's own, but adding something like a popup or maybe a number written next to your nickname showing how much devices the account actually has connected at the same time can be good. Since you could once have an accredited device stolen and used without acknowledging. (just throwing this suggestion to help, nevermind if it doesn't) |
@GrayHatter Do you have an estimate for the ETA of multi-device feature? |
Currently without more contributors or donations. The earliest could be end On Aug 14, 2016 12:40, "yurivict" notifications@github.com wrote:
|
Problem: Users would like to use the same account on the desktop and on the mobile devices so that contacts wouldn't need to know which account to call to reach them.
Currently: When I copied ~/.config/tox directory over to another system tox seems confused and shows contacts going online/offline all the time.
How it should work: Several instances of the same account should be able to register on the network at the same time. Messages sent to the account should go to all of the instances if they are online. Messages that reached only some of the instances should sync with the other instances when they come online. Voice/video calls should ring on all accounts, but can be answered on one of them.
I remember that skype did something like this. This feature is very natural and convenient for users.
The text was updated successfully, but these errors were encountered: