summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
AgeCommit message (Expand)Author
2015-01-02Removed useless function.irungentoo
2014-12-31Check if received ip family is valid for the onion packets.irungentoo
2014-12-30Remove useless code.irungentoo
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-09-27Moved all the connection stuff from messenger to friend_connection.irungentoo
2014-09-26Added callbacks to onion_client and net_crypto for the temp dht key.irungentoo
2014-09-26Added callbacks to DHT called when the ip of a peer is discovered.irungentoo
2014-09-26DHT can now be used for group chat cons and friend cons at the same time.irungentoo
2014-09-25More groupchats code written.irungentoo
2014-09-25Removed now useless atributes from structs.irungentoo
2014-09-12Removed tox_connect, initial connections are made on first tox_dosaneki
2014-09-09Fixed spacingsaneki
2014-09-09Added tox_connect function, no connecting done during tox_loadsaneki
2014-08-18Added function to check if we were only connected to LAN DHT peers.irungentoo
2014-06-30Const-correctness for onion_client.cMarc Schütz
2014-06-10Astyle and fixes.irungentoo
2014-06-10Const correctness in various interdependent filesMarc Schütz
2014-05-28Reduced size of get_node packets.irungentoo
2014-05-13pack/unpack nodes can now pack and unpack TCP nodes.irungentoo
2014-05-08Merge branch 'master' into TCPirungentoo
2014-05-01Random number functions belong in crypto_core.irungentoo
2014-04-25MAX_SENT_NODE is now 4.irungentoo
2014-04-25The data in the DHT get nodes and send nodes packets can now be ofirungentoo
2014-04-23Updated some files so that they could build with latest core.irungentoo
2014-04-23Major cleanups.irungentoo
2014-04-22Decided pretty much how the handshake would work.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-04-16multiple spelling fixesCarlos E. Garcia
2014-04-15Major protocol changes, this commit breaks all network compatibility.irungentoo
2014-03-16Renamed toping to to_ping.irungentoo
2014-03-05CPU optimizations.irungentoo
2014-03-04CPU usage improvements.irungentoo
2014-02-24Speeded up DHT peer finding and decreased DHT bandwidth usage.irungentoo
2014-01-25Improved hole punching a bit.irungentoo
2014-01-19Some small improvements added.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-02Some work done on the onion announce part.irungentoo
2013-12-27Another packet type added to onion.cirungentoo
2013-12-12Merge branch 'assoc-refresh-distant-data' of https://github.com/FullName/Proj...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-06Merge branch 'master' into hardenirungentoo
2013-12-01fix 'typedef redefinition' build errors on older gcc versionsalexandervdm
2013-11-30The stuff in do_DHT only need to be run once per second.irungentoo
2013-11-17Assoc's array is now allocated dynamically and per default much smaller (320 ...Coren[m]
2013-11-14Significantly trimmed down version of an ID<=>IP cache.Coren[m]