summaryrefslogtreecommitdiff
path: root/src/Network/Tox/DHT/Transport.hs
AgeCommit message (Expand)Author
2018-06-02Change Cookie -> Cookie Encryptedjoe
2018-05-31parseNetCrypto should peel id byte before deserializing the rest of the message.joe
2018-05-28Use first known key for cookie response if wrong ip address.joe
2018-05-27WIP: "lan" command to announce this Tox node on the lan.joe
2017-11-22NoSpamId type to include nospam + checksum + public key.joe
2017-11-05Removed broken 6-digit NoSpam specification.joe
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
2017-10-30Tox: LanDiscovery packet. Also: IsUnsolicited query/responsejoe
2017-10-28Decrypt cookie response with cached public key.joe
2017-10-28cookieRequest Query + build fixDebian Live user
2017-10-28Tox: handle cookie-request message.joe
2017-10-27Added missing pattern for Size of Hardening packet.joe
2017-10-27Added TODO regarding Tox "Hardening" message.joe
2017-10-26Publish method to send Tox friend-request.joe
2017-10-25Debugged encodeDataToRoute/parseDataToRoute.joe
2017-10-24Implemented "dhtkey" publish method.joe
2017-10-21Renamed Assym -> Asymm (short for asymmetric).joe
2017-10-14Partitioned friend-request transport from the onion transport.joe
2017-09-20Added outbound initiation addresses to the Onion transport.joe
2017-09-15Renamed Network.Tox.(Address -> NodeId).joe
2017-09-15Fixed haddock parse errors.joe
2017-09-15Moved DHTTransport to its hierarchical location.joe