go-ssb icon indicating copy to clipboard operation
go-ssb copied to clipboard

Go implementation of ssb (work in progress!)

Results 73 go-ssb issues
Sort by recently updated
recently updated
newest added

The configurations documented [here](https://github.com/cryptoscope/ssb/blob/master/docs/config.md) work great for ./go-sbot but I'm wondering if maybe they are not currently hooked up to work with ./sbotcli as well? I'm currently working on a...

this is a cosmetic PR really. I think you can trim these lines. You might need then to make those files executable and put a `#! /usr/bin/env node` at the...

After building on a Raspberry Pi Zero W, `./go-ssb` crashes immediately on startup with one of: ``` t=35.351562ms starting=metrics addr=localhost:6078 go-sbot: failed to instantiate ssb server: During db.vlog.open error: Open...

This bug report involves two separate mechanisms present in go-ssb: 1. The first mechanism is the [Authorizer](https://github.com/boreq/ssb/blob/a846f1659c8726518aec8c081b8a980cc79c35ac/auth.go#L9-L11). By default authorizer is implemented by [lister](https://github.com/boreq/ssb/blob/a846f1659c8726518aec8c081b8a980cc79c35ac/sbot/replicate.go#L171-L180). The authorizer can be replaced by...

bug

I totally punted on this for now, mostly because go-sbot was intended as a pub for the most time where gossiping happens naturally with the incoming connections. My other fear...

enhancement
help wanted
good first issue

hi, i was wondering if there's a stable release version i should be using? i keep running into errors ( #134 #81 #124 ), so was wondering if there's a...

hi :smiley_cat: i tried upgrading from the node pub to the go pub: https://github.com/cryptoscope/ssb/issues/121 i used `ssb-offset-converter`, but seems ebt replication isn't working, there's a repeating pattern of error messages....

bug

## Problem Subset `type` query does not return messages when `descending` is `true`. ## Build Both `go-sbot` and `sbotcli` built from the `sbotcli-getsubset` branch. ## Examples Returns two `post` type...

bug

This might happen because of a _local duplication_ bug (some messages are append twice) in the verify logic. It is a fatal error because it cripples replicatio. Tthe system thinks...

bug
documentation