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

add hardcoded manifest

could propably be slimmed more but does the trick

870a61c1e4d3d77b0b406c59c920324faec3b364 authored over 4 years ago
try oasis slow-start

no index for timestamps yet

switched logging to _relative since start_ for some perf measurments

a4044f106b45bd9c27ccf9645637f4f8d100bd6f authored over 4 years ago
createSequenceStream handler

this makes it possible to use go-sbot with ssb-client that has local
plugins

https://github.com...

9322ddcbcb62b1e55f84a08855e4842d2bc07707 authored over 4 years ago
missing manifest stuff

f5f5a3465ba292ab0dacd4c924c268a02b94e19f authored over 4 years ago
some wild hacking

0fe8e6d68219c2ec7175159c831bd203e68c67bf authored over 4 years ago
blobs size

ee6a2ed68a2050e5838c6658d0b12f518b461a69 authored over 4 years ago
pinned librarian version

0bee6a5530dbae2b50cf973ecd128e82a36b54f5 authored over 4 years ago
some part of ssb-ws

like @mixmix I thought ssb-ws stands for websocket

it actually is supposed to mean web server, ...

0f946cea3ece157fda962685e710d56500f1f1e2 authored over 4 years ago
Merge pull request #57 from 0o153/fix-darwin-secret-perms

Fix expected permissions of the secret file on OSX

a0ede56456de2906eb635eb6bcc3a88ea9c9eca1 authored over 4 years ago
Fix expected permissions of the secret file on OSX

Bootstrapping from secret generated by the latest version of Patchwork causes an error:

- https...

19f2afba7be335915046fcc150ddf4babc2814d5 authored over 4 years ago
fix some tests

78f6eea604af3f43682a6da7ec6883a3f03773fa authored over 4 years ago
sbot: add WithReplicator option

f0307f0f26aabb5704e33c4c4167a70fd239bf55 authored over 4 years ago
add mass block

0541924cdab45a197cd605a4225e80918294bf8d authored over 4 years ago
use new muxer a bit

8e053da525dc197043cef6f394fcad0f1edd8fa0 authored over 4 years ago
some ssb-friends commands

f976155b2ee3d3aa212e9172ebf300c6aa816067 authored over 4 years ago
go-sbot fsck fixes

881e010f7346b79a6e76a7b624882e33b3e7ba66 authored over 4 years ago
fix some races

f347fc2ff82eddeb84961d4868c8f50a3ab11932 authored over 4 years ago
graph and blocking fixes

cf2f580d420c12df70786518e0c0117c16c94105 authored over 4 years ago
Merge branch 'seperate-feedlist' into batching

ba6adb9cf6728e65ba1e5959a9ebc77e058dc5b5 authored over 4 years ago
refactor index updating

* use badger for get index (until we have batching on the mkv implementation)
* removed repo.Ser...

1ff6bc9858f11601620203822a446157e9d407ea authored over 4 years ago
gossip: refactor to static want list

* port some tests to new replicate api
* remove sleep from some tests
* add DontReplicate and Un...

bbd9508a81b806c26ea64ef66224f64fe06aac77 authored over 4 years ago
some logging cleanup

remove my old custom check fatal thing and add red color to errors

ed4ef7067889e94f62fae12275b50774ca192bda authored over 4 years ago
sbotcli: initialize client as late as possible

Restrict connection errors in the client to areas which affect
connections by initializiating th...

c4ab8d0fce5a8e7829f169330c0b73832e11d1ef authored over 4 years ago
github actions: add install steps for node dependencies

93044bab1bcb46312aa659b8a57610e25114f36a authored over 4 years ago
Merge pull request #56 from cryptoscope/add-github-action

Add github action

ed455e317a17d1b5669e23f07d447312f7d54692 authored over 4 years ago
Add github action

