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

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

```` go get github.com/andyleap/go-ssb/... # cryptoscope.co/go/secretstream ../../../../../../cryptoscope.co/go/secretstream/client.go:46:66: undefined: netwrap.ConnWrapper ../../../../../../cryptoscope.co/go/secretstream/server.go:42:36: undefined: netwrap.ListenerWrapper ../../../../../../cryptoscope.co/go/secretstream/server.go:43:9: undefined: netwrap.NewListenerWrapper ../../../../../../cryptoscope.co/go/secretstream/server.go:47:32: undefined: netwrap.ConnWrapper # github.com/andyleap/go-ssb/dns ../../../../../../github.com/andyleap/go-ssb/dns/dns.go:25:30: cannot use func literal (type func() interface {}) as...

If `sbot` is already running, launching a second instance will cause a `SIGSEGV`: ```sh $ ./sbot 2017/05/16 15:12:29 ; defined templates are: "avatar.tpl", "channel.tpl", "contact.tpl", "post.tpl", "vote-simple.tpl", "vote.tpl", "about.tpl", "git-repo.tpl",...

Every now and then `sbot` will attempt to connect to itself — and succeed: ```sh $ sudo netstat -anp | grep 'fcbb:16a3:2050' tcp6 4122579 2487632 fcbb:16a3:2050:a06:8008 fcbb:16a3:2050:a0:57170 ESTABLISHED 15011/./sbot ```...