summaryrefslogtreecommitdiff
path: root/toxcore/onion_client.h
AgeCommit message (Expand)Author
2015-02-12Code Cleanups.irungentoo
2015-02-11Code Cleanups.irungentoo
2015-02-09Code Cleanups.irungentoo
2015-02-09Code Cleanups.irungentoo
2015-02-09Code cleanups.irungentoo
2015-02-09Code cleanups.irungentoo
2015-01-21Code cleanups.irungentoo
2015-01-11Attempted fix of Tox killing routers.irungentoo
2015-01-05Reduced timeout of onion paths on the first try by 1 second.irungentoo
2014-12-29Adjusted onion timeouts.irungentoo
2014-12-25Onion client improvements.irungentoo
2014-12-22Improved detection of dead paths.irungentoo
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-11-20Tox clients now should show they are offline with much better precision.irungentoo
2014-11-02This might fix some peer finding issues.irungentoo
2014-09-27Increasing max number of onion paths might increase initial connectionirungentoo
2014-09-26Removed useless code from onion_client.irungentoo
2014-09-26Added callbacks to onion_client and net_crypto for the temp dht key.irungentoo
2014-08-18Speeded up onion friend finding.irungentoo
2014-08-14Function to save path nodes.irungentoo
2014-08-14tox_isconnected() now works on TCP only.irungentoo
2014-08-13Tox should now work on TCP only networks.irungentoo
2014-08-08Added path_nodes array and add_path_node() function.irungentoo
2014-06-30Const-correctness for onion_client.cMarc Schütz
2014-06-30Const correctness for toxcore/Messenger.c and related filesMarc Schütz
2014-06-13Const correctness in toxcore/onion_client.cMarc Schütz
2014-06-10Astyle and fixes.irungentoo
2014-06-10Const correctness in various interdependent filesMarc Schütz
2014-05-19Removed now useless code.irungentoo
2014-05-18TCP branch now ready for start of real testing.irungentoo
2014-05-17Added function to set the DHT public key in onion_client.irungentoo
2014-05-17Net_crypto can now handle packets sent as TCP OOB packets.irungentoo
2014-05-12Use ping_array to store onion announce information instead of sendingirungentoo
2014-05-08Merge branch 'master' into TCPirungentoo
2014-05-02Messenger now works with the new net_crypto api.irungentoo
2014-04-23Major cleanups.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-04-16multiple spelling fixesCarlos E. Garcia
2014-03-09Reduced the number of useless onion packets sent.irungentoo
2014-03-03Some small changes/fixes.irungentoo
2014-03-03Made onion paths expire eventually client side.irungentoo
2014-02-28Very simple fix to lower bandwidth usage at startup.irungentoo
2014-02-26Major speed/cpu usage/bandwidth improvements to onion.irungentoo
2014-02-13Onion now eventualy deletes friends from the DHT search.irungentoo
2014-01-21Adjusted some timeouts.irungentoo
2014-01-20Fakeid packets are now also sent via the DHT.irungentoo
2014-01-19Small protocol change for more replay attack prevention.irungentoo
2014-01-19Added no_replay and added some things to the docs.irungentoo
2014-01-18Some optimizations and fixes.irungentoo
2014-01-17Incorporated onion into Tox.irungentoo