summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-20two new make targets: install-debs and debsAndrew Cady
2020-08-20use tox_callback_friend_connection_status instead of pollingAndrew Cady
2020-08-20avoid redundant comparisonAndrew Cady
2020-08-20remove unused variableAndrew Cady
2020-08-20ping mode: quit after pong (per documentation)Andrew Cady
2020-08-20improve parsingAndrew Cady
2020-08-20tokssh: persist client key if ~/.tuntox/persist/ existsAndrew Cady
2020-08-20whitespace fixesAndrew Cady
2020-08-20remove unused variableAndrew Cady
2020-08-19gitignore build productsAndrew Cady
2020-08-19Avoid code repetitionAndrew Cady
The client and server blocks were nearly identical. Now they share code. Both client and server now call memset() on tox_printable_id. The distinct client message "Generated Tox ID: %s\n" was not preserved; both client and server will say "Using Tox ID: %s\n" which is more accurate (Tox ID might be persistent with -C).
2020-08-19Remove spurious debug outputAndrew Cady
This produced a nonsensical warning in client mode. It is also redundant as there is this line: log_printf(L_INFO, "Server in ToxID whitelisting mode - only clients listed with -i can connect");
2020-08-19also write tox_save in client mode (with -C)Andrew Cady
2020-08-15New docker image address at dockerhubGDR!
2020-08-15Add missing dockerfileGDR!
2020-08-15Perform a complete build inside DockerGDR!
2020-08-15Fix gcc warnings about strncpyGDR!
2020-08-15Fix travisGDR!
2020-08-15Use py3 in travisGDR!
2020-08-15FreeBSD build instructionsGDR!
2020-08-15FAQ - links to packagesGDR!
2020-08-15Try to name the deb appropiatelyGDR!
2020-08-15Lets try creating .tar.gz without dh_makeGDR!
2020-08-15Prevent dh_make warnings from stopping the buildGDR!
2020-08-15-y for dh_makeGDR!
2020-08-15fix dh_makeGDR!
2020-08-15ciGDR!
2020-08-15Build instructions for deb packagesGDR!
2020-08-15Deb building worksGDR!
2020-08-15python2->python3GDR!
2020-08-15Merge branch 'master' of ssh://ssh.rocketgit.com/user/gdr/tuntox into masterGDR!
2020-08-14Make install supportGDR!
2020-08-14Move generate_tox_bootstrap.py to python3GDR!
2020-08-14Move generate_tox_bootstrap.py to python3Andrzej Godziuk
Signed-off-by: Andrzej Godziuk <andrzej@godziuk.pl>
2020-04-22Merge branch 'master' of github.com:gjedeer/tuntoxGDR!
2020-04-22WSL screenshotGDR!
2020-04-22Update FAQ.mdGDR!
2020-04-21Fix wrong return type of functionsGDR!
2020-04-21Windows FAQGDR!
2020-04-21Docker readmeGDR!
2020-01-03Remove my own dead relayGDR!
2019-12-12Add sonar cloud fileGDR!
2018-11-17GitversionGDR!
2018-11-17Move friend-connection-lost to a separate stateGDR!
2018-11-17Retry on lost friend connectionGDR!
As described in Github issue #49 https://github.com/gjedeer/tuntox/issues/49 tuntox should try to reconnect to the server when friend connection is lost. This commit fixes that.
2018-10-25Print toxcore version in debug outputGDR!
Signed-off-by: GDR! <gdr@gdr.name>
2018-10-22Version bump to 0.0.9, new bootstrap nodesGDR!
2018-05-04Merge branch 'master' of github.com:gjedeer/tuntoxGDR!
2018-05-04Recommend NoScriptâ„¢ for optimal viewing experienceGDR!
2018-04-10Fix typo in tokssh helpGDR!