summaryrefslogtreecommitdiff
path: root/docs/updates
AgeCommit message (Collapse)Author
2017-09-20Fix typos in docsdartraiden
2015-09-02changed friends list to friend listJeppler
2015-09-01small typo changeJeppler
really small change
2015-09-01small typo changeJeppler
bob -> Bob Bobs -> Bob's fixed some wired sentences
2014-12-14Fixed DHT doc.irungentoo
2014-12-14Sendback data size is always 8 bytes.irungentoo
2014-10-26Modify DHT.md to render correctlyirdan
2014-06-06Updated outdated crypto doc.irungentoo
2014-05-19Fixed a bug where someone could just send back the ping request packetirungentoo
with only the first byte set to 1 instead of 0 and the public key set to the one of the reciever as a valid response packet. This breaks network compatibility with all previous cores.
2014-05-08Merge branch 'master' into TCPirungentoo
2014-04-25The data in the DHT get nodes and send nodes packets can now be ofirungentoo
variable length.
2014-04-16multiple spelling fixesCarlos E. Garcia
2014-04-15Major protocol changes, this commit breaks all network compatibility.irungentoo
Removed a bunch of useless space from various structs. pack_nodes() and unpack_nodes() are now used to transmit lists of nodes for the DHT and onion parts. They provide a way to transmit both ipv6 and ipv4 nodes in the same packet in a portable way that takes as little space as possible without compression. Using pack_nodes, merged the send nodes and send nodes ipv6 packets into one packet greatly reducing the risk of amplification attacks.
2014-02-22Renamed dht server to dht nodeMaxim Biro
2014-01-19Added no_replay and added some things to the docs.irungentoo
2013-12-07Added/updated some basic docs and cleaned up some things.irungentoo
2013-08-16Added docs detailing containing latest protocol changes.irungentoo