index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
dhtd.hs
Age
Commit message (
Expand
)
Author
2017-07-03
Moved node-id out of Query/Response. It can be either in the
joe
2017-07-01
Removed unnecessary instances.
joe
2017-07-01
Implemented instance Read (NodeId ...)
joe
2017-07-01
Implemented instance Pretty (NodeInfo ...).
joe
2017-07-01
Implemented instance Pretty (NodeId Tox.Message).
joe
2017-07-01
Implemented instance Kademlia Tox.Message
joe
2017-07-01
Simplified Kademlia class.
joe
2017-06-30
Read instance for NodeId KMessageOf.
joe
2017-06-30
Bug fixes.
joe
2017-06-30
It builds!
joe
2017-06-12
Rename Network.BitTorrent.DHT.Message -> Network.DHT.Mainline
joe
2017-06-09
Rename Network.BitTorrent.Address -> Network.Address
joe
2017-06-09
Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routing
joe
2017-06-08
Renamed Network.KRPC.Message -> Network.DatagramServer.Mainline
joe
2017-06-08
Renamed Network.KRPC to Network.DatagramServer
joe
2017-06-08
Merged Network.KRPC.Manager into Network.KRPC.
joe
2017-06-08
WIP: Adapting DHT to Tox network (part 6).
joe
2017-06-08
WIP: Adapting DHT to Tox network (part 5).
joe
2017-02-01
Show peers as soon as they're found.
joe
2017-02-01
New improved iterative search algorithm.
joe
2017-01-25
Live memory usage information.
joe
2017-01-24
get-peers command.
joe
2017-01-24
find-nodes command.
joe
2017-01-24
dhtd "ping" command
joe
2017-01-24
New "closest" command, find nearby routing nodes to an info hash.
joe
2017-01-24
-p port option
James Crayne
2017-01-23
Query.insertNode no longer forks.
joe
2017-01-23
Added thread-debug flag and "threads" command.
joe
2017-01-23
New command "pid" to tell server's process id.
joe
2017-01-23
PeerStore is now persistent.
joe
2017-01-22
dhtd command: external-ip
joe
2017-01-22
Added "peers" command to cli.
joe
2017-01-22
PSQ instead of list for peer set. Also: dhtd "swarms" command.
joe
2017-01-22
New: DHT deamon and command-line interface.
joe