Subject | Hash | Author | Date (UTC) |
---|---|---|---|
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 |
FAQ added | 62d56bb6f4fc69bf5f4387fe8bdbe56c1590eefe | GDR! | 2018-03-24 08:25:22 |
c-toxcore 0.2.0 compatible pkg-config lib deps | ef49516b967e1b3a1af777725554e5081ee0c688 | GDR! | 2018-03-12 19:59:44 |
Attempt at fixing double-free in issue #50 | a6e3e443c5b788c7d1b43a1f9118d772a5a18f8d | GDR! | 2018-02-06 11:57:33 |
pre-push hook to check gitversion.h against tag | b8c2242cafe33bda19c9774e2584be7508cb35f0 | Jiachen Yang | 2017-11-01 11:05:55 |
Generate gitversion.h only in git checkouts | 44a23bb83ced58f9bf9e4368c507a5af0113ba48 | GDR! | 2017-11-01 11:04:42 |
Bump version to 0.0.8 | c5438fbc05c1f2355c5484a2e67bc52531eb28cd | GDR! | 2017-11-01 10:52:34 |
File | Lines added | Lines deleted |
---|---|---|
generate_tox_bootstrap.py | 0 | 16 |
File generate_tox_bootstrap.py changed (mode: 100644) (index 44281c9..0cde94a) | |||
... | ... | struct bootstrap_node { | |
28 | 28 | } | } |
29 | 29 | }, | }, |
30 | 30 | {% endfor %} | {% endfor %} |
31 | { | ||
32 | "176.31.28.63", | ||
33 | 6881, | ||
34 | { | ||
35 | 0x0B, 0x6C, 0x7A, 0x93, 0xA6, 0xD8, 0xC0, 0xEB, 0x44, 0x96, 0x5C, 0x4A, 0x85, 0xCB, 0x88, 0xBA, | ||
36 | 0x75, 0x71, 0x17, 0x0F, 0xE2, 0xDB, 0x3D, 0xEA, 0x10, 0x71, 0x3E, 0x48, 0x55, 0x9A, 0x55, 0x4D | ||
37 | } | ||
38 | }, | ||
39 | 31 | }; | }; |
40 | 32 | ||
41 | 33 | struct bootstrap_node tcp_relays[] = { | struct bootstrap_node tcp_relays[] = { |
... | ... | struct bootstrap_node tcp_relays[] = { | |
48 | 40 | } | } |
49 | 41 | }, | }, |
50 | 42 | {% endfor %} | {% endfor %} |
51 | { | ||
52 | "176.31.28.63", | ||
53 | 465, | ||
54 | { | ||
55 | 0x0B, 0x6C, 0x7A, 0x93, 0xA6, 0xD8, 0xC0, 0xEB, 0x44, 0x96, 0x5C, 0x4A, 0x85, 0xCB, 0x88, 0xBA, | ||
56 | 0x75, 0x71, 0x17, 0x0F, 0xE2, 0xDB, 0x3D, 0xEA, 0x10, 0x71, 0x3E, 0x48, 0x55, 0x9A, 0x55, 0x4D | ||
57 | } | ||
58 | }, | ||
59 | 43 | }; | }; |
60 | 44 | """ | """ |
61 | 45 |