summaryrefslogtreecommitdiff
path: root/src/Network
AgeCommit message (Collapse)Author
2017-07-03Fleshed out KRPC instances for Mainline DHT.joe
2017-07-03Fleshed out Tox TODO stubs.joe
2017-07-03Moved node-id out of Query/Response. It can be either in thejoe
envelope (Tox) or in the query/response payload (Mainline).
2017-07-02Abstract facility to represent Tox encrypted nonces.joe
2017-07-02Added KRPC class method to check encrypted Tox nonces.joe
2017-07-01whitespacejoe
2017-07-01Implemented instance Read (NodeId ...)joe
2017-07-01Implemented instance Pretty (NodeInfo ...).joe
2017-07-01Implemented instance Pretty (NodeId Tox.Message).joe
2017-07-01Implemented instance Kademlia Tox.Messagejoe
2017-07-01Simplified Kademlia class.joe
2017-06-30Bug fixes.joe
2017-06-30It builds!joe
2017-06-29WIP: Generalizing DHT monad.joe
2017-06-22Simplified KRPC class.joe
2017-06-22Propagated MonadKRPC deletion to Network.BitTorrent.DHT.joe
2017-06-21Propogated the deletion of MonadKRPC to Network.BitTorrent.DHT.Query.joe
2017-06-20Removed MonadKRPC references from Network.BitTorrent.DHT.Sessionjoe
2017-06-20Deleted MonadKRPC.joe
2017-06-18Removed tox-only customizatino from Network.DatagramServer(.Error).joe
2017-06-16Fixed off-by-one error in Data.Bits-based testIdBit.joe
2017-06-15Refactored insertNode.joe
2017-06-13Updated Tox module to reflect underlying type changes.joe
2017-06-13Changed comments for haddock parsing.joe
2017-06-12Rename Network.BitTorrent.DHT.Message -> Network.DHT.Mainlinejoe
2017-06-12Evacuated the Network.DHT.Mainline code.joe
Most of it went to Network.BitTorrent.DHT.Message. Some of it went to Network.DatagramServer.Mainline.
2017-06-12Comments.joe
2017-06-09Removed unnecessary CRC32C dependendencies.joe
2017-06-09Rename Network.BitTorrent.Address -> Network.Addressjoe
2017-06-09Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routingjoe
2017-06-09Started migration away from KRPC class.joe
2017-06-08Generalized Network.DatagramServerjoe
2017-06-08Renamed Data.Tox -> Network.DatagramServer.Toxjoe
2017-06-08Renamed Network.KRPC.Message -> Network.DatagramServer.Mainlinejoe
2017-06-08Renamed Network.RPC -> Network.DatagramServer.Typesjoe
2017-06-08Renamed Network.KRPC to Network.DatagramServerjoe
2017-06-08Merged Network.KRPC.Manager into Network.KRPC.joe
2017-06-08WIP: Adapting DHT to Tox network (part 6).joe
2017-06-08WIP: Adapting DHT to Tox network (part 5).joe
2017-06-07WIP: Adapting DHT to Tox network (part 4).joe
2017-06-06WIP: Adapting DHT to Tox network (part 3).joe
2017-06-05WIP: Adapting DHT to Tox network (part 2).joe
2017-06-04WIP: Adapting DHT to Tox network.joe
2017-02-01Show peers as soon as they're found.joe
2017-02-01Fix search bug.joe
2017-02-01New improved iterative search algorithm.joe
2017-01-27More strictness.joe
2017-01-27Switched PSQueue to psqueues for strict spine.joe
2017-01-25Safer exception handling in probeNode.joe
2017-01-25Immediately forget swarms for which we've never seen peers.joe