summaryrefslogtreecommitdiff
path: root/Kademlia.hs
AgeCommit message (Expand)Author
2017-07-29Detect a global ipv6 address via "ip" command.joe
2017-07-28Fixed cabal build.joe
2017-07-27peer search.joe
2017-07-26Moving away from buggy async-pool.joe
2017-07-25Bootstrap fixes.joe
2017-07-25Fixes to IPv4 bootstrap.joe
2017-07-23Rewrite: new bootstrap function.joe
2017-07-22Implemented bucket refresh for Mainline.joe
2017-07-20Started bucket-refresh logic.joe
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