Ecosyste.ms: OpenCollective

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

github.com/planetary-social/ssb

A fork of go-ssb used for testing various changes: https://github.com/planetary-social/ssb/tree/fork.
https://github.com/planetary-social/ssb

fix error formatting of ErrWrongSequence

since .Seq() wasn't called on the stored field it printed the internal struct value of the messa...

e1167f623d948a8f580b5567ad847d6a9ae141c3 authored about 5 years ago
update modernc.org/fileutil

0aface5e3e7602fcd307c9dc89067ee219131fd7 authored about 5 years ago
dont leakcheck

TODO: add close to blobs WantManager to shutdown it's goroutine that
serializes and de-duplicate...

b47a91e726978368ec08098094dfc17fc7712724 authored about 5 years ago
dont fail on ErrContextCanceld

51fbe05e662a590e653dac01f46c6dc52bc027d2 authored about 5 years ago
fix int wrap around

75eeb6b6e6fab3d4f4afd9bd7ffce1b7c1c0ccd8 authored about 5 years ago
testing cleanup

5f99b98d290ebfb46c2cbd62cedde261c3445871 authored about 5 years ago
calling network.Serve() multiple times re-opens the listener

context cancel closes the listener

also adds listening chan to wait for its address

since we m...

ac20eec0851267deb23c55fd505685bfd3b28799 authored about 5 years ago
bump modernc.org/fileutil to make android arm64 problems go away

fixes #30

See https://gitlab.com/cznic/fileutil/issues/18 for more

9339f67aa75841704abd91426809477b5142b56a authored about 5 years ago
client with options

9a46affe10d85b08616cc29d01e13437bd2c2b84 authored about 5 years ago
SaveKeyPair: check error of mkdir

4e856a59c7a60d4be0793e3d8f367b7dbb7b0e4a authored about 5 years ago
use RWmutex for network closing

we can start connections concurrently, the only writer is the closer

a5defc70047acddadf0b0fd1613a1e48fb393db5 authored about 5 years ago
improve sbot closing

2ad13b81c247e549d76a216a545bb9963d6890a1 authored about 5 years ago
remove index status

not working properly anyway

191f7628ec05b6adba5ef7ef24ed7351a489b4bf authored about 5 years ago
streamline close logging code

8938814f96def6d388bd6cbf6a364af2c3c9e96c authored about 5 years ago
properly lock closed variable

87db3ebae9a0eaaf0169a59812322a61ca9a73ef authored about 5 years ago
make extra sure not to accept connections once the network is closed

a2752c4b4f71b87275ff4d25bd0c3c5b4e06d5e0 authored about 5 years ago
close network first

306edd1afcf27c7fb975945302750e6e4fde75d5 authored about 5 years ago
stop network node from making connections after it was closed

3396fd0e69af6a321e6f16cbb66266828763da3f authored about 5 years ago
fix storing received timestamp

up until now, the multimessage simply threw it away.

try embedding the timestamp in the CBOR of...

879898f2bb5474e5049dcf69c5577ce5adbf57e2 authored about 5 years ago
correctly decode createLogStream arguments

9ffa7b381de3e58e4ff2dc7b457569f7a888148f authored about 5 years ago
use various-fixes branch of muxrpc

01d753fe00cc4cd79aea396fdf9cd03ab32ba560 authored about 5 years ago
more levels and events

05a072ca1bcf904fd862aba5008de066618118eb authored about 5 years ago
clean up pool if connection goes away

bf20d96a3515e62bfccd82f8285ce97a2927391b authored about 5 years ago
do less work if the stream isn't useable anyway

626aef2c1420cd540568af338d48fd2979042348 authored about 5 years ago
include PID in status call

dd0c4e62d31652067c1a2e368ba07b87ca308749 authored about 5 years ago
always close the conn

and only log those as debug

182da0de5dc3ba6e7c96be3a0663cbfca7eed545 authored about 5 years ago
unblock drop-content-trigger updates

b8aa12f0033b7e6bbfc7ddf8184c19561d7d3c85 authored about 5 years ago
graph: reduce overhead of hops calculation

e7a2c540eabc4faa9781004469482f974089cb91 authored about 5 years ago
fix go-sbot to use unixsock as lateOption

7521669fb42650f05ab8aa61427b9646d9038516 authored about 5 years ago
sbot: add WithNetworkConnTracker option

75f23dfe7d16b15049f024b4b5fbc69ec91daca5 authored about 5 years ago
try sequential getting of blobs

d0405941bb445b07830527e7900537ed490a1555 authored about 5 years ago
sbot: fix race on keypair during init

force unixsock as late option

dbdc4dd479b013c00c8c69f54c253136b3824c4b authored about 5 years ago
blobs.get: use max argument

