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

set height on image

1c7184ced3f9378528cc22fcf7f0e327bfd2251a authored over 3 years ago
more badges

53c0c0429a840dd658ed7b21ff9bfcb8efc9749f authored over 3 years ago
update readme more

ce44056cf2f90a65dd802e3aefb6e1b7c6945b4a authored over 3 years ago
Tweak the logo on the readme a bit

f97e7fc444c70f8f33fd0fe7eebb94b7b1fe10df authored over 3 years ago
Merge pull request #96 from cryptoscope/log-converter

Log converter

9998d98c222b1ad3d844e82766012482e8f4bfe3 authored over 3 years ago
add hermit gopher icon

7bc7efecf10e35e4b62074d082d69fb843a35f91 authored over 3 years ago
combined index test

17d4d7ee70995fe6811ffd1f8d9cef71843dea45 authored over 3 years ago
add benchmark for indexing

3c7b5aa139321e8575e46ac07921c64334c1dbdf authored over 3 years ago
don't commit giant authorlist as go code

fbced644d22c3565342b3207bff87f29e07dd40c authored over 3 years ago
start indexing performance tests based on fixtures

c6def42bc0a5444711d060f1ef6bdda4bf9da079 authored over 3 years ago
convert from flumeoffset to go-ssb

4e413526498036bef6f846132d00f5a9b44f29a4 authored over 3 years ago
abort replication if createHistoryStream isn't exposed

like with rooms for instance

a3e43738e715d9cd4345a60f540c382dec2d3c7a authored over 3 years ago
fix two typos

f2c9a5ac37fc0aba979e6f0071d1570d0f5b4139 authored over 3 years ago
Merge pull request #97 from cryptoscope/untangle-statemat-from-replication

Untangle statemat from replication

24f7fb5e821e936255dbaaa401e2faf50830a13c authored over 3 years ago
update muxrpc

2e3b795cce376600e987781b2c02b42e9b639640 authored over 3 years ago
cleanup some logging

afc1293fbd623fd5a4d86e0ab1efda93fb52b5c9 authored over 3 years ago
remove muxrpc transcript

8221eaf4ffc6a9a91f60964e1a4592794d0e17e8 authored over 3 years ago
more logging cleanup

3bcd1890d7f0d78e2cd025b207495071d48b6133 authored over 3 years ago
rip out replication lister from ebt state matrix store

updates #75

bf0235189ae8b45b59b08a5b2021ee42bed65d92 authored over 3 years ago
expose blobs.add over muxrpc

instead of re-writing the muxer to have auth parameters or adding a 2nd
handlermuxer with privil...

5fa682901a19b62255450d93ec3a4dbfac006c46 authored over 3 years ago
fix some tunnel stuff

6c585f457077fd00ef9e38e45f097c55bb9c6ea2 authored almost 4 years ago
Merge pull request #92 from cryptoscope/rooms-support

Rooms client support

ecb7d4f91a8e1baf2094030eeebad1335f526dcf authored almost 4 years ago
pin muxrpc fix-stupid-timeout branch

4c8e39f46c0e5c1985f85e546431d840a57f12f0 authored almost 4 years ago
room alias register and revoke comands

5c3111715d4a34bee75f02517b8111d8118d1b1d authored almost 4 years ago
tunnel client

1d35cd49495b9ac27ded787c22f9e195831f7f69 authored almost 4 years ago
Merge pull request #89 from cryptoscope/fix-ebt-eof

fix ebt eof

b91a0304bc0e6a6dcda04b599315656f696c8f4d authored almost 4 years ago
Merge pull request #83 from mhfowler/quick-start

Add quick start for go-sbot documentation

393a82515bd0eac3a66fdb5cbc320f3111d6aa05 authored almost 4 years ago
update Go versions on CI

d8ecaca34adbe1ff53f7b801ad13ebd2cd72debf authored almost 4 years ago
Use named constant to describe perms

The numeric perms are difficult to understand for meer humans.

9132e5ef6e467454b77ecc3452fc616a31f7749e authored almost 4 years ago
Attempt improving loadFrontier clarity

Isolate the different cases into their own code blocks could be easier
to work with.

fixes #78

7f79ef6584be7e750802093706bc5386276175bb authored almost 4 years ago
Use var to hold hex encoded name

Small improvement on code clarity.

c7490ec868fc2dc4eb4131d99b7c7c0bcb5c0db1 authored almost 4 years ago
Minor comment updates to state matrix

6256d3d707804335395a515ca9fb94dd8cde50f5 authored almost 4 years ago
Avoid writing empty matrix file

Overwrite the file by renaming it with an already created copy, moving
the problem of atomicity ...

957b8ce85f84faca4a3c0f17112477d95e0ea5ab authored almost 4 years ago
statematrix: rename files

ql was from the first draft when this was using modernc.org/ql but it
isn't any more.

