DJDNS / js-deje

JS implementation of DEJE client
1 stars 0 forks source link

Request events when attempting to navigate timestamps, and there are missing events #14

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

Will want to look at how the Go version does it, and try to decide what makes sense for JS. I don't want to bikeshed it too much for an iteration of the protocol that will eventually be replaced, but this feature would be useful now.

MaddieM4 commented 10 years ago

The Go implementation only requests timestamps as a response to 02-publish-events, if there are any unfamiliar events in the TS list. Going to do it the same way here - there are almost certainly some infinite loop cases to worry about, and the current Go implementation does not run into them.