Sorry about that! @piet has been reminding me about that too.
This time, it struck me at perfect timing, I'd just finished something else, and had a ooo sized gap.
I added documentation (most of the code is in gossip-query which was documented but not linked to). Also I implemented a timeout option (which @cel asked for back when ssb-ooo
was under more active development.
By default, ssb-ooo hooks sbot.get
so if the message you ask for isn't there, it will try to get it via ooo, you can also disable that by setting ooo.hook=false
in your config.
a while back sometime, I was on the verge of releasing ssb-ooo
in the next version of scuttlebot, but then the tests were failing. The tests passed now without changing anything...
so I'm not sure what that was.