28aedb953fb1df0959d7a408dbafab225f2c5d5d authored almost 4 years ago
fix peernvites plugin

0a7b478bdb6541a94a808054cadaeb4b7f2dcba0 authored almost 4 years ago
pin muxrpc wario branch

ea597c5426ce4e564c2e4ccc08c6310be6877fa2 authored almost 4 years ago
get: switch handler to RawArgs and add a test to sbotcli

a4c84f1b423ddf0460e3bd33794c95495328846e authored almost 4 years ago
Add quick start for go-sbot documentation

070e84f5ceaf685074b57974dab4f5d550ca2ef4 authored almost 4 years ago
sbotcli: add invite create with uses flag

'sbotcli invite create --uses 15' should work now

updates #82 - TODO: accepting those with sbotcli

7ce5db2b6b4b2ac549591aeb2f3a00ee7cd2e038 authored almost 4 years ago
fix connect command return value

8d955f244f865e3884dbf2392a1ae565e6e5aa7b authored almost 4 years ago
sbotcli: fix publish command return value

publish worked but it didn't parse the return value correctly.

strictly speaking, this breaks b...

256a68f59118ba8de7f969f8a2d1c28a910309c9 authored almost 4 years ago
fix some tests

8edfe14df0774936dabf1eda264ef08157dacad2 authored almost 4 years ago
pin beta1 of muxrpc v2

e5d0d54664419df881ab0fed5f2c3338d453f20a authored almost 4 years ago
Merge epidemic-broadcast-trees

f8b517c21b5d9b8fb05f923f29e59dda9a1730e5 authored almost 4 years ago
muxrpc Handled()

15d616d41b0abc02b347dd3008719ab228eea81e authored almost 4 years ago
disable timestamp sorter

see https://github.com/cryptoscope/ssb/pull/61#issuecomment-760795042
for context.

The mentione...

ace3e87e898d75d19448e535ea566d479f224b77 authored almost 4 years ago
fix unregister panic

6d13f81bd03eb727e6b86615d53772cd1d7dbf63 authored almost 4 years ago
slice-less multisink implementation

i'm getting a out-of-bounds panic on the unregister.

not 100% sure this will help... the panic ...

eebe726af1ab1d84cadc607f569606b77fde1642 authored almost 4 years ago
pin new muxrpc branch

9f89f590d4af850372c74074d21c1e2981cb4275 authored almost 4 years ago
yet another muxrpc fix

d26ed1c93ddb0b664909ba1d84e26b973e85285f authored almost 4 years ago
simplify multisink

14b9d715843e19be97518f175ae02ad30438a6a4 authored almost 4 years ago
go-sbot: homogenize flags

8c2e8de758380641211c58d208c9c889f6460e5b authored almost 4 years ago
HandleCall change

c9aad841d2b6a46d79f25e99fcc57eeff17e3b1a authored almost 4 years ago
various cleanup

among other things:
* contemplated replacing the broadcast
* fix manifest

4bce9fe25cdda61a0fc4cb459e93c7bf3569eb09 authored almost 4 years ago
rework the available queue

found a deadlock on sending to the available channel.

guessing the workChan loop deadlocks beca...

5b1fc97652d744320b7a9d3b8deb6fa9e01e62a2 authored about 4 years ago
blobs: use v2 muxrpc api

a5949d88dcedbffce06562874012d5ae2a7428c5 authored about 4 years ago
pin recent muxrpc branch with fixed NoSuchCommand

24afaccf7fb23c134d8e13ea8074542a8ee89ce6 authored about 4 years ago
cleanup debug printing

3f87c53c6367d1fa2f6fc87f73e751cc5d47089f authored about 4 years ago
supply tunnel.ping like gossip.ping

5c7959930b39e90bb117c083893c338d71a2dd7c authored about 4 years ago
and the go.sum

a95d4826240c6c5b4320e19f4b7b5d1b7d28ab74 authored about 4 years ago
pin muxrpc v2 to latest wario

42e967cfdf599539e8e6b08aa530a89c13a98b8b authored about 4 years ago
also remove ebt state when removing a feed

it removes all the state but it's much less of a hack to just let it
rebuild on the next connection

25f623f7a48b5d7127e30924f9a5c369433f408e authored about 4 years ago
remove some debug prints

a6149b44bce54da00207cd10ebdb42f92d5211bc authored about 4 years ago
ebt fixes

fe003d543076a159005b4b507d12ca77a0ca943a authored about 4 years ago
more feature flag stuff

20a715f7b9a26071662337c7b0af5b3467f7fee4 authored about 4 years ago
gossb-null-entry tool

usefull to eradicate entries in offsetlog by hand.

Say you know 15, 28182 and 21881283 are prob...

8c982011b0339b8a258a2ee790c6dd99098a8427 authored about 4 years ago
small fixes

982b28596ffe5d86ef763f544f260d9b143e7efb authored about 4 years ago
add feature flag to disable ebt and legacy live streaming

