This commit is contained in:
emdee@spm.plastiras.org 2024-02-18 18:21:28 +00:00
parent 7150957574
commit a1bad4139e
3 changed files with 13 additions and 1476 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ libs/
*.egg-info *.egg-info
*.log *.log
*.out *.out
*.bak
.idea .idea
*~ *~

View File

@ -235,8 +235,18 @@ in the repo - it is missing any description of the groups section.
Although Tox works over Tor, we do not recommend its usage for Although Tox works over Tor, we do not recommend its usage for
anonymity as it leaks DNS requests due to a 6-year old known security anonymity as it leaks DNS requests due to a 6-year old known security
issue: https://github.com/TokTok/c-toxcore/issues/469 Do not use it for issue: https://github.com/TokTok/c-toxcore/issues/469 unless your Tox
anonymous communication unless you have a TCP and UDP firewall in place. client does hostname lookups before calling Tox (like
[toxygen](https://git.plastiras.org/emdee/toxygen) does).
Otherwise, do not use it for anonymous communication unless you have a
TCP and UDP firewall in place.
The Tox project does not follow semantic versioning so the project may
break the underlying ctypes wrapper at any time; it's not possible to
use Tox version numbers to tell what the API will be. The last git version
this code was tested with is ``1623e3ee5c3a5837a92f959f289fcef18bfa9c959```
of Feb 12 10:06:37 2024. In which case you'll have to go into the tox.py
file in https://git.plastiras.org/emdee/toxygen_wrapper to fix it yourself.
The uptodate version of this code is on https://git.plastiras.org/emdee/tox_profile The uptodate version of this code is on https://git.plastiras.org/emdee/tox_profile

File diff suppressed because it is too large Load Diff