summaryrefslogtreecommitdiff
path: root/Kademlia.hs
AgeCommit message (Expand)Author
2017-07-17Represent RoutingStatus as 3 states: Stranger,Applicant, and Accepted.joe
2017-07-17Use Data.Reflection for PSQ-required Ord instance.joe
2017-07-16Refactored, renamed, Table -> BucketList.joe
2017-07-16Removed /nid/ type variable from routing 'Table'.joe
2017-07-16Refactoring.joe
2017-07-16Progress on polymorphic kademlia implementation.joe
2017-07-16Scratch work, Kademlia insert-node operation.joe