summaryrefslogtreecommitdiff
path: root/src/Network.hs
AgeCommit message (Collapse)Author
2019-11-03Service class to handle network servicesRoman Smrž
2019-10-19Network rewrite with data request and ackRoman Smrž
Packet header is now composed of individual header items, which can be combined in various ways. Received data is properly acknowledged and missing objects can be requested using hashes.
2019-10-11Identity merging and verificationRoman Smrž
2019-06-04Ephemeral storage of channelsRoman Smrž
2019-06-04Partial and memory-backed storage variantsRoman Smrž
2019-05-26Haskeline interface for sending messagesRoman Smrž
2019-05-22Direct message service basicsRoman Smrž
2019-05-20Encrypted channels negotiated with DHRoman Smrž
2019-05-06Generic collecting of objects through referencesRoman Smrž
2019-05-06Network: ignore announces from own identityRoman Smrž
2019-05-06Signed identities using ED25519Roman Smrž
2019-05-02Basic local network peer discoveryRoman Smrž