28947c444c750528e0dae43a852fad2ba75f8c30 authored about 4 years ago
ebt: skip other formats

with arj's patches we could speak seperate ebt channels for other
formats but this will be done ...

30507b3568870055848cc52b9adcec334aecd827 authored about 4 years ago
remove luigi roundtrip from NewKeyValueWrapper

41423d7218e2356c0d1a79b9e56001902a8d9cbe authored about 4 years ago
add feature flags to disable ebt and legacy-live

4f047213cf3138b0b20e02efeaa6bc82acec4c21 authored about 4 years ago
fix messagesByType

7a64da3d80e029a33cebba31e8c23b3e2885034b authored about 4 years ago
more client test cleanup

0ed20c5fe2ef9a8d121ef69a9c79d8e7c9914c98 authored about 4 years ago
refactor client tests to new muxrpc api

c6ca3ef3541e3f32b5c58305252d74e190e543be authored about 4 years ago
cleanup

3dec566f48224775a216da162dcbd03dac181180 authored about 4 years ago
pin muxrpc v2

464e9d89d856e2118adbb6f09f4b6d448ed6ab73 authored about 4 years ago
ebt: un-subscribe when a remote peer doesn't want to receive anymore

42c3b555611097dc1adfaf37265a59c14b7d39d2 authored about 4 years ago
more ebt testing

877ce67a1c5b024d528326c782aa98f591fcf6e1 authored about 4 years ago
cmd/sbotcli: muxrpc v2 changes

1e0903014618b1544e30e969f21eb46e64f56b0d authored about 4 years ago
ebt: session managment

6855de8c752c417c00c803ca13efab92aa46970f authored about 4 years ago
begin working on feature negotiation

moving the _when to fetch feeds_ logic from `plugins/gossip` into a
small handler in sbot that k...

f4bd036cdd86f5765cdea91735142a0f2a81a88e authored about 4 years ago
a bit of testing against browser-core

e35605aa55942dc0062fb8f671e6caf9a4a47ab6 authored about 4 years ago
cleanup

e2b6c22935e102f255600c3555f680eb5b5d6d00 authored about 4 years ago
start dropping pkg/errors

it feels like the nicer API but talking a stack-trace every time
introduces quite the performanc...

fb2e66648b14384e9cb92ecfd6b64dda52da09be authored about 4 years ago
a bit more documentation about negotiation

b884aa0febe943c5043e3c437fe7487836d6adbf authored about 4 years ago
big muxrpc v2 changeset

3fbfafa9816251b8f65abdb0c45db50a1ddff846 authored about 4 years ago
various clanup

* fix json encoding flag
* ebt/clock: skip invalid feed fields

fb78176932fbd22d4f079062c24a79bc6d5179a3 authored about 4 years ago
re-write stateMatrix as simple file store without sql

* register live streams even if we don't have the feed yet
* don't receive your own feed back
...

5b7cbb3033953ae12a99a020e53a8cd402f26bfd authored about 4 years ago
more cleanup

* use verify sink in ebt
* fix multiCloser
* remove luigi from verification pipeline

bf6c09ffe1da5d8882330b0fd7ecae5b88c16dd5 authored about 4 years ago
new v2 muxrpc with luigi-less api

4ed12c3e77a68a3e0d8ddec92e492cda21025126 authored about 4 years ago
update the clocks correctly

we don't just need to serve the feeds the remote peer last told us
about.

that's just their cha...

f2a2a8e820764f2df20dbcfd0304c84892b5b80e authored about 4 years ago
TODO: need to refactor muxrpc to get a pure []byte stream

reading from a JSON duplex slice unmarshals into map[string]interace{}
already, which breaks the...

2fab7485ee9d03e9a876efc98a5a3be478e1fb06 authored about 4 years ago
unpin local overwrites

5756b3e18b6a5ccb3f3868be1a7833a9eb9c0204 authored about 4 years ago
use feed manager to stream (live) messages

ef16abd81c559112fab4cb5ed74874f5609f0c9d authored about 4 years ago
TODO: rewrite statematrix store

4105dcc31069fdae99230298950960abfb4983b1 authored about 4 years ago
muxrpc/v2 left overs and clanup

b0176e87a232baa517ce85d9c087b368701a0395 authored about 4 years ago
better test debugging

d4b84013161a5efd496708ba0979187fc56924cd authored about 4 years ago
commit muxrpc version

0a9a0b0872a5e9e5af126ae1ce406163f5e36a46 authored about 4 years ago
epidemic broadcast trees

b059bb3dd4d2008412141132beb75dbb4037db26 authored about 4 years ago
sbotcli: add -timeout flag

It is now possible to configure the timeout for commands/streams.

The default is still 45s, whi...

425415301d78cab4bb829428e44f8ede85eaebb6 authored about 4 years ago