Commit graph

19 commits

Author SHA1 Message Date
Yann Flory
7ee75b9e7f Messages received by the WebSocket server are now saved in a file 2016-03-16 14:59:05 +01:00
Caleb James DeLisle
9f682a985b lvl should not fail on non-existant channels 2016-03-08 11:43:25 +01:00
ansuz
278c4ab32f even more jshint compliance 2016-02-15 16:47:53 +01:00
ansuz
b8e4ad6568 note that kademlia lib should not be used 2016-02-12 16:22:38 +01:00
Caleb James DeLisle
7553ccff68 Remove a log line which was leftover after debugging 2016-02-12 08:24:46 +01:00
Caleb James DeLisle
13360c335b I'm an idiot - killer off-by-one ate the storage 2016-02-11 16:55:26 +01:00
Caleb James DeLisle
943a291903 Do not blow up if the error is that a chain cannot be found 2016-02-11 16:42:21 +01:00
Caleb James DeLisle
dff8143fad Fix the lvl storage 2016-02-11 12:28:05 +01:00
ansuz
dc9dd25256 added README for writing additional storage adaptors 2016-02-02 11:49:20 +01:00
ansuz
9b56cbbaca guarantee ordering when using leveldb back end
startup might be a little bit slower now
but we shouldn't see "too much recursion" errors
closes #6 (in theory)
2016-01-30 17:05:59 +01:00
ansuz
28387f8c90 reformat a console.log 2016-01-29 11:53:58 +01:00
ansuz
23783bc8ae kad.js : work on kademlia integration a bit more 2016-01-15 11:23:12 -05:00
ansuz
1fe2219375 kad.js : remove second hardcoded dht node 2015-10-27 18:03:31 -04:00
ansuz
9b684c6dbe kad.js : implement store api using kademlia 2015-10-27 18:02:40 -04:00
ansuz
862a96439a lvl.js : implement store api using leveldb 2015-10-27 18:00:26 -04:00
ansuz
30bee6504e amnesia.js : put the 'db' and closures inside the the module's 'create' method, in case we ever want to call it twice, for some reason 2015-10-26 22:25:14 -04:00
ansuz
7c2d9e061f amnesia.js : correct typo 2015-10-25 20:02:10 -04:00
ansuz
2e9f32cd10 amnesia.js : remove log statement that would otherwise get really annoying really quickly 2015-10-25 19:40:39 -04:00
ansuz
3928c89d35 relocate and rename Storage.js. implement a simple, non-persistent in memory datastore for those who'd rather not bother with mongodb. Continue to default to previous values. 2015-10-25 19:35:25 -04:00