index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
KRPC
/
Method.hs
Age
Commit message (
Collapse
)
Author
2017-07-10
Fixed Tox decryption.
joe
2017-07-03
Moved node-id out of Query/Response. It can be either in the
joe
envelope (Tox) or in the query/response payload (Mainline).
2017-07-02
Abstract facility to represent Tox encrypted nonces.
joe
2017-07-02
Added KRPC class method to check encrypted Tox nonces.
joe
2017-06-30
Bug fixes.
joe
2017-06-30
It builds!
joe
2017-06-22
Simplified KRPC class.
joe
2017-06-08
Renamed Network.KRPC.Message -> Network.DatagramServer.Mainline
joe
2017-06-05
WIP: Adapting DHT to Tox network (part 2).
joe
2017-06-04
WIP: Adapting DHT to Tox network.
joe
2017-01-17
Handle reflected IP addresses (see bep 42).
joe
2014-08-01
Remove unnecessary FunctionalDependency
Mateusz 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-08
Bump version number
Sam Truzjan
2014-01-06
Add logging to query function
Sam Truzjan
2013-12-24
Update documentation in Method module
Sam Truzjan
2013-12-23
Update message module documentation
Sam Truzjan
2013-12-20
Add default method for KRPC class
Sam Truzjan
2013-12-20
Handle transactions properly
Sam Truzjan