summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/DHT/Query.hs
AgeCommit message (Expand)Author
2017-06-30Bug fixes.joe
2017-06-30It builds!joe
2017-06-29WIP: Generalizing DHT monad.joe
2017-06-21Propogated the deletion of MonadKRPC to Network.BitTorrent.DHT.Query.joe
2017-06-15Refactored insertNode.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
2017-06-09Rename Network.BitTorrent.Address -> Network.Addressjoe
2017-06-09Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routingjoe
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-01New improved iterative search algorithm.joe
2017-01-25Safer exception handling in probeNode.joe
2017-01-24find-nodes command.joe
2017-01-23Query.insertNode no longer forks.joe
2017-01-23Added thread-debug flag and "threads" command.joe
2017-01-22Limitng size of response to get_peers.joe
2017-01-22PSQ instead of list for peer set. Also: dhtd "swarms" command.joe
2017-01-22Store external port number, as well as IP.joe
2017-01-17Clean up all warnings (ghc 8.0.1) in DHT component.joe
2017-01-08Better node/routing-table logging.joe
2017-01-08Use BEP 42 compatible node ids.joe
2017-01-05Routing Table : use STM and per-bucket ping queuesjoe
2017-01-04Routing table snapshot/restore.joe
2017-01-04Made node refresh into full iterative search.joe
2017-01-03Don't use BEP 43 read-only nodes for routing.joe
2015-04-01newNode now accepts optional NodeId to use.joe
2015-03-29Updates to build against newer libraries:joe
2014-08-01isLeft is in base-4.7.x, this is cleaner than CPPMateusz Kowalczyk
2014-04-08Merge PeerAddr and NodeAddr modulesSam Truzjan
2014-04-04Move Infohash and Magnet to Torrent moduleSam Truzjan
2014-02-20Allow to pass infohash to findNodeQSam Truzjan
2014-02-19Link query handlers to the underlying messages in documentationSam Truzjan
2014-02-19Document DHT.Query module indexSam Truzjan
2014-02-19Rename handlers to defaultHandlersSam Truzjan
2014-02-19Stop DHT node at client cleanupSam Truzjan
2014-02-19Return Bool instead of raising exception in checkTokenSam Truzjan
2014-02-16Move ping function to Query moduleSam Truzjan