summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2013-12-21Added function to save an encrypted version of the messenger.irungentoo
2013-12-21Removed upper size limit from encrypt and decrypt_data_symmetric.irungentoo
2013-12-17Added simple test for tox.irungentoo
2013-12-16Astyled the code.irungentoo
2013-12-15Code cleanups.irungentoo
2013-12-14Fixed comment.irungentoo
2013-12-13small fixJfreegman
2013-12-13added groupchat actionsJfreegman
2013-12-13Merge pull request #678 from FullName/retipp-fixirungentoo
2013-12-12Merge branch 'assoc-refresh-distant-data' of https://github.com/FullName/Proj...irungentoo
2013-12-12Fixed arm bug.irungentoo
2013-12-12Fixed arm bug.irungentoo
2013-12-11Fix a code cleanup.Coren[m]
2013-12-11Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-12-11Increased some intervals/timeouts to lower network usage.irungentoo
2013-12-10More API consistent fix.AZ Huang
2013-12-09Fixed possible issue.irungentoo
2013-12-08Cleaned up and fixed various things.irungentoo
2013-12-08Send groupchat ips like DHT ones.irungentoo
2013-12-08Compatibility fixes.irungentoo
2013-12-08do_Assoc(): keep the data of the buckets somewhat currentCoren[m]
2013-12-07Small fixes.irungentoo
2013-12-07Added/updated some basic docs and cleaned up some things.irungentoo
2013-12-07Try to replace not tested/possibly bad nodes before good nodes.irungentoo
2013-12-06Merge branch 'master' into hardenirungentoo
2013-12-05Merge pull request #674 from FullName/RFC6598irungentoo
2013-12-05Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-12-05All nodes returned must be good.irungentoo
2013-12-05Added a assoc test.irungentoo
2013-12-05Shared address space for stacking NAT (CGN) is, just like 'regular' private a...Coren[m]
2013-12-05Merge branch 'sendnodes-with-assoc' of https://github.com/FullName/ProjectTox...irungentoo
2013-12-04Merge pull request #671 from palistov/do-friends-cleanupirungentoo
2013-12-04Messenger: Fix compile issue with check_friend_request_timed_outPaul Holden
2013-12-03get_close_nodes(): make use of assoc to find some really close nodesCoren[m]
2013-12-03fix naming inconsistency in tox.halexandervdm
2013-12-02Merge pull request #670 from FullName/log-match-m_friend-and-dht_friendirungentoo
2013-12-02Don't hole punch when we are connected.irungentoo
2013-12-02Fixed bug with hole punching.irungentoo
2013-12-02Logging: Messenger's "Friend" and DHT's "DHT_Friend" don't necessarily use th...Coren[m]
2013-12-02Messenger: New function to check & handle timed-out friend requestsPaul Holden
2013-12-01fix 'typedef redefinition' build errors on older gcc versionsalexandervdm
2013-12-01Tweaked hole punching a bit.irungentoo
2013-11-30The stuff in do_DHT only need to be run once per second.irungentoo
2013-11-29Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-11-29Add sodium_init() function to startup.irungentoo
2013-11-29Fix typo.AZ Huang
2013-11-29Fix API name consistency.AZ Huang
2013-11-29Fixed possible issue.irungentoo
2013-11-29Should return 0 for tox_file_dataremaining since it returns unsignedAZ Huang
2013-11-29Fix return code inconsistency.AZ Huang