Subject | Hash | Author | Date (UTC) |
---|---|---|---|
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 |
Merge | 71604ecf9c48a95c4a7fb7241b3e5fe2418c0e81 | GDR! | 2017-11-01 10:46:37 |
Bump version to 0.0.8 | 8abb89fdfcd2aaf3ff8c93e269588c007e10e66a | GDR! | 2017-11-01 10:42:49 |
Added gitversion.h to repo | cce7a7f9af093d6e0a99c5848aa5fa3b967b6ebc | GDR! | 2017-11-01 10:38:17 |
Added gitversion.h to repo | dafb9eb53d91dae825615c19258b8ca06c777d10 | GDR! | 2017-11-01 10:37:03 |
renamed -P into -W in call to getopt | 4f509dc9a8dcb7e2ea63ac6da50a80e4f09c1cf5 | Yokujin Yokosuka | 2017-10-29 13:46:19 |
Remove -O0 used for debugging | b9799033b2d62c30647eceb9d175d9fbafca0fdf | GDR! | 2017-10-28 12:40:54 |
Fix use-after-free in server code (SIGBUS) | 3b5f9f9a42c637c4e699c0278318b97d277722af | GDR! | 2017-10-28 12:39:35 |
Update BUILD.md | 5ee6f6f015d4b462df4bdd11a2f64d2fbf2369c1 | GDR! | 2017-10-28 11:18:01 |
Travis - fix apt-get for ubuntu 14.04 | 83706eb59257fa069353ef2a2f2c12ab45d7c3f2 | GDR! | 2017-10-20 20:54:23 |
File | Lines added | Lines deleted |
---|---|---|
client.c | 3 | 0 |
File client.c changed (mode: 100644) (index 0e8fc18..20243e5) | |||
... | ... | int do_client_loop(uint8_t *tox_id_str) | |
576 | 576 | ||
577 | 577 | fds = client_master_fdset; | fds = client_master_fdset; |
578 | 578 | ||
579 | /* Check friend connection status changes */ | ||
580 | /* TODO: learned about tox_friend_connection_status_cb after writing this... */ | ||
581 | /* TODO: also check friend status tox_callback_friend_status */ | ||
579 | 582 | if(time(NULL) - last_friend_connection_status_received > 15) | if(time(NULL) - last_friend_connection_status_received > 15) |
580 | 583 | { | { |
581 | 584 | TOX_CONNECTION friend_connection_status; | TOX_CONNECTION friend_connection_status; |