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)
Update .travis.yml 5c2e4263fae3b78be4c4424fa846cd06915a0b8c GDR! 2017-01-24 15:15:34
Update .travis.yml 370e83c0fabcad3899944398cf0b06c3f91e4d3c GDR! 2017-01-24 15:01:45
Updated BUILD.md to use c-toxcore fad23001af27f1cd380f7d05270ddcc04244f507 GDR! 2017-01-07 18:45:28
Cleaned up .PHONY in Makefile 44cfc1bd5e81a8ba5c7206453bcc6fed02486caf GDR! 2016-12-12 12:32:33
gitversion.h dep missing 361edc084a1d53bce46563c9a3135034acb917bf GDR! 2016-12-12 12:21:27
Travis 6d74a7a2da9690ca56b3543a240d53b6b3915bf3 GDR! 2016-12-07 14:50:01
Fixed some warnings b3b0e345a94830a186168a4ecd53e0259a00b0c0 GDR! 2016-12-07 14:26:38
Travis 5667e567a59041b673861804fc6eba3cf99fcb05 GDR! 2016-12-07 14:11:16
Travis 16bea5fe486f6d1bf47de820642e4568c1b1dc20 GDR! 2016-12-07 14:05:50
Made tuntox build with TokTok/c-toxcore e093c65637385fe3b3db6ce5a830e5c9c2a00dd4 GDR! 2016-12-07 13:56:26
Obtain shared secret from TUNTOX_SHARED_SECRET env variable ae6ff817c202fa6e41b6ec705152fbfee6c92cd1 GDR! 2016-12-07 12:55:06
Typo in -f help 3af296c20050408ec4c668bf052fe77441ebc538 GDR! 2016-10-12 11:46:55
corrected typo 315ee76599c2ebf92c9fed9b13ffad5ef50b849b Pietro Bonfa 2016-10-10 19:54:39
better comments and if logic f5da6d8db758db9367807b45fdf4fb1a5d09e815 Pietro Bonfa 2016-10-10 19:44:50
removed enforce option bb08cc0ae4789084f88586460c9c617fe6cbb328 Pietro Bonfa 2016-10-09 16:31:39
changed arguments for rules optoins fd085c2862153d16443451d96fc56d2e67873e9e Pietro Bonfa 2016-10-08 12:10:47
fixed bug with filter_policy 230e7ae1347fe613d63f3dca136128b29331f80d Pietro Bonfa 2016-10-07 12:17:09
Changed gdr.name relay ports d194df598555e6ba31d53f5b1ec74f370b869c8c GDR! 2016-10-05 19:45:34
Separate TCP relays from bootstrap nodes during bootstrap a5b237c6fc56787e8ce9e29c4c4778f462c0d849 GDR! 2016-10-05 18:56:18
Updated node list with generate_tox_bootstrap.py 298776994486b7c07dfede1d4190ff0e5aa8789a GDR! 2016-10-05 18:40:02
Commit 5c2e4263fae3b78be4c4424fa846cd06915a0b8c - Update .travis.yml
Author: GDR!
Author date (UTC): 2017-01-24 15:15
Committer name: GitHub
Committer date (UTC): 2017-01-24 15:15
Parent(s): 370e83c0fabcad3899944398cf0b06c3f91e4d3c
Signer:
Signing key:
Signing status: N
Tree: 2cd729bc59f5a35fee6762adef514210e053a165
File Lines added Lines deleted
.travis.yml 3 1
File .travis.yml changed (mode: 100644) (index fe084bb..44555dd)
... ... before_script:
29 29 - sudo ldconfig - sudo ldconfig
30 30 - cd .. - cd ..
31 31 - sudo apt-get install cscope - sudo apt-get install cscope
32 - pushd
32 33
33 34 script: script:
35 - popd
34 36 - cd tuntox - cd tuntox
35 37 - find .. -name Makefile - find .. -name Makefile
36 38 - make tuntox_nostatic - make tuntox_nostatic
 
... ... addons:
47 49 name: "gjedeer/tuntox" name: "gjedeer/tuntox"
48 50 description: "Build submitted via Travis CI" description: "Build submitted via Travis CI"
49 51 notification_email: gdr@gdr.name notification_email: gdr@gdr.name
50 build_command_prepend: "make clean"
52 build_command_prepend: "cd tuntox; make clean"
51 53 build_command: "make" build_command: "make"
52 54 branch_pattern: master branch_pattern: master
53 55
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