Plugin:Tox/ru: Difference between revisions

From Miranda NG
Plugin:Tox/ru
Jump to navigation Jump to search
No edit summary
(Updating to match new version of source page)
Line 1: Line 1:
{{PluginCard}}
<languages/>{{PluginCard}}
{{Warning|Домены '''tox.im''', '''toxme.se''' и '''libtoxcore.so''' находятся под контролем злоумышленника. Использовать их не рекомендуется. Новый сайт проекта — '''[https://tox.chat tox.chat]'''}}
{{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]'''}}


Поддержка протокола Tox в Miranda NG.
Tox protocol support for Miranda NG.


== DHT nodes ==


== DHT-сеть ==
Tox users are connected by a modified version of DHT, and bootstrap nodes are used to assist connections to the pool.
Связь между пользователями Тох обеспечивается измененной версией DHT, а для подключения к сети используются узлы инициализации — DHT-ноды.
All DHT nodes all nodes are interconnected: when you are connected with one of them, you can connect with other users.
Все DHT-ноды соединены между собой, и когда вы подключены хотя бы к одной DHT-ноде, вы можете подключаться к другим пользователям.


Начиная с версии 0.11.0.7, реализована возможность добавлять вручную ноды для подключения к DHT-сети.
Starting from 0.11.0.7 version, implemented the ability to manually add DHT nodes.
Ноды можно добавить через механизм импорта настроек. Для этого необходимо создать файл с именем <tt>autoexec_*.ini</tt> со списком нод в директории, где находится исполняемый файл Miranda NG.
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 ==
== Profile encryption ==
Начиная с версии 0.11.3, пользователи могут шифровать профиль Tox, защитив его паролем.
{{TNT|Important|Пароль профиля Tox не имеет ничего общего с паролем на базу Миранды, поскольку профиль Tox хранится вне базы и шифруется отдельно.}}


== Ссылки ==
Starting from 0.11.3.0 version users can secure their Tox profiles with a password.
* [https://tox.chat Сайт проекта Tox]
 
* [https://github.com/irungentoo/toxcore Исходные коды ядра Tox]
{{TNT|Important|Tox password differs from Miranda's database password because Tox profile is stored outside of the database.}}
* [https://wiki.tox.chat/users/nodes Официальный список DHT-нод]
 
== 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

Other languages:
Tox protocol
Tox protocol
Имя файла Tox.dll
Автор Miranda NG team
Страница плагина
Скачать
Стабильная версия: 32-bit, 64-bit
Версия в разработке: 32-bit, 64-bit

Внимание!
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.

Важно
Tox password differs from Miranda's database password because Tox profile is stored outside of the database.

External links