19 Commits (0b3d6e15b8085d1cc1141366246b03403abd5b74)

Author SHA1 Message Date
Yann Flory 7ee75b9e7f Messages received by the WebSocket server are now saved in a file 9 years ago
Caleb James DeLisle 9f682a985b lvl should not fail on non-existant channels 9 years ago
ansuz 278c4ab32f even more jshint compliance 9 years ago
ansuz b8e4ad6568 note that kademlia lib should not be used 9 years ago
Caleb James DeLisle 7553ccff68 Remove a log line which was leftover after debugging 9 years ago
Caleb James DeLisle 13360c335b I'm an idiot - killer off-by-one ate the storage 9 years ago
Caleb James DeLisle 943a291903 Do not blow up if the error is that a chain cannot be found 9 years ago
Caleb James DeLisle dff8143fad Fix the lvl storage 9 years ago
ansuz dc9dd25256 added README for writing additional storage adaptors 9 years ago
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)
9 years ago
ansuz 28387f8c90 reformat a console.log 9 years ago
ansuz 23783bc8ae kad.js : work on kademlia integration a bit more 9 years ago
ansuz 1fe2219375 kad.js : remove second hardcoded dht node 9 years ago
ansuz 9b684c6dbe kad.js : implement store api using kademlia 9 years ago
ansuz 862a96439a lvl.js : implement store api using leveldb 9 years ago
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 9 years ago
ansuz 7c2d9e061f amnesia.js : correct typo 9 years ago
ansuz 2e9f32cd10 amnesia.js : remove log statement that would otherwise get really annoying really quickly 9 years ago
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. 9 years ago