Ecosyste.ms: OpenCollective

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

Planetary

open source secure scuttlebutt apps
Collective - Host: opensource - https://opencollective.com/planetarysocial - Website: https://planetary.social - Code: https://github.com/planetary-social

vendor margaret@nullEntries

pre-release

github.com/planetary-social/ssb - 6c79111b9dba32a1a337dcb7d270dfbfb031a2bb authored over 5 years ago
move reflen error

github.com/planetary-social/ssb - 3f850c008166784c91551486c6310a7806862dfe authored over 5 years ago
gossip: move fetch functions

github.com/planetary-social/ssb - 0ab98c1954aa52767c84f71043217bd7e56d4391 authored over 5 years ago
close conns first

github.com/planetary-social/ssb - ca1a2837c36c7f3a8a4799ea20e7fcf2355f3cd6 authored over 5 years ago
fetch missing feeds first

github.com/planetary-social/ssb - 9ef8c2f06c2abaae91cdd87dc978c3c567f0c9f3 authored over 5 years ago
cleanup handleConnection

* with the ctx timeout we don't need the other sleep
* only log if err
* wrap conn after accept
...

github.com/planetary-social/ssb - 4a753eff5394049b7537947c6ba270dd4c8be86d authored over 5 years ago
Revert "ConnTracker: alllow 5 connections per pubkey"

This reverts commit 0d42f9a957b2faa8c3b2a88005892cedeeef1021.

github.com/planetary-social/ssb - c9dfdee34d9430851915b531c411deb967276a71 authored over 5 years ago
vendor [email protected]

use packer Closed to cancel session

github.com/planetary-social/ssb - 168eb3a7fdc655b9f0922d92a5d40ab1b7696701 authored over 5 years ago
Hops testing

passes if nick names don't screw it up.
somehow this works most of the time but somtimes(TM) it ...

github.com/planetary-social/ssb - 3be5fef94e67d84a7d5bd0b8c788061b0413afd8 authored over 5 years ago
drop feed tool & waitable indexing

by default indexes are rebuilt live from the rootlog (new messages come
in, indexes get updated)...

github.com/planetary-social/ssb - fddd7a02131b85ee721c9e135c4d394741113d20 authored almost 6 years ago
go-sbot: dump muxrpc debugging

if -dbgdir is passed it dumps rx and tx files in repo/$dbgdir/$conn

github.com/planetary-social/ssb - 3b2008c5f010705c7ae2c05fe5990450e1654e29 authored almost 6 years ago
Advertise on all possible addresses

Emit local network UDP advertisements on all local addresses when an
unspecified address such as...

github.com/planetary-social/ssb - 44d85f1b2dc6b50540cfdb925015aec312d5ed74 authored almost 6 years ago
ParseNetAddress: Fix parsing of Port Number

Expect the port to be specified entirely by the received Net Address.

github.com/planetary-social/ssb - d40bb0eb6d47640d897c1335847f8aa425024415 authored almost 6 years ago
Fix ParseNetAddress handling of IPv6 addresses

IPv6 addresses should be defined in brackets when including port numbers.

github.com/planetary-social/ssb - a29b127931a3f891211112e764c755e6d86f1543 authored almost 6 years ago
various fixes

just more of my style tbh.

* some more error comments
* actualt multiaddr formatting case
* use...

github.com/planetary-social/ssb - 88e6c47e9aa5542578f77f0200b71d0b2f18078a authored almost 6 years ago
Declare constant for default port

Use the constant 'DefaultPort' to specify the default ScuttleButt to
improve legibility.

github.com/planetary-social/ssb - 82d360304be3be0c0148202261764fdb490dc3dd authored almost 6 years ago
Integrate ALPHA network advertisements

Advertise the scuttlebutt service to the local network.

Still needed:

- Tests
- Documentat...

github.com/planetary-social/ssb - 94e32fa04163618b830eac958d9bf06046945238 authored almost 6 years ago
private/unboxedLog: also fake signature

github.com/planetary-social/ssb - 8d84527eef1020e3e16c2dc1c791012eac6c5df0 authored almost 6 years ago
use only direct follows until hops is tested better

github.com/planetary-social/ssb - 4210a14952ee05de65d5c819f7ff177ba06f1b1b authored almost 6 years ago
Private Messages

new muxrpc api on priv(same key/local handler):
* async private.publish

arg[0] is the message t...

github.com/planetary-social/ssb - 94358cd7aa64737c6dee06e218a6c2e2c25e327b authored almost 6 years ago
legacy replication: allow live pours

