toxcore/other
Coren[m] 0a4c3d7e2e Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*
unix_time():
- returns local value for current epoch
- value is updated explicitly with unix_time_update() called at new_DHT()/doMessenger()/do_DHT()

is_timeout():
- uses the local value for current epoch

id_cpy()/id_eq() => id_copy()/id_equal():
- centralized duplicate definitions
- replaced (most) memcpy()/memcmp() of (*, *, CLIENT_ID_SIZE) with id_copy()/id_equal()
2013-10-24 22:32:28 +02:00
..
bootstrap_serverdaemon Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then always off). 2013-10-20 16:56:12 +02:00
fun Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into JamoBox-master 2013-08-29 17:55:58 -04:00
DHT_bootstrap.c Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.* 2013-10-24 22:32:28 +02:00
DHTservers Updated bootstrap node key for my server 2013-08-29 14:33:49 +12:00
Makefile.inc Some configuration/build fixes, so building basicaly everything else than the library can be disabled 2013-10-07 02:01:16 +02:00
tox.png Added logo in readme to repo. 2013-08-14 12:35:55 -04:00