Plugin:Tox/en: Difference between revisions

From Miranda NG
Plugin:Tox/en
Jump to navigation Jump to search
(Plugin:Tox/en)
 
(Updating to match new version of source page)
(15 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{PluginCard}}
<languages/>{{PluginCard}}
<div style="overflow:auto; height:auto;">
{{TNT|Warning|Be careful! '''tox.im''', '''toxme.se''' and '''libtoxcore.so''' domains are under control of an attacker. Do not use them. New project website is '''[https://tox.chat tox.chat]'''}}
{{Message|message=This plugin will not be updated by {{Plugin|PluginUpdater}}. You'll have to update it manually.}}
</div>


<div style="overflow:auto; height:auto;">
Tox protocol support for Miranda NG.
{{Warning|This plugin should be used only with development version of the Core.}}
</div>


Tox protocol support for Miranda NG.
== DHT nodes ==
 
Tox users are connected by a modified version of DHT, and bootstrap nodes are used to assist connections to the pool.
All DHT nodes all nodes are interconnected: when you are connected with one of them, you can connect with other users.
 
Starting from 0.11.0.7 version, implemented the ability to manually add DHT nodes.
Nodes can be added via the settings import. To do this, create a file named <tt>autoexec _ *.ini</tt> with a list of nodes in the directory where the Miranda NG executable is located.
 
== Profile encryption ==
 
Starting from 0.11.3.0 version users can secure their Tox profiles with a password.
 
{{TNT|Important|Tox password differs from Miranda's database password because Tox profile is stored outside of the database.}}
 
== External links ==
 
* [https://tox.chat Tox project page]
* [https://github.com/irungentoo/toxcore Source code of Tox core]
* [https://wiki.tox.chat/users/nodes Official list of DHT nodes]


{{PluginGroups}}
{{PluginGroups}}

Revision as of 22:06, 31 December 2017

Tox protocol
Tox protocol
Filename Tox.dll
Author Miranda NG team
Homepage
Download links
Stable version: 32-bit, 64-bit
Development version: 32-bit, 64-bit

Warning
Be careful! tox.im, toxme.se and libtoxcore.so domains are under control of an attacker. Do not use them. New project website is tox.chat

Tox protocol support for Miranda NG.

DHT nodes

Tox users are connected by a modified version of DHT, and bootstrap nodes are used to assist connections to the pool. All DHT nodes all nodes are interconnected: when you are connected with one of them, you can connect with other users.

Starting from 0.11.0.7 version, implemented the ability to manually add DHT nodes. Nodes can be added via the settings import. To do this, create a file named autoexec _ *.ini with a list of nodes in the directory where the Miranda NG executable is located.

Profile encryption

Starting from 0.11.3.0 version users can secure their Tox profiles with a password.

Important
Tox password differs from Miranda's database password because Tox profile is stored outside of the database.

External links