index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2017-07-16
Added timestamps to kademlia replacement queues.
joe
2017-07-16
Table updates now report changes to the routing table.
joe
2017-07-16
refactoring
joe
2017-07-15
Generate mainline node id, canonize ips in peer store.
joe
2017-07-15
Implemented BEP 32 (IPv6 extensions) for get-peers.
joe
2017-07-14
Implemented more of the Mainline DHT rewrite.
joe
2017-07-14
DHT rewrite: kclosest
joe
2017-07-14
Removed ip polymorphism from PeerAddr type.
joe
2017-07-14
Transport modifier utility: onInbound.
joe
2017-07-13
Removed type argument clutter from Routing table.
joe
2017-07-13
TOX rewrite: Response nonces are now distinct from query nonces.
joe
2017-07-13
Tox.newClient now returns a completed Client structure.
joe
2017-07-13
Refactored transactionMethods arguments into ADT.
joe
2017-07-13
Made existential transaction tbl parameter for Client.
joe
2017-07-13
To encode a query, we need the transaction id.
joe
2017-07-12
WIP: Mainline DHT rewrite.
joe
2017-07-12
Polymorphic implementation of a query/response protocol.
joe
2017-07-11
FIXME: Should be using qryNonce instead of msgNonce.
joe
2017-07-11
Added DHT name to listener thread label.
joe
2017-07-11
Instances for Tox.ResponseNonce
joe
2017-07-10
Fixed Tox decryption.
joe
2017-07-09
Added MAC authentication (hash after encrypt).
joe
2017-07-09
TOX publickey: switch from decode to ByteArrayAccess.
joe
2017-07-09
Initialize Tox secret key.
joe
2017-07-08
WIP: Tox encryption.
joe
2017-07-03
Fleshed out KRPC instances for Mainline DHT.
joe
2017-07-03
Fleshed out Tox TODO stubs.
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-07-01
whitespace
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
Bug fixes.
joe
2017-06-30
It builds!
joe
2017-06-29
WIP: Generalizing DHT monad.
joe
2017-06-22
Simplified KRPC class.
joe
2017-06-22
Propagated MonadKRPC deletion to Network.BitTorrent.DHT.
joe
2017-06-21
Propogated the deletion of MonadKRPC to Network.BitTorrent.DHT.Query.
joe
2017-06-20
Removed MonadKRPC references from Network.BitTorrent.DHT.Session
joe
2017-06-20
Deleted MonadKRPC.
joe
2017-06-18
Removed tox-only customizatino from Network.DatagramServer(.Error).
joe
2017-06-16
Fixed off-by-one error in Data.Bits-based testIdBit.
joe
2017-06-15
Refactored insertNode.
joe
2017-06-13
Updated Tox module to reflect underlying type changes.
joe
2017-06-13
Changed comments for haddock parsing.
joe
2017-06-12
Rename Network.BitTorrent.DHT.Message -> Network.DHT.Mainline
joe
[prev]
[next]