scuttlego icon indicating copy to clipboard operation
scuttlego copied to clipboard

A Go implementation of the Secure Scuttlebutt protocol.

Results 19 scuttlego issues
Sort by recently updated
recently updated
newest added

We would like to: - [ ] cleanup wants processes after incoming and outgoing streams are disconnected - [ ] cleanup remote wants after all of our streams disconnect?

tech

Unclear if this is widely supported or needed.

enhancement

Currently this is not implemented.

enhancement

If the local identity blocks someone all data related to that feed should be removed.

enhancement

Right now we have two types `refs.Identity` and `refs.Feed`. This is quite confusing and at this development stage it is unclear what the difference between those types is. If we...

tech

We need to develop a mechanism for removing old messages. Messages should be removed when a feed drops out of our social graph. When messages are removed we should also...

enhancement
priority/low

Related to #16.

enhancement
priority/low

A while ago we identified a less-than-perfect piece of code: the domain calls an application command. We want to rework this and make sure that raw messages are passed via...

tech

Right now commands and queries don't have constructors which is some kind of a weird approach that we stuck with together with my old team even though we all agreed...

tech