Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
users:faq [2015/09/07 16:00]
cmotc
users:faq [2020/05/22 17:37]
skeleton1 persistent groupchats have been completed including support of most active clients for a while already
Line 14: Line 14:
 ==== Tox ==== ==== Tox ====
  
-=== Where can I get Tox? ===+==== Where can I get Tox? ====
 It's not done yet, but we're open source, so you can try out our current working version at any time! Remember that it is very likely Tox will have bugs or missing features. Please read the [[users:faq#warning |warning ​the top of this page]] before you begin. It's not done yet, but we're open source, so you can try out our current working version at any time! Remember that it is very likely Tox will have bugs or missing features. Please read the [[users:faq#warning |warning ​the top of this page]] before you begin.
  
Line 21: Line 21:
 If you want to contribute to Tox, or prefer to compile your own, check out [[FAQ#Source]]. If you want to contribute to Tox, or prefer to compile your own, check out [[FAQ#Source]].
  
-=== How does Tox Protect My Privacy? === +==== How does Tox Protect My Privacy? ==== 
-Tox protects your privacy by removing the need to rely on central authorities to provide messenger services, concealing your identity(In the form of meta-data, your IP address) from people who are not your authorized friends, enforcing Off-The-Record Messaging as the default and only mode of operation for all messages, and by making your identity impossible to forge without stealing your personal private key on your own computer.+Tox protects your privacy by removing the need to rely on central authorities, concealing your social graph, enforcing end-to-end encryption (with perfect forward secrecy) as the default and only mode of communication, and by making your identity impossible to forge without possessing your personal private key, which never leaves your device.
  
-=== How do I add Someone? ===+==== How do I add Someone? ====
  
 Look in the profile or settings panel of your client to get your Tox ID which should look something like: 56A1ADE4B65B86BCD51CC73E2CD4E542179F47959FE3E0E21B4B0ACDADE51855D34D34D37CB5 Look in the profile or settings panel of your client to get your Tox ID which should look something like: 56A1ADE4B65B86BCD51CC73E2CD4E542179F47959FE3E0E21B4B0ACDADE51855D34D34D37CB5
  
-Give yours to your friend and get your friend to add it. That's it. Additionally, if you want a shorter more memorable ID, you can use a [[users:toxdns|ToxDNS]] service+Give yours to your friend and get your friend to add it. That's it.
  
-=== What happens when I remove someone? ===+If you want a shorter more memorable ID, be sure to read and understand the [[users:sharing_ids|WARNING]]. 
 + 
 +There are various possibilities like ToxMe which make the contact easier - unfortunately at the unavoidable price of lost protection. Even if you decide to trust the service owner, you still access highly unreliable data supplied by third parties. You may call a contact via a name service and recognize his/her face on the screen but you will __not__ know whether someone else is participating in your conversation behind the scenes. In other words, you lose the confidentiality which Tox otherwise offers. 
 + 
 +The same applies to sharing/getting the Tox IDs via mail or web pages (https is somewhat better). If you want to embed a link to your Tox ID on a web page or in your email signature, check out [[users:toxlinks| Tox: URIs]]. Go [[users:sharing_ids|here]] for more general information on sharing ID's. 
 + 
 +==== What happens when I remove someone? ====
 If you remove someone, they will see you go offline, as if you closed client normally. They can't communicate with you any longer until you add them to your friend list again. If you remove someone, they will see you go offline, as if you closed client normally. They can't communicate with you any longer until you add them to your friend list again.
  
-=== Does Tox have plugin support? ===+==== Does Tox have plugin support? ====
 Currently Tox does not support plugins, though this feature may be added later on. Currently Tox does not support plugins, though this feature may be added later on.
  
-=== Does Tox leak my IP address? ===+==== Does Tox leak my IP address? ====
 Tox makes no attempt to cloak your IP address when communicating with other users, as the whole point of peer-to-peer is to connect you directly to your friends. A workaround does exist in the form of [[users:Tox over Tor (ToT)|tunneling your Tox connections through Tor]]. However, a user cannot uncover another user's IP address using only a Tox ID to find the user in the DHT, the IP address will only be discernible when the users become "friends." [[https://gist.github.com/irungentoo/cb0a9b07131e95be1e64|1]] Tox makes no attempt to cloak your IP address when communicating with other users, as the whole point of peer-to-peer is to connect you directly to your friends. A workaround does exist in the form of [[users:Tox over Tor (ToT)|tunneling your Tox connections through Tor]]. However, a user cannot uncover another user's IP address using only a Tox ID to find the user in the DHT, the IP address will only be discernible when the users become "friends." [[https://gist.github.com/irungentoo/cb0a9b07131e95be1e64|1]]
  
Line 45: Line 51:
  
 ==== Multiple devices ==== ==== Multiple devices ====
-Yes, it'planned. +Support for multiple devices is planned. More info about possible ways it could be implemented [[https://docs.google.com/document/d/1op6zGR0KYdF7tTWSSX79KQieJu30vLZ6XG327kIBhxQ/edit#On this Google Doc]], it could use a little help please try to add anything you can to it! Including questions.
-More info about possible ways it could be implemented [[https://github.com/Quoturnix/ProjectTox-Core/wiki/Multiple-deviceshere]].+
  
 === Can I move profile across devices manually? === === Can I move profile across devices manually? ===
Line 55: Line 60:
  
 [[users:Import_Export| Import / Export]] [[users:Import_Export| Import / Export]]
-==== Persistent groupchats ==== +==== New groupchats ==== 
-Persistent groupchats are being developed as part of the groupchat overhaul which is being undertaken primarily by Jfreegman. The work is nearing completion and the github branch can be found [[https://github.com/JFreegman/toxcore/tree/new_groupchats|here.]] +New DHT-based groupchats are being developed as part of [[ https://github.com/toktok/c-toxcore | c-toxcore]]. This will allow joining groupchats using a ToxID and implementations of new groupchat features.
-==== Real Offline Messaging ==== +
-YepPlanned: [[GSoC/2015/Ideas#Offline_messaging| GSoC 2015 Offline messaging]].+
  
 +==== Real Offline Messaging ====
 +Offline messages are planned. For an explanation of the issues involved in Offline Messaging, go [[users:Offline_Messaging| here]]. For ideas about how it will be implemented go here. [[developers:gsoc:2015:ideas#offline_messaging| GSoC 2015 Offline Messaging]]
  
 ==== Video conferences ==== ==== Video conferences ====
-Yep. There is still missing a proper design of interface for it, so if you think that you could contribute one, please do so ;-)+Yep. There is still missing a proper design of interface for it, so if you think that you could contribute one, [[users:contributing#i_want_to_contribute_in_ui_designsound| please do so]] ;-)
  
 ===== Source ===== ===== Source =====
Print/export