Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/planetary-social/scuttlego

A Go implementation of the Secure Scuttlebutt protocol.
https://github.com/planetary-social/scuttlego

Release v0.0.4

boreq opened this pull request almost 2 years ago
Update go-ssb to d6db27d

boreq opened this pull request almost 2 years ago
Use jsoniter for all marshaling and unmarshaling

boreq opened this pull request almost 2 years ago
Release v0.0.3

boreq opened this pull request almost 2 years ago
Optimize create history stream

boreq opened this pull request almost 2 years ago
Optimize unmarshaling notes

boreq opened this pull request almost 2 years ago
Move di to service and move things out of di

boreq opened this pull request almost 2 years ago
Make mocks and tests internal

boreq opened this pull request almost 2 years ago
Update changelog

boreq opened this pull request almost 2 years ago
Create fewer goroutines when replicating own feed

boreq opened this pull request almost 2 years ago
Fix flaky test

boreq opened this pull request almost 2 years ago
Release v0.0.2

boreq opened this pull request almost 2 years ago
Raw connection optimizations

boreq opened this pull request almost 2 years ago
Cache blobs that should be pushed

boreq opened this pull request almost 2 years ago
Release v0.0.1

boreq opened this pull request almost 2 years ago
If connection is closed then consider the stream already closed

boreq opened this pull request almost 2 years ago
Insane amount of logs about not being able to close a stream

boreq opened this issue almost 2 years ago
Fix blobs not being saved if directory disappeared

boreq opened this pull request almost 2 years ago
Cleanup old logs

boreq opened this issue almost 2 years ago
Fewer allocs

boreq opened this pull request almost 2 years ago
Add a command to override the entire ban list

boreq opened this pull request almost 2 years ago
Make fixtures internal

boreq opened this pull request almost 2 years ago
Reduce number of allocs

boreq opened this pull request almost 2 years ago
Optimize loading contacts

boreq opened this pull request almost 2 years ago
Cache ban list

boreq opened this pull request almost 2 years ago
Optimize get messages

boreq opened this pull request almost 2 years ago
Don't needlessly query contacts storage

boreq opened this pull request almost 2 years ago
Remove commented out code

boreq opened this pull request almost 2 years ago
Fix social graph

boreq opened this pull request almost 2 years ago
Set correct response body type

boreq opened this pull request almost 2 years ago
Fix: typos

omahs opened this pull request almost 2 years ago
Optimizations

boreq opened this pull request almost 2 years ago
Pass contexts as arguments instead of storing them

boreq opened this pull request almost 2 years ago
Wanted feeds

boreq opened this pull request almost 2 years ago
During replication we keep asking for forked feeds

boreq opened this issue almost 2 years ago
Fix default hops value

boreq opened this pull request almost 2 years ago
Settings defaults in config should probably be automatic somehow

boreq opened this issue almost 2 years ago
Improve message buffer logging

boreq opened this pull request almost 2 years ago
Fix handling duplicate sequences in message buffer

boreq opened this pull request almost 2 years ago
Make log debugger handle invalid UTF-8

boreq opened this pull request almost 2 years ago
Fixes

boreq opened this pull request almost 2 years ago
Support blobs.get requests with "key" instead of "hash"

boreq opened this pull request almost 2 years ago
Can't handle malformed blobs.get

boreq opened this issue almost 2 years ago
Push blobs to peers

boreq opened this pull request almost 2 years ago
Add constructors to all commands and queries

boreq opened this pull request almost 2 years ago
Detect and handle forks during migration

boreq opened this pull request almost 2 years ago
Reserve receive log sequences even if messages are not used

boreq opened this pull request almost 2 years ago
Better error message

boreq opened this pull request almost 2 years ago
Fix receive log data corruption on migration

boreq opened this pull request almost 2 years ago
Remove nesting slices of blobs in slices of blobs

boreq opened this pull request almost 2 years ago
Rename RawMessageContent to RawContent

boreq opened this pull request almost 2 years ago
Move MessageHMAC to a separate file

boreq opened this pull request almost 2 years ago
Fix error wrapping

boreq opened this pull request almost 2 years ago
Fix incorrect error handling during migration

boreq opened this pull request almost 2 years ago
Inconsistent data state after migrating database

boreq opened this issue almost 2 years ago
Decouple scanning for blobs from known contents

boreq opened this pull request almost 2 years ago
go-ssb's receive log contains "quietly forked" feeds

boreq opened this issue almost 2 years ago
Push blobs to peers

boreq opened this issue almost 2 years ago
Delted messages are removed from receive log

boreq opened this pull request almost 2 years ago
What happens if your own feed is added to the ban list?

boreq opened this issue almost 2 years ago
Add test which confirms that receive log breaks when messages are deleted

boreq opened this pull request almost 2 years ago
Add hops to config

boreq opened this pull request almost 2 years ago
Enable linter for wireinject build tags

boreq opened this pull request almost 2 years ago
Move item to separate file

boreq opened this pull request almost 2 years ago
Log after test terminates

boreq opened this pull request almost 2 years ago
Make it very obvious if the slice being used is safe

boreq opened this pull request almost 2 years ago
Change the published log implementation

boreq opened this pull request almost 2 years ago
Use build matrix with two latest Go versions for builds

boreq opened this pull request almost 2 years ago
Make transactions visible in queries

boreq opened this pull request almost 2 years ago
Bump go-ssb

boreq opened this pull request almost 2 years ago
Log import errors

boreq opened this pull request almost 2 years ago
Badger logger

boreq opened this pull request almost 2 years ago
Expose sync writes in Badger options

boreq opened this pull request almost 2 years ago
Improve logging

boreq opened this pull request almost 2 years ago
Change import paths to github.com/ssbc

boreq opened this pull request almost 2 years ago
Clarify how go-ssb is reused in the README

boreq opened this pull request almost 2 years ago
Make sure that we are not illegaly reusing badger keys

boreq opened this pull request about 2 years ago
Error loading contacts

boreq opened this issue about 2 years ago
Add a network log debugger

boreq opened this pull request about 2 years ago
Peer sends message with sequence 16 as the first message

boreq opened this issue about 2 years ago
Message buffer fixes

boreq opened this pull request about 2 years ago
Add a migration that will remove directories which can't be read

boreq opened this pull request about 2 years ago
Call progress callback when migrations are executed

boreq opened this pull request about 2 years ago
Message buffer health is often low during replication

boreq opened this issue about 2 years ago
Call a callback when running migrations

boreq opened this issue about 2 years ago
Include Makefile in cache

boreq opened this pull request about 2 years ago
Revert "Force go to cache packages"

boreq opened this pull request about 2 years ago
Check the repo format before migrating

boreq opened this issue about 2 years ago
Redo on-demand blob/feed want list cleanups

boreq opened this issue over 2 years ago
Avoid creating extra goroutines in RequestStream

boreq opened this issue over 2 years ago
Better handling of errors when processing messages

boreq opened this issue over 2 years ago
Use scuttlego as a pub server

boreq opened this issue over 2 years ago
Publishing binaries for latest dev builds

decentral1se opened this issue over 2 years ago
Removing messages breaks the receive log

boreq opened this issue over 2 years ago
RPC responses are sent with incorrect body type

boreq opened this issue over 2 years ago