summaryrefslogtreecommitdiff
path: root/toxcore/onion_client.c
AgeCommit message (Expand)Author
2014-03-09Reduced the number of useless onion packets sent.irungentoo
2014-03-08send_custom_user_packet now returns -1 when friend is offline.irungentoo
2014-03-07Fixed clients not connecting when there is only 2 people on the network.irungentoo
2014-03-07Speeded up onion requests.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-15Fixed some possible issues.irungentoo
2014-02-13Onion now eventualy deletes friends from the DHT search.irungentoo
2014-02-02Fixed warning.irungentoo
2014-01-31Fixed error in last commit.irungentoo
2014-01-31Improved onion connection by a bit.irungentoo
2014-01-30Fixed bug with client_ping_nodes() not pinging any nodes.irungentoo
2014-01-25Fixed possible anonimity leak with the onion routing.irungentoo
2014-01-24Set last_noreplay to zero when friend goes offline.irungentoo
2014-01-21Decreased interval between sending announce packets.irungentoo
2014-01-21Fixed bug.irungentoo
2014-01-21Adjusted some timeouts.irungentoo
2014-01-21Fixed some portability issues.irungentoo
2014-01-20Adjusted some timeouts and fixed possible memory leak.irungentoo
2014-01-20Enabled onion in bootstrap_serverdaemon.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-18Fixed segfault.irungentoo
2014-01-17Small performance increases.irungentoo
2014-01-17Incorporated onion into Tox.irungentoo
2014-01-16Wrote random_path function.irungentoo
2014-01-15onion_client almost done.irungentoo
2014-01-14Some packet handling code added to onion_client.irungentoo
2014-01-14Onion data packets can now be handled in onion_client.irungentoo
2014-01-13Added functions to add/remove friends in onion_client.irungentoo
2014-01-12Some work done in onion_client.irungentoo
2014-01-11Some work done on onion_clientirungentoo
2014-01-10Some work on onion_client done.irungentoo
2014-01-09Some work done on the client part.irungentoo
2014-01-07Added shell of onion_client.cirungentoo