having long-running connections at least off-sets the static overhead
the legacy replication int...

github.com/planetary-social/ssb - a0b99095a9b982e7b74d65146e29159743e98171 authored almost 6 years ago
ConnTracker: alllow 5 connections per pubkey

did this change so that local clients are usable.

ideally, local connections would be caught in...

github.com/planetary-social/ssb - 0d42f9a957b2faa8c3b2a88005892cedeeef1021 authored almost 6 years ago
use same timestamp format as JS

github.com/planetary-social/ssb - 366ca37b39c2fa62337faa5ecc95042e17ca04ad authored almost 6 years ago
Merge pull request #9 from cryptoscope/cleanup

Cleanup

github.com/planetary-social/ssb - 3d59c4df25df2d983b4c9e54c6136c9391e456a9 authored almost 6 years ago
dont race on i

github.com/planetary-social/ssb - cfd23db61c3ffeda83c7143e7b06caadae328167 authored almost 6 years ago
fixed test passing

github.com/planetary-social/ssb - 67b2cf50f2ea6dd15ffd887aba002b2ff2321199 authored almost 6 years ago
fix test passing

github.com/planetary-social/ssb - 9a5186766f94497085fb308de5df67f95ede2aba authored almost 6 years ago
go mod update and vendor

github.com/planetary-social/ssb - f5d803e6c4e7a294292f3ce38c891acdac9214ca authored almost 6 years ago
go-sbot: disable logt stats

github.com/planetary-social/ssb - a9e6cb23789d120312e076d35531d2d91d5609de authored almost 6 years ago
add ErrShuttingDown

the idea is that index routines clearly know when to stop processing and
when not

