summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-13Consolidated redundant implementations of InterruptibleDelay.joe
2017-11-12We no longer require root. (ConsoleWriter is disabled without).joe
2017-11-12Updated Server module that layers on StreamServer.joe
2017-11-12Removed redundant SocketLike module.joe
2017-11-10XMPP client now receives roster on request.joe
2017-11-09Combined XMPP daemon into examples/dhtd.joe
2017-11-09Update build script to include dht-client modules.joe
2017-11-09Removed redundant imports from xmppServer.hsjoe
2017-11-09Factored out Presence.hs from main module xmppServer.hs.joe
2017-11-09Merged tox dht-client with presence.joe
2017-11-09More comments.joe
2017-11-09Cookie-related todo item.joe
2017-11-09Debug prints on cookie handling.joe
2017-11-09Oops, fixed mkroutes.sh script.joe
2017-11-08Script to add routes to testing nodes.joe
2017-11-08Finished reworked bootstrap algorithm.joe
2017-11-08Updated touchBucket for 15-second bootstrapping interval.joe
2017-11-08Use 15 second refresh interval when bootstrapping.joe
2017-11-08pollForRefresh: fromEnum POSIXTime gives picoseconds.joe
2017-11-08More BucketRefresher state.joe
2017-11-08Removed redundant argument from BucketRefreshser constructor.joe
2017-11-08dhtBootstrapjoe
2017-11-08Tox: Added missing forkPollForRefresh threads.joe
2017-11-08Moved BucketRefresher construction responsibility for greaterjoe
2017-11-08Minor refactoring.joe
2017-11-08Bootstrapping rework in progress.joe
2017-11-07expose module Network.Kademlia.BootstrapJames Crayne
2017-11-06More inlining on Ord/Hashable instances for Public/Secret keys.joe
2017-11-06Updates to thread instrumentation.joe
2017-11-06Factored out Network.Kademlia.Bootstrap.joe
2017-11-05computeSharedSecret: more explicit pre-computation.joe
2017-11-05Removed broken 6-digit NoSpam specification.joe
2017-11-05Fixed Onion.Transport.decrypt broken by side-effecting stylejoe
2017-11-05Some comments.joe
2017-11-05Trailing whitespace.joe
2017-11-05Use insert instead of insertTake when updating a timestamp on a cachedjoe
2017-11-05Tox: Shared secrets cache.joe
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
2017-11-04Tox: Memoized id2key to avoid allocate and memcpy.joe
2017-11-04Quieter output and some bug fixes.joe
2017-11-04Added missing Setup.hs.joe
2017-11-04Deleted obsolete files.joe
2017-11-04Added xml-type dependency to cabal introduced by type signatures.joe
2017-11-04Type signatures for main program module.joe
2017-11-04Enabled setting the bind-addres from command line.joe
2017-11-04Utility for testing 16 simultaneous nodes.joe
2017-11-03Changed NodeId hash function.joe
2017-11-03Improved search parameters for tox onion routed queries.joe
2017-11-03Better handling for Network.Socket.sendTo: does not exist error.joe
2017-11-03Added --dhtkey option.joe