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)
Travis - fix apt-get for ubuntu 14.04 83706eb59257fa069353ef2a2f2c12ab45d7c3f2 GDR! 2017-10-20 20:54:23
Rename -P to -W for consistency with SSH client a2ad73a5b544459a3d0ee8c7e408ac058c040dc0 GDR! 2017-10-20 20:53:03
Bump versions and new deps in Travis 77177d357b5bcb2e7fedabcceab3df085b73e9f0 GDR! 2017-10-20 20:50:10
Makefile compatible with c-toxcore 0.1.10 00e059f854254cc7bc9722e3cc4f8450398f3ccc GDR! 2017-10-20 20:31:46
New bootstrap nodes 5339a624aba30799494c876a970d1d9fd010ec1b GDR! 2017-10-20 20:03:06
Rename rtmp to more readable temp_rule d41a65bc350a151075dba23729727d8f44cb76ce GDR! 2017-10-20 19:47:11
Fix warning - control reaches end of non-void function e36cd56347fd88d4943faf3edbbdefc72435db23 GDR! 2017-10-20 19:41:28
Clarify PSK 8498602e68a73b56675d1a022f9f84aa3d504b9b GDR! 2017-06-28 13:42:56
Close Issue #42 c1a04ae71aa9dd7a590035326d5dabac31645fca Andrzej Godziuk 2017-05-04 10:17:49
Configurable TCP and UDP listen ports 3acdcaaa65badbf3feb7d5438fdf1f66e1faa955 Andrzej Godziuk 2017-04-19 20:30:10
Fix Travis build 38678c2c0a3c03acece160a05a771dd10ee20277 Andrzej Godziuk 2017-04-19 12:09:33
Fix Travis build f12ed68c482d08681b6be2e2045c1840a52d1e97 Andrzej Godziuk 2017-04-19 12:03:22
Fix Travis build 1931c1218b24612724c2da679199c786e6a30652 Andrzej Godziuk 2017-04-19 11:52:34
Update VPN.md 8bacf02a4bd50eaded5d9c86fc8b7ff103d16341 GDR! 2017-04-18 16:40:38
Improve data transfer speed and latency fe1b53fd47ffd5a527d9e072ad179028e0330d2c ValdikSS 2017-04-16 18:19:07
tokssh: add missing secret option to cmd line 🤦 65243979ba7216b32045c5da98c98f2686a97f7a fabrixxm 2017-04-07 19:11:12
tokssh: shared secret support,fix no user cmd line d59b35d00bf2da3eb185043bba08acb3acc7c977 fabrixxm 2017-04-07 19:07:03
Try installing jinja2 with pip not apt 0ba5a19f9942b8086474d91561b9b14a87aa042e GDR! 2017-02-01 10:52:10
Remove devnull redirect in travis.yml 162b886c7e7a8f59aee7f7e58ec7dee338d327d0 GDR! 2017-01-31 21:16:12
Install jinja2 in Travis 1d49afc7c880d940ba2d75ff7807b64d27de15ca GDR! 2017-01-31 20:12:24
Commit 83706eb59257fa069353ef2a2f2c12ab45d7c3f2 - Travis - fix apt-get for ubuntu 14.04
Author: GDR!
Author date (UTC): 2017-10-20 20:54
Committer name: GDR!
Committer date (UTC): 2017-10-20 20:54
Parent(s): a2ad73a5b544459a3d0ee8c7e408ac058c040dc0
Signer:
Signing key: 9BEBA5223DB93046
Signing status: E
Tree: 15aaa09e7613d02950bb5ea7b951d841b3d3112c
File Lines added Lines deleted
.travis.yml 1 1
File .travis.yml changed (mode: 100644) (index 22b2c22..559acd0)
... ... before_script:
18 18 #creating libraries links and updating cache #creating libraries links and updating cache
19 19 - sudo ldconfig > /dev/null - sudo ldconfig > /dev/null
20 20 #installing check, needed for unit tests #installing check, needed for unit tests
21 - sudo apt-get install check cmake python-pip cscope libevent-dev libevent-pthreads-2.1
21 - sudo apt-get install check cmake python-pip cscope libevent-dev libevent-pthreads-2.0
22 22 - cd .. - cd ..
23 23 # toxcore # toxcore
24 24 - git clone https://github.com/TokTok/c-toxcore.git - git clone https://github.com/TokTok/c-toxcore.git
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