(also give th...

github.com/planetary-social/ssb - cc665324489995af9eb6cdbe5d38be687e0b1bbf authored almost 6 years ago
reoder some imports

github.com/planetary-social/ssb - c997667d1dfabcc0123d9f95e1e60a4f3e539e70 authored almost 6 years ago
repo: open mlog state file exclusivly

and also only create it when it's not there

github.com/planetary-social/ssb - 022dafc3129e0492c5f06b44f7a8f1d4ed03649a authored almost 6 years ago
use direct badger for graph impl

the new one is abstracted nicer but has a lot of overhead (drains the
full type:contacts log on ...

github.com/planetary-social/ssb - 792879a2b7f09ac4d29b9f7478eb6d3ff883b882 authored almost 6 years ago
sbotcli: disble keys and values flags by default

github.com/planetary-social/ssb - 037bbaf9b7eca7e415cc57aecbce614ffb434d33 authored almost 6 years ago
Merge pull request #6 from cryptoscope/graphTests

Graph authorization tests

github.com/planetary-social/ssb - e7cfc73a6008e45e8a1b92bc17c11b904de49e99 authored almost 6 years ago
TODO frenemy-case discussions

github.com/planetary-social/ssb - 3dcbac4c7c4d6ed5844e19f59b09f4e4d3ff91fd authored almost 6 years ago
Merge branch 'master' into graphTests

github.com/planetary-social/ssb - 5f9c7e3ca4aec2f2043c3d6b03a32e627b3932f8 authored almost 6 years ago
add more complex frenemy cases

the one that currently fails is "friends of a peer that is blocked
shouldn't be accepted"

for t...

github.com/planetary-social/ssb - 169a6429f2e00c1c53feb4fc6bd4ad4a7a930603 authored almost 6 years ago
fix simple unfollow and block case

now correctly drops edges from previous follow relations

the "neither nor" in messages.go was j...

github.com/planetary-social/ssb - 30c45c70fbd5f91453d7d4c931fcfe96cd9a8457 authored almost 6 years ago
nick names

a bit dirty but makes the tests much more understandable

github.com/planetary-social/ssb - 7123b13eac819667a26cfbc92e00ff1062a13bce authored almost 6 years ago
sbotcli: add createLogStream

github.com/planetary-social/ssb - 3edd4ac43cdee0c00e6e40673f44aa0f2c1cbea7 authored almost 6 years ago
add createLogStream

github.com/planetary-social/ssb - fd46972c8e318597350ba5e221d0535547c04cdc authored almost 6 years ago
messages: add KeyValue wrapping type

this is how jsbot returnes the key for a message using --keys on
createHistoryStream and createL...

github.com/planetary-social/ssb - 5979ebb021d115c26220effe080a3886c6bb3af5 authored almost 6 years ago
WIP test for feature parity with ssb-firends

github.com/planetary-social/ssb - 69b988b0d88002ec1a579b4e8e5fa440d23fd7f3 authored almost 6 years ago
one more helper

github.com/planetary-social/ssb - aa165cb918900da50a33ca537b1c5f37e385697e authored almost 6 years ago
refactor setup code

github.com/planetary-social/ssb - 1821cbe985334d14ee043d62dec7663f9cf0184f authored almost 6 years ago
graph: extrat follow/block helpers

github.com/planetary-social/ssb - 50f2376f16e8a4b97a3012d113fdc45827f41ce1 authored almost 6 years ago
messages: add KeyValue wrapping type

this is how jsbot returnes the key for a message using --keys on
createHistoryStream and createL...

github.com/planetary-social/ssb - 3f2aa98aab3fb70c4d90068168c185690da91163 authored almost 6 years ago
WIP: rename race on blobstore tests

there is some weird race when you -count 1000 this one

i don't think it's super critical and ne...

github.com/planetary-social/ssb - 2d9820ebf3c63a0c2ab0e7bfd6381713e5a49e3a authored almost 6 years ago
blobstore cleanup

use filepath and os error helpers

also close the tempfile after blob put

github.com/planetary-social/ssb - 224541ff4da83305200be798bb6de2ee6fc0282a authored almost 6 years ago
delete bader manifest in tests

github.com/planetary-social/ssb - 5f2f6a493653dda24481692e14847f9e9b84675c authored almost 6 years ago
go.mod update

mostly for margaret patch8

github.com/planetary-social/ssb - f03f7023daffa73b06bce2ff75ca67eb6675b322 authored almost 6 years ago
repo: use filepath instead of path

github.com/planetary-social/ssb - 3641387a170d5248db10dcbd300fd8ac6b91c358 authored almost 6 years ago
use error chan instead of mkFatal

can be tricky to see why tests fail this way (mostly missind deps but if
the js side throws you ...

github.com/planetary-social/ssb - 9dcc5591937506979b3b68a7c63573ff0a5a5bfc authored almost 6 years ago
plugin tests: refactor, improve closing, don't delete

github.com/planetary-social/ssb - 0bfb1479d8fd7f5734099b21c930499c23c86443 authored almost 6 years ago
rawread helpers

messagesByTypes can be handled by our new multilog

TODO: createLogStream - this is the rootLog ...

github.com/planetary-social/ssb - 826c4abffb85b63d103ff74b9d8d494536022745 authored almost 6 years ago
Decrypt private blobs

github.com/planetary-social/ssb-viewer - ad80496c9aaec127be8cd80533c253901b618812 authored about 6 years ago
various patches

github.com/planetary-social/ssb - 1ecdd88c743d958cd1b0273d71980cbee5bf1508 authored about 6 years ago
iOS: repo badger settings as build tags

some day the bot creator should be able to plug in her pre-configured
badger (or even better abs...

github.com/planetary-social/ssb - 9ab5bc8b19743c105be509b46ae3e0eeeeeb8b35 authored about 6 years ago
WIP graph test rework

only uses an abstract margaret log to build the graph,
but it doesn't reduce anything and has to...

github.com/planetary-social/ssb - 4bef4e3c4e9f889a148a1514a0505c5985cc024d authored about 6 years ago
Merge branch 'graphTests' into type-multilog

github.com/planetary-social/ssb - d675a297450d5e9343d2ce6d88e1c5511637d7aa authored about 6 years ago
graph: use new type multilog for builder

github.com/planetary-social/ssb - dac46d9b956cd28735d848f0154ad5c7c2c662a4 authored about 6 years ago
exhaustive tests

github.com/planetary-social/ssb - da31a0121bd0e1434afb2cc09b78b09c24ebf152 authored about 6 years ago
add tests for message types multilog

github.com/planetary-social/ssb - 1ec1493ed8ead32dc20cd6adda1f88bd4a287e69 authored about 6 years ago
add multilog indexed by message type

github.com/planetary-social/ssb - 699f60b56ebdd4125007aa6422526422649782c7 authored about 6 years ago
vendor new netwra- version

github.com/planetary-social/ssb - 6c3cb26e3c1741b8ed4aaa709cb2a12a5756bd84 authored about 6 years ago
Merge message verify patches

fixes #5
closes #7

github.com/planetary-social/ssb - 35d18fa49ed0f38f3f7d49aece3683295ba9bda6 authored about 6 years ago
sbot WithDialer

github.com/planetary-social/ssb - 88550d94d8bf7dc4f18209c810694d01f35e0f99 authored about 6 years ago
expose PublishLog for non-muxrpc usage

github.com/planetary-social/ssb - 62db71c285b6faac19d04050fa6ee0864fc9eb03 authored about 6 years ago
disable about cache to reduce memory usage

see %rkV9/mbc4fSvLsLJDvzaeSyFKhQoRuRS2aE6wkK0gl8=.sha256 for more

github.com/planetary-social/ssb - be8889b43a3dc2d40a5ed6c624ade0ccdf51da00 authored about 6 years ago
Fix Message Verification (updates #5)

This fixes two identified cases. There might be more.

1) fix \f encoding

Somehow this one wasn...

github.com/planetary-social/ssb - 23f3c1ef6096c38e862eeda04a2d77f19a68e89f authored about 6 years ago
graph: fix hop count assumptions

also formats the SVG more nicely

github.com/planetary-social/ssb - 2c589889f4b535f65f6c9f4cf13000ab589f170a authored about 6 years ago
graph: add tests for lookups

missing: "frenemy" cases and decisions about how to treat blocks
transitivly.

github.com/planetary-social/ssb - 734870ede1ac82f68bee3fb6cac9cb9957db3673 authored about 6 years ago
use secretstream v1.1.2

had the working branch in before but now it has a v-tag

github.com/planetary-social/ssb - 62262686e2c9e8f7e294c48ec784ecd8ae72da13 authored about 6 years ago
use muxrpc v1.3.1

github.com/planetary-social/ssb - 96e3d8b99f53bb721759fcec5ea3c606200aa475 authored about 6 years ago
update muxrpc and ran mod vendor

also

small formatting err
minor change in the deploy script

github.com/planetary-social/ssb - a09d4440258e5f068ffe3cad9a105422ae25902f authored about 6 years ago
very basic about cache

gives us very quick access to name/image/descr of a feed

TODO: measure memory usage. it looks l...

github.com/planetary-social/ssb - cfa137188603dc06bae1364f75f9916f42d2c7a3 authored about 6 years ago
gossip: hops crawling

before the gossip fetcher just used direct follows from it's own feed.
Now it uses hop:n depth-f...

github.com/planetary-social/ssb - 67e14b49065a20a241799ee69b534690727fd00e authored about 6 years ago
sbot: less spammy bootup logging

github.com/planetary-social/ssb - 4e934c1e257536b5715ed320d1abc48778807b0b authored about 6 years ago
gossip fetchFeed: timeout dangling fetches

there should be better way to cancel this but for now it stops the
server from leaking like mad.

github.com/planetary-social/ssb - f552a507891fa686c161e8b8e79c7baf7907c90e authored about 6 years ago
secretstream pre-patch release

github.com/planetary-social/ssb - 1653c23e2651c5946bd55259b81070bf6f29698c authored about 6 years ago
publish timestamp

also fixes append returned seq log consistency. the returned sequence is
now the one you would e...

github.com/planetary-social/ssb - 4d10abfd66dfeacec5de2484ab89bf7f36428a2f authored about 6 years ago
muxrpc: use fixEndErrHandling branch

github.com/planetary-social/ssb - 2311d494f743e41baf97ed79b24423329f3fce24 authored about 6 years ago
add a way to close all active connections to the tracker

github.com/planetary-social/ssb - 9d1e2037f56302a9799cc016f4b4d5d6c07f7d7e authored about 6 years ago
fix double close and add closer to network peer

i still think this leaves the statefile of the userFeeds dangling in the
wind..!

github.com/planetary-social/ssb - bf9f1b521514092aa320f06ba6a4ae4578e098dc authored about 6 years ago
pass keypair as json string

github.com/planetary-social/ssb - bb59b26f2b668cef7c4ffecfdc40808b934e8147 authored about 6 years ago
integrate publish into the control hanlder and sbotcli

to publish from js sbot you need to patch .ssb/manifest.json by adding:

"ctrl": { "publish": "a...

github.com/planetary-social/ssb - 1d1327bd89fd1b560ccf1aac189b3db335bced8b authored about 6 years ago
fix blobstore.Put

github.com/planetary-social/ssb - 38d06f3ffc84bb7b4306bc3be5250f916c05d763 authored about 6 years ago
various fixes and todos

github.com/planetary-social/ssb - d228b08e29b0d7f85e9568802af77fe37fe26a5e authored about 6 years ago
latencyWrapper: close writer ends after pump

github.com/planetary-social/ssb - 183e41dfa911110f1855fdd204bc08241f4c891f authored about 6 years ago
use latest luigi version

github.com/planetary-social/ssb - 263caf7d36c0742027b56ce4c8d0f51e158a1977 authored about 6 years ago