Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-20 | remove unused variable | Andrew Cady | |
2020-08-19 | gitignore build products | Andrew Cady | |
2020-08-19 | Avoid code repetition | Andrew 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-19 | Remove spurious debug output | Andrew 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-19 | also write tox_save in client mode (with -C) | Andrew Cady | |
2020-08-15 | New docker image address at dockerhub | GDR! | |
2020-08-15 | Add missing dockerfile | GDR! | |
2020-08-15 | Perform a complete build inside Docker | GDR! | |
2020-08-15 | Fix gcc warnings about strncpy | GDR! | |
2020-08-15 | Fix travis | GDR! | |
2020-08-15 | Use py3 in travis | GDR! | |
2020-08-15 | FreeBSD build instructions | GDR! | |
2020-08-15 | FAQ - links to packages | GDR! | |
2020-08-15 | Try to name the deb appropiately | GDR! | |
2020-08-15 | Lets try creating .tar.gz without dh_make | GDR! | |
2020-08-15 | Prevent dh_make warnings from stopping the build | GDR! | |
2020-08-15 | -y for dh_make | GDR! | |
2020-08-15 | fix dh_make | GDR! | |
2020-08-15 | ci | GDR! | |
2020-08-15 | Build instructions for deb packages | GDR! | |
2020-08-15 | Deb building works | GDR! | |
2020-08-15 | python2->python3 | GDR! | |
2020-08-15 | Merge branch 'master' of ssh://ssh.rocketgit.com/user/gdr/tuntox into master | GDR! | |
2020-08-14 | Make install support | GDR! | |
2020-08-14 | Move generate_tox_bootstrap.py to python3 | GDR! | |
2020-08-14 | Move generate_tox_bootstrap.py to python3 | Andrzej Godziuk | |
Signed-off-by: Andrzej Godziuk <andrzej@godziuk.pl> | |||
2020-04-22 | Merge branch 'master' of github.com:gjedeer/tuntox | GDR! | |
2020-04-22 | WSL screenshot | GDR! | |
2020-04-22 | Update FAQ.md | GDR! | |
2020-04-21 | Fix wrong return type of functions | GDR! | |
2020-04-21 | Windows FAQ | GDR! | |
2020-04-21 | Docker readme | GDR! | |
2020-01-03 | Remove my own dead relay | GDR! | |
2019-12-12 | Add sonar cloud file | GDR! | |
2018-11-17 | Gitversion | GDR! | |
2018-11-17 | Move friend-connection-lost to a separate state | GDR! | |
2018-11-17 | Retry on lost friend connection | GDR! | |
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-25 | Print toxcore version in debug output | GDR! | |
Signed-off-by: GDR! <gdr@gdr.name> | |||
2018-10-22 | Version bump to 0.0.9, new bootstrap nodes | GDR! | |
2018-05-04 | Merge branch 'master' of github.com:gjedeer/tuntox | GDR! | |
2018-05-04 | Recommend NoScriptâ„¢ for optimal viewing experience | GDR! | |
2018-04-10 | Fix typo in tokssh help | GDR! | |
2018-04-10 | Add config file to tokssh to map a memorable name to toxid | Fabio | |
Tokssh search the hostname from commandline in ~/.tuntox/hosts to map it to a toxid and optionally to a secret. | |||
2018-03-24 | Put a shameful todo | GDR! | |
2018-03-24 | Friend connection status printed correctly | GDR! | |
2018-03-24 | Print DHT key in debug log | GDR! | |
2018-03-24 | Log friend connection status changes | GDR! | |
2018-03-24 | Move FAQ link up | GDR! | |
2018-03-24 | FAQ added | GDR! | |
2018-03-12 | c-toxcore 0.2.0 compatible pkg-config lib deps | GDR! | |