summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2013-11-18Added functions tox_count_chatlist and tox_copy_chatlist.Jman012
2013-11-18Merge pull request #650 from FullName/ID-IP-basicirungentoo
2013-11-17Merge pull request #652 from FullName/reset_on_long_timeoutirungentoo
2013-11-17Fixed segfault.irungentoo
2013-11-17Tolerate instable connectivity: if *all* set close nodes are in terminal time...Coren[m]
2013-11-16Fixed build error on windows.irungentoo
2013-11-16Send our name when someone new joins the group chat.irungentoo
2013-11-17Assoc's array is now allocated dynamically and per default much smaller (320 ...Coren[m]
2013-11-14Merge pull request #649 from FullName/DHT-client_id-change-wipe-other-addressirungentoo
2013-11-14Significantly trimmed down version of an ID<=>IP cache.Coren[m]
2013-11-14On replacing a client with another, clear the stale association.Coren[m]
2013-11-13IPv6 address of ::1 is local.Coren[m]
2013-11-12Cleaned up the code.irungentoo
2013-11-12Merge branch 'group_peername' of https://github.com/FullName/ProjectTox-Core ...irungentoo
2013-11-12Merge pull request #645 from FullName/nTox-patchesirungentoo
2013-11-12Group chat: Add a nickname message. Remove strange default nickname. (Serious...Coren[m]
2013-11-11Fixed possible segfault.irungentoo
2013-11-11Merge remote-tracking branch 'upstream/master' into nTox-patchesCoren[m]
2013-11-11nTox.c:Coren[m]
2013-11-09Optimized data sending slightly more.irungentoo
2013-11-08Code cleanups.irungentoo
2013-11-07Merge branch 'add2lists_forward' of https://github.com/FullName/ProjectTox-Co...irungentoo
2013-11-07Merge pull request #642 from FullName/dht_handle_sendnodes_unifyirungentoo
2013-11-06Unify most of handle_sendnodes[_ipv6]() into a common handle_sendnodes_core()...Coren[m]
2013-11-06Behind #define LOGGING: Correct usage of now() to replacement unix_time().Coren[m]
2013-11-06addto_lists(): store the IP/Port that was used to *send*.Coren[m]
2013-11-05Auto delete inactive peers in the group chat.irungentoo
2013-11-04Send ping packets in group chats every 30 seconds.irungentoo
2013-11-03The group chats we invite a friend to are now stored.irungentoo
2013-11-02Fixed possible issue.irungentoo
2013-10-27Cleaned up some code/fixed some warnings.irungentoo
2013-10-26Increased port range.irungentoo
2013-10-26Clarified a comment.irungentoo
2013-10-25Update time before running functions for recieved packets.irungentoo
2013-10-25All modules using unix_time should run unix_time_update()irungentoo
2013-10-25For security reasons, keep memcpy's and memcmp's in crypto functions.irungentoo
2013-10-24Merge remote-tracking branch 'upstream/master' into cleanup_unix_time_id_eq_c...Coren[m]
2013-10-24Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*Coren[m]
2013-10-23Code cleanups.irungentoo
2013-10-23Code cleanups.irungentoo
2013-10-22This squash should work now.Bahkuh
2013-10-20Fixed possible bug.irungentoo
2013-10-20Merge branch 'Cleanup-defines' of https://github.com/FullName/ProjectTox-Core...irungentoo
2013-10-20Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al...Coren[m]
2013-10-19Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-10-19Fixed connection sometimes being too slow and some other possible problems.irungentoo
2013-10-19fixed build errors on windowsAntonio Montes
2013-10-18Removed bad function from public API (This breaks toxic.)irungentoo
2013-10-17Fixed minor typo.Bahkuh
2013-10-15Updated public api.irungentoo