We are still actively working on the spam issue.

Difference between revisions of "Tox"

From InstallGentoo Wiki
Jump to: navigation, search
(Created page with "{{Cleanup}} Tox is an instant messaging project originating from /g/ that will soon cause the downfall of skype. The Toxcore is library capable of transferring messages and 'b...")
 
m (remove dead bot ID)
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Cleanup}}
+
Tox is an instant messaging project originating from /g/ that was made to offer a replacement for Skype. The Toxcore is library capable of transferring messages and 'befriending' users in a completely [[Distributed |decentralized]] and [[Encryption |encypted]] way. There are currently multiple clients with graphical interfaces in development. The project is still in its pre-alpha stages.
Tox is an instant messaging project originating from /g/ that will soon cause the downfall of skype. The Toxcore is library capable of transferring messages and 'befriending' users in a completely decentralized and encypted way. There are currently multiple clients with graphical interfaces in development. The project is still in its pre-alpha stages.
+
 
 +
== Background ==
 +
 
 +
Shortly after the release of documents by [[Edward Snowden]] detailing [[Technology friendly countries |government dragnet surveillance]], many users on /g/ felt that something needed to be done to escape government surveillance. Overall, users felt trapped, and desired a way to communicate without being watched. Eventually, a concensus was reached that communicating through current platforms, such as Skype, was inherently [[:Category:Security |insecure]], and new software would have to be developed for this secure communication.
 +
 
 +
=== Participation of Non-/g/ ===
 +
 
 +
The core of Tox was created by mostly /g/, but many other communities and boards were involved. /gd/ created much of the design of Tox.
 +
 
 +
== Features ==
 +
 
 +
=== Current ===
 +
 
 +
As of today, Tox supports sending of files, group chats, and of course instant messaging with saved contacts.
 +
 
 +
=== Proposed ===
 +
 
 +
The most important feature in the works is audio and video chat. Other proposed features include:
 +
* Signing into Tox from multiple computers
 +
* Securing usernames
 +
* Easier group chat
 +
* Improving the DHT backbone
 +
 
 +
== Miscellaneous Information ==
 +
 
 +
* Tox IRC:
 +
** #tox on irc.freenode.net
 +
** #tox-dev on irc.freenode.net (specifically developer)
 +
 
 +
== Criticism ==
 +
 
 +
Tox has received a lot of criticism for originally implementing non-standard encryption and being difficult to use. Although claimed by developers to be easy to use for anyone, Tox suffers from overengineering. Clients have many layers of abstraction copied from Skype which makes it difficult to audit and to submit pull requests. Overall, however, clients have a very good ease of use and look aesthetically pleasing.
 +
 
 +
== External Links ==
 +
 
 +
* [https://tox.chat/ Official Tox Website]
 +
* [https://github.com/irungentoo/ProjectTox-Core Tox on GitHub]
 +
* [http://wiki.tox.chat/ ToxWiki - Main page]
 +
 
 +
[[Category:Software]]

Latest revision as of 03:11, 16 November 2020

Tox is an instant messaging project originating from /g/ that was made to offer a replacement for Skype. The Toxcore is library capable of transferring messages and 'befriending' users in a completely decentralized and encypted way. There are currently multiple clients with graphical interfaces in development. The project is still in its pre-alpha stages.

Background

Shortly after the release of documents by Edward Snowden detailing government dragnet surveillance, many users on /g/ felt that something needed to be done to escape government surveillance. Overall, users felt trapped, and desired a way to communicate without being watched. Eventually, a concensus was reached that communicating through current platforms, such as Skype, was inherently insecure, and new software would have to be developed for this secure communication.

Participation of Non-/g/

The core of Tox was created by mostly /g/, but many other communities and boards were involved. /gd/ created much of the design of Tox.

Features

Current

As of today, Tox supports sending of files, group chats, and of course instant messaging with saved contacts.

Proposed

The most important feature in the works is audio and video chat. Other proposed features include:

  • Signing into Tox from multiple computers
  • Securing usernames
  • Easier group chat
  • Improving the DHT backbone

Miscellaneous Information

  • Tox IRC:
    • #tox on irc.freenode.net
    • #tox-dev on irc.freenode.net (specifically developer)

Criticism

Tox has received a lot of criticism for originally implementing non-standard encryption and being difficult to use. Although claimed by developers to be easy to use for anyone, Tox suffers from overengineering. Clients have many layers of abstraction copied from Skype which makes it difficult to audit and to submit pull requests. Overall, however, clients have a very good ease of use and look aesthetically pleasing.

External Links