summaryrefslogtreecommitdiff
path: root/src/Network
AgeCommit message (Collapse)Author
2017-10-30allow messageData to get peerinfosJames Crayne
2017-10-30messageType lensDebian Live user
2017-10-29comments.joe
2017-10-29title lens, commentsDebian Live user
2017-10-29Serlialize instance for PeerInfo.joe
2017-10-29parseNetCrypto,encodeNetCryptoDebian Live user
2017-10-29Serialize instance for Handshake.joe
2017-10-29Serialize instance for CryptoPacket.joe
2017-10-29Comment about tox-jabber status equivalents.joe
2017-10-29Merge branch 'dht-rewrite' of 192.168.1.66:bittorrent into dht-rewriteDebian Live user
2017-10-29wip serialization for Tox Crypto Transport MessagesDebian Live user
2017-10-29Fixed premature deletion of pending cookie key.joe
2017-10-28localUserKey parameter on cookieRequestDebian Live user
2017-10-28Decrypt cookie response with cached public key.joe
2017-10-28New "cookie" command for tox command-line interface.joe
2017-10-28cookieRequest Query + build fixDebian Live user
2017-10-28Use Data.Word64Map in tox clients when 32 bit ghcDebian Live user
2017-10-28Tox: handle cookie-request message.joe
2017-10-28Comment of cookie request packet wireDebian Live user
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-24Added Roster data and dhtkey handler.joe
2017-10-24Implemented "dhtkey" publish method.joe
2017-10-23Decryption layer for data-to-route messages.joe
2017-10-23Incoming rendezvous-mediated messages should be associatedjoe
with the anounce alias. Also some cosmetic changes.
2017-10-21Renamed Assym -> Asymm (short for asymmetric).joe
2017-10-21Now searches using store command when we own the key.joe
This gives us a usable token for storing when the search is complete.
2017-10-21Made queries to the same node go by the same route.joe
2017-10-19Successful toxid announce.joe
2017-10-19Encrypt Tox's store-key announcement with the key being stored.joe
2017-10-18WIP: Command to publish a toxid on a given node.joe
2017-10-16Untested announce-peer command for bittorrent dht.joe
2017-10-14Partitioned friend-request transport from the onion transport.joe
2017-10-13Show rendezvous addresses for toxid search results.joe
2017-10-13Switched toxid format from hexadecimal to base64.joe
2017-10-13Removed unused routeNonce (same nonce for message is used for route).joe
2017-10-13Use alias for onion-routed queries for true anonymization.joe
2017-10-12WIP Onion routing.joe
2017-10-12Type signatures and Contravariant instance.joe
2017-10-02Stubs for maintaining onion routes.joe
2017-10-01Ability to send onion messages when given a path.joe
2017-09-30Spelling fixes.joe
2017-09-30This makes TransactionMethods into STM actions so that they can bejoe
synced with an auxiliary data structure. I also made Contravariant instances since we depend on contravariant anyway now.
2017-09-23Removed unused extension.joe
2017-09-23fix build on ghc-7.10.3James Crayne
2017-09-22Corrected spelling errors in comments.joe
2017-09-20Side-effecting variant of partitionTransport.joe
2017-09-20Added outbound initiation addresses to the Onion transport.joe