now also looks for the max field on, if argument is an object
and closes requests if the request...

348d82dd3ffcb04a7a4fbce818ab00c8112a8ee1 authored about 5 years ago
pass sbot long-term context to feed manager

9e6d894ccf3048c35b52615ca29c24c5b739591f authored about 5 years ago
go fmt

2477b8f9eadad5ec5151aaa513a6d5f0bd4b6c98 authored about 5 years ago
use constant instead of literal string for index name

f7b7de8b2e2cfdfe108587bafa9a4c38aedc4450 authored about 5 years ago
relax timing on feeds test

5d3136ef2b137ffac8118014d0e3a738556ab98c authored about 5 years ago
migrations: add func to find repos that still use badger

fba6b6d604b4231be46d461b6c82f465a8a27db0 authored about 5 years ago
use wip margaret version

13d181994a1b242512044c13d84a3defe169173c authored about 5 years ago
implement a basic worker pool for feed fetches (fixes #31)

aaa36fb98d5781b20701652d01ac5c7027feb1a1 authored about 5 years ago
gossip fetch cleanup

log accumulative fetch time (updates #31)

streamline some error logging code to produce leveled...

77f03c10cad17d783758eff297df3e50a03f685c authored about 5 years ago
only log failed pours

f3f7107eda31155d5ebadef2bf5bd7f27f984ab7 authored about 5 years ago
cleanup gossip stuff

and disable new graph distance check on createHistoryStream until we
have good tests for it

138078a1aa649dd85c91370a7d75f52fa0a6aece authored about 5 years ago
debug logging of createHistoryStream

9a0a9a79e6b1ab6085c78c1e6d9f55f4ad95561a authored about 5 years ago
fix direct follows

f2917277410f2212bcd7091f2c7ee3f4867879c6 authored about 5 years ago
add spoofRemoteAddress for unixsock

so the handlers can identify the caller correctly

add tests to see that unixsock clients can ca...

dd444c93ff80a638ec4b5855eb6ccda41634f5e6 authored about 5 years ago
fix auth regression

"self" wasnt correctly recognized on the new feed format

0717d3040eff2f5f5131c4aaa1710ffb74837740 authored about 5 years ago
increase sync time in test

running the tests with -race makes them quite slow.

9132095f3a4961f89c3d58757af0b2ee7f9d1c00 authored about 5 years ago
tests: fix shutdown leak

316fdf8892544c4becff384486aeb6cf7c06ebea authored about 5 years ago
fix js compat tests

e5b382463d5682481f567bc6d271b67c4a709856 authored about 5 years ago
simplify gossip fetching

4a53d686dd21333a61278ab0dc96e8cd3502d3f2 authored about 5 years ago
fix empty ID in hist request

630a7f201ab2779b3b10453fef19262e21a7e109 authored about 5 years ago
more levels

1a68bb75d34efa9413ad34e59391881aeed24f19 authored about 5 years ago
fix cleanup flag

18190b2375f7538a0697fd1829282aca921d3aaf authored about 5 years ago
go-sbot: add -cleanup flag

this removes feeds blocked by the bots own feed

60717320357bf8200c81d08840e2d1a230cc8c7f authored about 5 years ago
dont deliver blocking feeds

make sure we don't give feeds to people who are blocked.
(alice blocks claire, claire tries to g...

1eed466717c2aed82057cdcf6e84074efd7e07f1 authored about 5 years ago
include size in blob logging

3e843d6cfa145f6250be8fac98720009c89cda81 authored about 5 years ago
clean up drop-content consumer on close

64eb78dea23d61986014fac37ea231bb8e8319a4 authored about 5 years ago
test re-sync of nulled feed

0abec8642ea9010bd97f017802fb009fa8110823 authored about 5 years ago
remove duplicate plugin from tests

219cc64628276f2c84f4bbbd250de2864cca1f66 authored about 5 years ago
remove sinkidx from graph.Builder

3e5fa5952488d7c5778404ce76c0832d2a7268db authored about 5 years ago
graph DeleteAuthor

374a784ba6e016557b7fd22e0e04915e1ae4e907 authored about 5 years ago
update margaret

db14ca0b06ccb4408dba00e6ea2c5d7334c2c298 authored about 5 years ago
try index based feed delete

7a231870d49d8916d817be1a977e0c7b9bf132bb authored about 5 years ago
sbot.NullFeed: use repo.OpenLog

7269ea3aa51dfaec13b2ba1c08879a4b64ced33f authored about 5 years ago
delete content requests

* index processing
* margaret with replace
* load index plugin in sbot

86843ccd254c26ff480ddc248582e08ee2beec5b authored about 5 years ago
Merge pull request #37 from cryptoscope/add-blobstore-option

Add blobstore option to sbot

ec075006c8634d3396c358e14bafa3b468662da3 authored about 5 years ago
Merge pull request #39 from freight-stack/issues-link

Add issues link in README

0c9cd9da98e7451faedfad808774a9a074bd32f8 authored about 5 years ago
Add issues link in README

Help user find and report issues in README.

c67791ec63c438afada49bbf51619c6d45e42cd9 authored about 5 years ago
sbot: add option to configure blobsStore

fd2160d01bff97e2632766712bc96724bf34045f authored about 5 years ago
blobRef: add Equal and IsValid

6e72017637ad9d9c68a071ce5a17b062a1bb17fb authored about 5 years ago
Merge pull request #35 from freight-stack/install-instructions

README: use git clone for installation

ece4ecd17b91319fcb48fe311282a837953654b6 authored about 5 years ago
Merge pull request #36 from freight-stack/permissions

Secret key file permissions

fde7fc5b7c467a3944f45d23959a6ecca9e0d3e2 authored about 5 years ago
Expect secret file permissions

Make error when secret file not have correct permissions.

71679f3e326d560ad7738100afca9c0b5301b3d8 authored about 5 years ago
Secret File Permissions

Save secret file wuth permissions same as ssh.

5a62dfeee0a00b77637469ae1eaef5dff017d5f1 authored about 5 years ago
README: use git clone for installation

Use git clone make installation instructions more resilient.

c31d9ec5fa5447b88214943fa5576b4cdc3634c6 authored about 5 years ago
fix sbotcli compilation

5d1473dc10ec76793148d24f1cfe5f31bb0e4964 authored about 5 years ago
fix test compilation

8a1c8e8bfb95346bc043db868d0f72112bef0dbb authored about 5 years ago
go mod tidy

1e3bdf943fb920c6e4679effde4e88bcd344d9de authored about 5 years ago
make sure dialed conns are closed

some dialers mit return weird errors

d2c564a15affda1456b2f260b3624599f4003eb8 authored about 5 years ago
some more debug logging

89374fc76afa001252ba2d8b93aa0a01bf663b5a authored about 5 years ago
sbotcli: local blobstore interface

5018195118c047181851a63dfd88749a25397a23 authored about 5 years ago
Merge pull request #34 from freight-stack/go-sbot-compile-fix

Fix go-sbot build failure

c18792ae02dfa2acafc46a5935694ca6dec97539 authored over 5 years ago
Fix go-sbot build failure

Fix use of AllKeyPair return value.

c6e9fcc2538d45aa55ff44af1fa36f0ea77104e3 authored over 5 years ago
dont log every gossiprx

60e543e69f4d33474f8ea87aebd1e0f9cadd4af6 authored over 5 years ago
more error cleanup

559861199105ab3ec11b331b34a52ae4c48a94fa authored over 5 years ago
gofmt

124275cb43d50a6893f59dbaa1d1fb82f4b68257 authored over 5 years ago
repo.AllKeyPairs: return map with names

before we just returned a list of keypairs (but without known which is
which)

d791c8879b0f6fd2121785679c0e75b5035ec437 authored over 5 years ago
const name

78bcf1414b3c580d11da6b4ceb191d943d92f5b2 authored over 5 years ago
cleanup logging

b28b69b508dfd1793a80975c5a781688f1df3bfb authored over 5 years ago
don't logtest

nice idea but unusable in other goroutines...

55ec0a77bf3be753a98b8808aa8832c2a1c520cf authored over 5 years ago
disable tests of experimental features

some of these are still work an progress.
will enable tests again once they are stable.

668413c41f2a07b59feca461288b21477700e6b8 authored over 5 years ago
cleanup test logging

2220cb5c903a3f2e4bec86a7c9f2db44ea1f2bf6 authored over 5 years ago
versions

ecb6fc73b35f04c3431df807cde777f48fbbfcc0 authored over 5 years ago
blobs tests

08ffe5d86d56cf248cdf284b7b78db5f2d1ae218 authored over 5 years ago
more leakcheck

b01d73168b8e0f59d58c8d23df24e1f266f34268 authored over 5 years ago
don't pass feed ref to wantmanger

the gossip plugin takes care of not calling on self

ce8fb48a6d12ca7642ea86ebcac3fd2e12b9db69 authored over 5 years ago
don't log nil options

6f4021d46c877ce8e696d705c63f2824c8e398e6 authored over 5 years ago
add Makefile

e2bd3473f007b82a06f374b65e6354cab5b4c266 authored over 5 years ago
make sure private messages can be turned to JSON, too

66f32c5b06e1f3d8bc2813f4aab4684bd97efee9 authored over 5 years ago