summaryrefslogtreecommitdiff
path: root/src/Network/KRPC/Method.hs
AgeCommit message (Collapse)Author
2017-07-10Fixed Tox decryption.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-06-30Bug fixes.joe
2017-06-30It builds!joe
2017-06-22Simplified KRPC class.joe
2017-06-08Renamed Network.KRPC.Message -> Network.DatagramServer.Mainlinejoe
2017-06-05WIP: Adapting DHT to Tox network (part 2).joe
2017-06-04WIP: Adapting DHT to Tox network.joe
2017-01-17Handle reflected IP addresses (see bep 42).joe
2014-08-01Remove unnecessary FunctionalDependencyMateusz Kowalczyk
This fixes cobit/bittorrent#7 for GHC 7.8.3: 7.8.3 fixed FunctionalDependencies so the existing instances are no longer allowed and in fact FD is not necessary there at all.
2014-01-08Bump version numberSam Truzjan
2014-01-06Add logging to query functionSam Truzjan
2013-12-24Update documentation in Method moduleSam Truzjan
2013-12-23Update message module documentationSam Truzjan
2013-12-20Add default method for KRPC classSam Truzjan
2013-12-20Handle transactions properlySam Truzjan