summaryrefslogtreecommitdiff
path: root/src/Network/KRPC
AgeCommit message (Expand)Author
2017-07-10Fixed Tox decryption.joe
2017-07-03Moved node-id out of Query/Response. It can be either in thejoe
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-08Merged Network.KRPC.Manager into Network.KRPC.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-01-27More strictness.joe
2017-01-23Added thread-debug flag and "threads" command.joe
2017-01-23build fixesJames Crayne
2017-01-22More robust unicode handling.joe
2017-01-18Aeson-based pretty-printing of server requests.joe
2017-01-17Handle reflected IP addresses (see bep 42).joe
2014-08-01Remove unnecessary FunctionalDependencyMateusz Kowalczyk
2014-02-19Add function isActiveSam Truzjan
2014-01-08Bump version numberSam Truzjan
2014-01-08Add some options TODOsSam Truzjan
2014-01-08Allow to ask for query countSam Truzjan
2014-01-08Handle sendmsg failuresSam Truzjan
2014-01-08Add HandlerFailure exceptionsSam Truzjan
2014-01-08Introduce QueryFailure exceptionsSam Truzjan
2014-01-07Allow to configure max buffer sizeSam Truzjan
2014-01-07Fix listenerThread mvar state trackingSam Truzjan
2014-01-07Allow to pass options from outsideSam Truzjan
2014-01-07Ignore EOF exception at recvFrom callSam Truzjan
2014-01-07Add logging at handlersSam Truzjan
2014-01-06Add logging to query functionSam Truzjan
2013-12-25Prettify documentation a bitSam Truzjan
2013-12-25Update documentationSam Truzjan
2013-12-25Kill listener thread at exitSam Truzjan
2013-12-24Update testsSam Truzjan
2013-12-24Update documentation in Method moduleSam Truzjan
2013-12-23Update message module documentationSam Truzjan
2013-12-23Add spec for Message moduleSam Truzjan
2013-12-22More permissive default query timeoutSam Truzjan
2013-12-22Run each handler in separate thread.Sam Truzjan
2013-12-22Fix warningsSam Truzjan
2013-12-22Throw exception if query takes too longSam Truzjan
2013-12-22Expose Handler type synonymSam Truzjan
2013-12-21Separate KRPC monad from Handler monadSam Truzjan
2013-12-20Add default method for KRPC classSam Truzjan
2013-12-20Handle transactions properlySam Truzjan
2013-12-19Add transaction Id to error messagesSam Truzjan