gdr / tuntox (public) (License: GPLv3) (since 2017-01-24) (hash sha1)
Tunnel TCP connections over the Tox protocol
List of commits:
Subject Hash Author Date (UTC)
python2->python3 ac66a9f9bfaf86f4c8575c43e04ea87ac8abedb8 GDR! 2020-08-15 06:55:49
Make install support 11dc6ec3eb2cae9c861d1eb6fcfe68b4522b4210 GDR! 2020-08-14 10:42:23
Move generate_tox_bootstrap.py to python3 d4cf8be653cadc7ee0b2c44f771c5dcc6d34713a GDR! 2020-08-14 10:29:41
Update FAQ.md 5cd2b2bc4163b55916ed54481fb1c7d9a61c86a1 GDR! 2020-04-22 11:51:13
WSL screenshot c9dd89e9a0311bd7128231aaabadf9cb8e65e597 GDR! 2020-04-22 11:51:44
Fix wrong return type of functions 3d2f21ac28057f19bf367b7732039102e846b16f GDR! 2020-04-21 18:00:37
Windows FAQ 537575ce348921b569d9e45542681278ed5d97be GDR! 2020-04-21 17:27:00
Docker readme e168cc7f097c964c9551de625db089a630893e3e GDR! 2020-04-21 15:46:16
Remove my own dead relay 900d3300badd23734d7298596ef288d0e83a6a9e GDR! 2020-01-03 12:41:12
Add sonar cloud file 439297a35cec942fd6db1534a649f4b9471bb842 GDR! 2019-12-12 18:55:23
Move friend-connection-lost to a separate state 121acd73ddba12659713f27abef7524b9a0c6a48 GDR! 2018-11-17 11:23:57
Retry on lost friend connection 03d83602d3a328d89b806e23c35644ec3908dc1f GDR! 2018-11-17 10:42:55
Print toxcore version in debug output 3adc626eb1646ee3456ca282e1855142f9f935e0 GDR! 2018-10-25 09:39:47
Version bump to 0.0.9, new bootstrap nodes 896775c6089baa24edee06e04f5b83c3bb3bef5d GDR! 2018-10-22 11:53:56
Recommend NoScriptâ„¢ for optimal viewing experience d2e2adc947ec929b831d6369421cd585b9e3d66b GDR! 2018-05-04 18:22:30
Fix typo in tokssh help 9f245199da5a9e82e76177832153053bc32852e9 GDR! 2018-04-10 09:50:13
Add config file to tokssh to map a memorable name to toxid b4444039e733acc3e20e5b85749d95dd9eae298b Fabio 2018-04-10 08:58:43
Put a shameful todo 64277a0a2f4cb8902c77f4d9867d18d980e51bc8 GDR! 2018-03-24 09:39:47
Friend connection status printed correctly 74a5c4adbfd0a0a4a1dda3aedc875bc04bcf3c34 GDR! 2018-03-24 09:19:12
Print DHT key in debug log 3b26f4eac390008113ca0d5c0978ed7da19dfa34 GDR! 2018-03-24 09:01:12
Commit ac66a9f9bfaf86f4c8575c43e04ea87ac8abedb8 - python2->python3
Author: GDR!
Author date (UTC): 2020-08-15 06:55
Committer name: GDR!
Committer date (UTC): 2020-08-17 10:05
Parent(s): 11dc6ec3eb2cae9c861d1eb6fcfe68b4522b4210
Signer:
Signing key:
Signing status: N
Tree: 471cec695618f8a79c2aa627beac718f809d7469
File Lines added Lines deleted
debian/control 1 1
File debian/control changed (mode: 100644) (index beba103..5816dd7)
... ... Priority: optional
4 4 Maintainer: GDR! <gdr@gdr.name> Maintainer: GDR! <gdr@gdr.name>
5 5 Build-Depends: debhelper-compat (= 12), libtoxcore-dev, Build-Depends: debhelper-compat (= 12), libtoxcore-dev,
6 6 pkg-config, build-essential, make, libtoxcore-dev, pkg-config, build-essential, make, libtoxcore-dev,
7 python-jinja2, python-requests
7 python3-jinja2, python3-requests
8 8 Standards-Version: 4.5.0 Standards-Version: 4.5.0
9 9 Homepage: https://gdr.name/tuntox/ Homepage: https://gdr.name/tuntox/
10 10 #Vcs-Browser: https://salsa.debian.org/debian/tuntox #Vcs-Browser: https://salsa.debian.org/debian/tuntox
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/gdr/tuntox

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/gdr/tuntox

Clone this repository using git:
git clone git://git.rocketgit.com/user/gdr/tuntox

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main