Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Mac build changed after SDK 10.12 - issue #58 | 584488cce89ee97d133b351edc07e9e5aca53a2f | GDR! | 2020-08-12 07:29:23 |
WSL screenshot | c9dd89e9a0311bd7128231aaabadf9cb8e65e597 | GDR! | 2020-04-22 11:51:44 |
Update FAQ.md | efe6ded54115b2086dea3723c8fc56bb69fc12e0 | GDR! | 2020-04-22 11:51:13 |
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 |
Log friend connection status changes | f8f68e77d95bc81060c311cf2b92e883db3bfa79 | GDR! | 2018-03-24 08:58:12 |
Move FAQ link up | 826ef1b9deea8d3f5f34ef523205571f8d9f5975 | GDR! | 2018-03-24 08:33:00 |
File | Lines added | Lines deleted |
---|---|---|
Makefile.mac | 5 | 1 |
VPN.md | 1 | 1 |
File Makefile.mac changed (mode: 100644) (index ee41cda..4cb2af1) | |||
... | ... | INCLUDES = $(wildcard *.h) | |
10 | 10 | ||
11 | 11 | all: cscope.out tuntox | all: cscope.out tuntox |
12 | 12 | ||
13 | tox_bootstrap.h: | ||
14 | python generate_tox_bootstrap.py | ||
15 | |||
13 | 16 | gitversion.h: .git/HEAD .git/index | gitversion.h: .git/HEAD .git/index |
14 | 17 | echo "#define GITVERSION \"$(shell git rev-parse HEAD)\"" > $@ | echo "#define GITVERSION \"$(shell git rev-parse HEAD)\"" > $@ |
15 | 18 | ||
16 | 19 | gitversion.c: gitversion.h | gitversion.c: gitversion.h |
17 | 20 | ||
18 | .c.o: $(INCLUDES) | ||
21 | #.c.o: $(INCLUDES) | ||
22 | %.o: %.c $(INCLUDES) gitversion.h tox_bootstrap.h | ||
19 | 23 | $(CC) $(CFLAGS) $< -c -o $@ | $(CC) $(CFLAGS) $< -c -o $@ |
20 | 24 | ||
21 | 25 | tuntox: $(OBJECTS) $(INCLUDES) | tuntox: $(OBJECTS) $(INCLUDES) |
File VPN.md changed (mode: 100644) (index 7fe339a..f1c8658) | |||
... | ... | On the client: | |
38 | 38 | 64 bytes from 10.20.30.41: icmp_seq=4 ttl=64 time=151 ms | 64 bytes from 10.20.30.41: icmp_seq=4 ttl=64 time=151 ms |
39 | 39 | 64 bytes from 10.20.30.41: icmp_seq=5 ttl=64 time=50.3 ms | 64 bytes from 10.20.30.41: icmp_seq=5 ttl=64 time=50.3 ms |
40 | 40 | ||
41 | Based on [Ben Martin's article](https://www.linux.com/news/software/developer/17942-socat-the-general-bidirectional-pipe-handler) | ||
41 | Based on [Ben Martin's article](https://web.archive.org/web/20160102211752/http://www.linux.com/news/software/developer/17942-socat-the-general-bidirectional-pipe-handler) | ||
42 | 42 | ||
43 | 43 | I've also heard about a new program called [ToxVPN](https://github.com/cleverca22/toxvpn), who knows - maybe it does a better job? And more recently someone created [toxtun](http://toxtun.jschwab.org/), slowclap.gif for the creative choice of name. | I've also heard about a new program called [ToxVPN](https://github.com/cleverca22/toxvpn), who knows - maybe it does a better job? And more recently someone created [toxtun](http://toxtun.jschwab.org/), slowclap.gif for the creative choice of name. |