5a66ac43bb3cd876e02ba010a1cf67bcf8c3f87f authored over 4 years ago
add nommio build tag (fixes #51)

to disable badger mmio mode use `go build -tags nommio` when building
go-sbot.

b9735bcc9537c48d413a02ffdbb5bd4d18d01edc authored over 4 years ago
make SecretPerms windows compatible.

this uses the '// +build ...' quasi-macro at compile-time
to decide which perms to check the se...

96d5071134b6c127f2c26bd5b461c6b80794b3df authored over 4 years ago
go-sbot: Panic less in main()

Copy the pattern from docker's cli to log and return errors without panicing.

468ae875410c8efed9207536dfe17f25ddbb9598 authored over 4 years ago
updates deps (updates #53)

079b278a724f4fb3d612bbc391bcd5a57426bc53 authored over 4 years ago
better Makefile

c51bbfb80206f389c49413bfc408c2f705ff64de authored over 4 years ago
fix crash on missing id argument

b8507f81fa246aecb30b5bff3eaedcc3754b79b6 authored over 4 years ago
clean up some error handling

4a245cb89c646a6c88661695878a9e0a893d04e2 authored over 4 years ago
blobstore: refactor options code for wantmanager

the previous style was pretty icky and we use functional options
every where else

97c4217ae1b2ea89c6c34b28c2eac5f52dc8a49e authored over 4 years ago
protect sending wants from changing

fe8ee7e47ce1d2378d718dc45a23306f2a10ff38 authored over 4 years ago
fix empty pubkey?

d81f51f7944b18dabab55699d7bf10bad199055e authored over 4 years ago
don't trim too short byte slices (fixes #47)

This was an oversight of to much happy-path testing.
A malicous peer could throw some invalid, s...

31f655e1b052dfa3680ba5de04e0a7195d1fdc68 authored over 4 years ago
fix deleting the whole index

f0c86323aa9cd4f0c592950eeead493a77c9186b authored over 4 years ago
dont panic if an returned invite message has no key

TODO: add more tests

13501a25daa644fd6174e99b7851fcc33f379746 authored over 4 years ago
delete corrupted index

067b9877b711220f62018a1be11870b9d6f962a5 authored over 4 years ago
dont panic when shutting down with custom context

c2edb4afd66e231eb5c4292639a74a91e010be5c authored almost 5 years ago
post: add AnyRef to handle all kinds of mentions

4baabc4fa63c8b5d3b58f04dedc0ce056ad234cb authored almost 5 years ago
disable badger logging

91958ebc9057c74a2996ed81215b8988cf68524c authored almost 5 years ago
logging cleanup

ba5e4ce6d0a818d2ba534ac8cfff2410cb48fc35 authored almost 5 years ago
improve replicate.upto

d91d889a17fb98cf334bf3e921805561688a7be4 authored almost 5 years ago
fsck: better progress reporting

add percentage and time remaining

use configured logger for nil progressFn

optionize api: the ...

5d2c0d921fa4ae96895bed6edf0e7c8a885934d8 authored almost 5 years ago
update margaret

0b690739f8076fdfc3df7fc37377f9a9a7d793a3 authored almost 5 years ago
add EncodeKeyPairAsJSON

44df75dbc9e7682b31066e5e589778199efa8812 authored almost 5 years ago
skip nulled messages

15e1b12372dc6279ae4c8c3ad2323372f0e0ae23 authored almost 5 years ago
Update readme

834fb10ea62274421f72a1cfc60db4ea3b75f533 authored almost 5 years ago
fix status marshalling

4664cb404bc81b2cd481736d9815508c11ed5502 authored almost 5 years ago
document fork reason

more comments and updates #44

6b87159321bf41cfdd995c5c0e6a752ebd1a7575 authored almost 5 years ago
Merge branch 'master' into xCrypto

4310d5a24560c95751dcbeafa2211396d7e9bb72 authored almost 5 years ago
logging cleanup

9db2cbf03672d413c35b3d1047df254983d11ac2 authored almost 5 years ago
extra25519 for curve conversion

5b1bc413f5a3117f6d007bb6f9db793ce874dbfb authored almost 5 years ago
use secretstream pre-1.2.2

8ba72d90bab33604493abdb12edc1cecfed75e9e authored almost 5 years ago
try secretstream@xCrypto

59584ed381fb5dcf61c5a696fe399f34cd8221ac authored almost 5 years ago
ignore some debug print

b767e36eafe52d48310e89f944c799c55c4f9177 authored almost 5 years ago
typo/bug: was checking wrong feed before fetching self

b15185a63fbbff92ee0715f46c5ec51e6a80e1b4 authored almost 5 years ago
use external multiserver package

59e814f46ed2d1f0d5837f7dbadd1206ee4d38cd authored almost 5 years ago
update dependencies

b4d663e8b6350cb52525b28ebd37845c42f95c4a authored almost 5 years ago
diffuse race in test closing

3b014fc7544b215cd0d47c4f6ef076f3f11a8bab authored almost 5 years ago
legacy ssb-invite

a70154f9edc0532f1662f581971896f1dfcc5219 authored almost 5 years ago
ShortRef

unify how to present Ref() in a short way

6f302086e4e00608e1129d767880d1b069c78e33 authored almost 5 years ago
resync existing feed if it's missing

52635f0cb7ab24ac91acaff2a1743c7925881ab6 authored almost 5 years ago
Add context to ConnTracker

this way we can kill old/previous connections more effectivly

e3416e73e1b4ac48f941b91f303a64e0078747c5 authored almost 5 years ago
this was not helpful

it was added because of a incorrect context setup.

proper use of context cancelation solves thi...

be7e45382ed86824cfb5d5b474c454b3f01eb5d5 authored almost 5 years ago
ctrl.disconnect

f418ea648f9f44d3e054c8d4c85f50962a4d45b3 authored almost 5 years ago
add repair flag to go-sbot

d8cdc23a1b6e7b744dc8b7ffb8531298d4ba0ac1 authored almost 5 years ago
cleanup network conn closing

c340484463435f478faef8990bfd62e6918ef0a3 authored almost 5 years ago
message params: save some bytes

using omitempty we dont send default, zero-values over the wire

0e2c9ad9fa35c70c280a199ad0a75d76f9d600a0 authored almost 5 years ago
cleanup comments

31f44af5e48caed47292d8325f450d12f12a7130 authored almost 5 years ago
renable leakcheck for blobs

3a0ac470383c6e7627f03ab9c9d22f3cdda9e674 authored almost 5 years ago
add io.Closer to WantManager

this is so we can shutdown the processing pipeline completly

b894ffa469cd15da636e19f94a328ffd1cda114b authored almost 5 years ago
verify: remove context argument

2a58260a25c212a007591e2158a4dc5458e06a51 authored almost 5 years ago
don't ask for your own feed from remotes

1640e014b12ba47737a845a07dc571c389e2eace authored almost 5 years ago
dont run sequence fsck on every start

1393f9e0866e31fbd10080674cb858620cdb5d04 authored almost 5 years ago
fix and test received time

re-enable stored recieved timestamps

3b291e9d342916685ef2a50bec7a3e507d4dc42c authored almost 5 years ago
fix usage of unbox log with wrapped sequence query

0aaeb334362cc94cd568d521b906e2aeaf556a30 authored about 5 years ago
collect all sequences

54a13b22715188ed43477a1eea5b13997e42c9f7 authored about 5 years ago
implement a naive HealRepo for corrupted and forked feeds

c1440babaa4cfdcdc37a2f3d7abe5b251cb22cd1 authored about 5 years ago
add tests for a correct repo

1d353ee23a6c4773e28c72671896cba7cff750d9 authored about 5 years ago
use patched margaret version

fixes null() of nulled entry panic

f67cf1da8e8b45ff9401a324b8825eb822604060 authored about 5 years ago
skip messages correctly

v was the seqWrapper

d3ecb9867c7b9ed34b2a2c8aebfd7af4d2872f52 authored about 5 years ago
fsck bug fixes

10a52fbaffcbc69c75b3d998937fa4ddac39c380 authored about 5 years ago
also track ALL sequence numbers that are broken

to ease with healing the log

0319d5bf005ca44620bc36a6c2ad75aa08bb8ac3 authored about 5 years ago
better fsck

re-write sequence checking fsck without the userfeed index

reuse ssb.ErrWrongSequence

add fsck...

8279105eab5e9c6b8bebd769d0223f744882a659 authored about 5 years ago
some inspector tooling

6b3103a11715fb6994ccec3be77fcbdc3b4840d3 authored about 5 years ago
some random cleanup

530fb106daa930850f778098c849524d0177899d authored about 5 years ago
error cleanup

237d78c46baa6d3e62c50e84414918fa6c05473b authored about 5 years ago
fix content null regression

9cc2ea37df8f0bd434fcd1dc701608355365baf4 authored about 5 years ago
overhaul FSCK error return

d88eb706b903d6f9c07362f8b20c93c39f316b03 authored about 5 years ago
yet another build fail

5fa1c453b1a884dd1a4fe69416e6a15108afb1cc authored about 5 years ago
handle bug in librarian

062ecbd6433b9c85b9ab248b411b390eb5d031a1 authored about 5 years ago
dont stop ticker if it wasn't started

a44792d82730f522bdf299b5b2d7941427ec86f8 authored about 5 years ago
fix test builds on some plugins

50b501081b4546357fc970d054e16622f8e6f75b authored about 5 years ago
blobs tests: stub remote

bf4fc48d68016d49e775e835ddde4d9c44a879a3 authored about 5 years ago
bump version for crabby format compat tests

880430bb398831c29d554e25530565dc94925124 authored about 5 years ago
whopps custom ssb-server branch

needed to bump sodium-native because of the shrinkwarp(?)

0dabc1a188cb5bda2bd12d2ade96ee2e1c212b6b authored about 5 years ago
make nodejs compile on node@12

a71e00e0cade0efaeb50f27bd90778cc25a1a57a authored about 5 years ago