Plugin:Tox: Difference between revisions

From Miranda NG
Plugin:Tox
Jump to navigation Jump to search
(make it translatabel)
No edit summary
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<languages/>{{PluginCard}}
<languages/>{{PluginCard}}
{{TNT|Warning|<translate>Be careful! '''tox.im''', '''toxme.se''' and '''libtoxcore.so''' domains are under control of an attacker. Do not use them. New project website is <tvar|project_website>'''[https://tox.chat tox.chat]'''</></translate>}}
{{TNT|Warning|<translate><!--T:1--> Be careful! '''tox.im''', '''toxme.se''' and '''libtoxcore.so''' domains are under control of an attacker. Do not use them. New project website is <tvar|project_website>'''[https://tox.chat tox.chat]'''</></translate>}}


<translate>
<translate>
<!--T:2-->
Tox protocol support for Miranda NG.
Tox protocol support for Miranda NG.
</translate>


== DHT nodes ==
{{TNT|Important|<translate><!--T:20--> Plugin requires [[SSL/TLS problems under legacy operating systems|additional setup]] to establish connection under legacy operating systems.</translate>}}
 
<translate>
== DHT nodes == <!--T:3-->


<!--T:4-->
Tox users are connected by a modified version of DHT, and bootstrap nodes are used to assist connections to the pool.
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.
All DHT nodes all nodes are interconnected: when you are connected with one of them, you can connect with other users.


<!--T:5-->
Starting from 0.11.0.7 version, implemented the ability to manually add DHT nodes.
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 <tvar|ini_file_name><tt>autoexec _ *.ini</tt></> with a list of nodes in the directory where the Miranda NG executable is located.
Nodes can be added via the settings import. To do this, create a file named <tvar|ini_file_name><tt>autoexec _ *.ini</tt></> with a list of nodes in the directory where the Miranda NG executable is located.


== Profile encryption ==
== Profile encryption == <!--T:6-->


<!--T:7-->
Starting from 0.11.3.0 version users can secure their Tox profiles with a password.
Starting from 0.11.3.0 version users can secure their Tox profiles with a password.
</translate>
</translate>


{{TNT|Important|<translate>Tox password differs from Miranda's database password because Tox profile is stored outside of the database.</translate>}}
{{TNT|Important|<translate><!--T:8--> Tox password differs from Miranda's database password because Tox profile is stored outside of the database.</translate>}}


<translate>
<translate>
== External links ==
== External links == <!--T:9-->


<!--T:10-->
* [<tvar|project_link>https://tox.chat</> Tox project page]
* [<tvar|project_link>https://tox.chat</> Tox project page]
* [<tvar|sources_link>https://github.com/irungentoo/toxcore</> Source code of Tox core]
* [<tvar|sources_link>https://github.com/irungentoo/toxcore</> Source code of Tox core]

Revision as of 00:21, 12 August 2020

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.

Important
Plugin requires additional setup to establish connection under legacy operating systems.

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