summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/DHT/Session.hs
AgeCommit message (Expand)Author
2017-07-09Initialize Tox secret key.joe
2017-06-30It builds!joe
2017-06-29WIP: Generalizing DHT monad.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-12Rename Network.BitTorrent.DHT.Message -> Network.DHT.Mainlinejoe
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.KRPC to Network.DatagramServerjoe
2017-06-08WIP: Adapting DHT to Tox network (part 6).joe
2017-06-08WIP: Adapting DHT to Tox network (part 5).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-01-23Added thread-debug flag and "threads" command.joe
2017-01-23New command "pid" to tell server's process id.joe
2017-01-23PeerStore is now persistent.joe
2017-01-22Added "peers" command to cli.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-17Enable responding to get_peers.joe
2017-01-17Clean up all warnings (ghc 8.0.1) in DHT component.joe
2017-01-08Use BEP 42 compatible node ids.joe
2017-01-05Routing Table : use STM and per-bucket ping queuesjoe
2017-01-04Made node refresh into full iterative search.joe
2017-01-03Don't use BEP 43 read-only nodes for routing.joe
2016-12-31Qualified identifier for readability.joe
2016-08-20Compatibility with monad-control-1.0.joe
2015-04-01newNode now accepts optional NodeId to use.joe
2015-03-29documentation fix stopNode -> closeNodejoe
2015-03-29Updates to build against newer libraries:joe
2014-04-26Tidy deriving listSam Truzjan
2014-04-26Bump conduit dependencySam Truzjan
2014-04-08Merge PeerAddr and NodeAddr modulesSam Truzjan
2014-04-04Move HashList to Torrent moduleSam Truzjan
2014-04-04Move Infohash and Magnet to Torrent moduleSam Truzjan
2014-04-04Move PeerStore to ContactInfo moduleSam Truzjan
2014-03-05Minor refactoringSam Truzjan
2014-02-24Minor changesSam Truzjan
2014-02-21Rename startNode to newNodeSam Truzjan
2014-02-19Add module header to DHT session moduleSam Truzjan
2014-02-19Add MonadActive instance for DHTSam Truzjan
2014-02-19Add MonadResource instance for DHTSam Truzjan
2014-02-19Stop DHT node at client cleanupSam Truzjan
2014-02-19Hide ResIO, add stopNode functionSam Truzjan