You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make ssb-browser-core be much closer to standard ssb stack. No more SSB.net.something for secret stack plugins. This was mostly a relic from before there was ssb-db2, just hadn't had a chance to clean it up. This removes partial replication as well, will be superseed by partial replication using meta feeds once ready.
This changes quite a lot about how connections are handled. SSB-EBT is now used instead of our soft-fork, friends is upgraded to 5 and a replication scheduler is now used
This is a major change where the existing db has been converted into its own module ssb-db2. Furthermore this includes a lot of changes to jitdb that makes it a lot more pleasant to use.