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

count gossiprx again

github.com/planetary-social/ssb - 44efc5d53c29c524c6a2e1d2af0157e81bc44c5f authored over 5 years ago
fix pouring keys and values

github.com/planetary-social/ssb - ee289d64dc9fdfe11f5dcdde85d4abd1c3b5bf19 authored over 5 years ago
add replicate.upTo test

github.com/planetary-social/ssb - a0584cd12eeb2de5bf5d26c446d07ac51a23e04a authored over 5 years ago
enable unix socket

github.com/planetary-social/ssb - 8928439aa815ab095220a39f39126b2db8057c3e authored over 5 years ago
filter muxrpc logging

github.com/planetary-social/ssb - 32af9f1e8200e6dac018e7305fe380ff83ee6d2d authored over 5 years ago
update migrations

github.com/planetary-social/ssb - ec4e61c310d061b1a9e7df38891e66bb70e08754 authored over 5 years ago
don't dial active connections

github.com/planetary-social/ssb - 047507185f82f718fedf9f3ac32618ecffc4daf8 authored over 5 years ago
fix IP zone in local discovery

we did not fill in the ethernet zone when reading advertisments from the
network. Without the zo...

github.com/planetary-social/ssb - 6307d2de1f6c3c8dafb9b57b488bdbe5cbfc07fd authored over 5 years ago
terminate and log

github.com/planetary-social/ssb - e130a3c395f5798877e72eba1b85357e1a7941e8 authored over 5 years ago
Show content warnings

github.com/planetary-social/ssb-viewer - ca9ab26ec6f4f060a9ef89bec77537aa46a99707 authored over 5 years ago
Whitespace and code style consistency

github.com/planetary-social/ssb-viewer - 332c09b046eddbc3f31c2105251afcf185d868b0 authored over 5 years ago
fix travis pre-script

github.com/planetary-social/ssb - 617f593983c3f8671cdc7e38bdf429b175f05b53 authored over 5 years ago
add asJSON parameter to createHistoryStream

this allows getting CBOR feeds in JSON format for application integration.

github.com/planetary-social/ssb - 908937c8c029196b2a3374ece9baa14965c290fc authored over 5 years ago
offchain-content / gabby grove

* use new Algo const to differantiate feed types

add PubKey() to FeedRef
add StoredAddr() to Fe...

github.com/planetary-social/ssb - 2ee3d9fd2e6c690498de45b783cacc8822eca96e authored over 5 years ago
Fix ssb-client as devDep

github.com/planetary-social/ssb-reader - 2920dd1325c13d746079c716bbc46b947c17ec42 authored over 5 years ago
Expose SSB object to writer

github.com/planetary-social/ssb-reader - eced8f4ed5b61e72c969086e0665cd2f2c8aff0d authored over 5 years ago
Finally get batch mode working reasonably

github.com/planetary-social/ssb-reader - 945e1ebcf8b791dde51baf3a9334ad37de3d2c7d authored over 5 years ago
Fix test to use new promise style

github.com/planetary-social/ssb-reader - 0e910afaee2eee64ad6b02f02c12cd055584c508 authored over 5 years ago
Change behavior to expect a promise

github.com/planetary-social/ssb-reader - 8a3933b4e9a6deb50aec4f145ccb0e844d336b02 authored over 5 years ago
Add name as argument

github.com/planetary-social/ssb-reader - da9133cf372a48b933375f0e8a75808141d71326 authored over 5 years ago
Abstract into reader module

github.com/planetary-social/ssb-reader - db384806b16f956fec1033d7a67912fa8b3b6294 authored over 5 years ago
Change readme to clarify "code"

github.com/planetary-social/ssb-reader - ba275093cda1f0c2f92e12f46a9427e2ba83eda5 authored over 5 years ago
Change eslint config for less opinionated linting

github.com/planetary-social/ssb-reader - a384e28b64243c42a0ff327807c011a2b91cf465 authored over 5 years ago
Add persistent timestamp to reduce duplication

Previously when you restarted the process it would start over from the
beginning and resend each...

github.com/planetary-social/ssb-reader - a476fc11c04867b05d8c3d9160d9d74fdc199596 authored over 5 years ago
setting the pubsub queue correctly

github.com/planetary-social/ssb-reader - 6b61bb49a1f2c22898638fdb68abe58695f16d93 authored over 5 years ago
gossip: Create Feed Manager

Create a feed manager to be used for managing CreateHistoryStream RPC
calls. Move the logic fro...

github.com/planetary-social/ssb - 77d4fec45f9c97ceee4b951145b72147d80dd5f6 authored over 5 years ago
indirect: Fix sequence wrapped case

github.com/planetary-social/ssb - 76256e9dd8715e57e6c4fb3fa527e5add727167e authored over 5 years ago
indirect: elaborate on error

github.com/planetary-social/ssb - 39efa9d991aa27d483f38077307dc48b6c43fc82 authored over 5 years ago
lot's of stuff

* badger v2
* tangles index
* ssb-client
* unix sock serving
* muxrpc replicate.upto
* support r...

github.com/planetary-social/ssb - 7a222662293fd6e09e7afa97553e1f03532320f5 authored over 5 years ago
Merge remote-tracking branch 'fork/john/gossip-minor-changes'

github.com/planetary-social/ssb - 67bc708d9f40b242119f63b251b17df95c4e980d authored over 5 years ago
blob: rename main.go -> blob.go

github.com/planetary-social/ssb - 9c44c820d0fbaf25b62033b22455fb426d2ba8dd authored over 5 years ago
gossip: return structs instead of interfaces

Conserve type information by returning the concrete types instead of their
interfaces.

This sho...

github.com/planetary-social/ssb - 8a0a98befadcefaee4d9fe0b2782ea0320f474fa authored over 5 years ago
plugins/gossip: ensure func defs take less than 80

github.com/planetary-social/ssb - 8cfd879e3ef5de5f59f1d249adb16782a6bc63c1 authored over 5 years ago
gossip: Use long names in test

Use long names for types and functions to improve clarity.

github.com/planetary-social/ssb - 166205e7837f3a7ecc895963772974d57ae8f201 authored over 5 years ago
gossip: Use wrapper for postConnect fnc

To simplify code base, use a wrapper for enabling post HandleConnect calls.

github.com/planetary-social/ssb - b303880a7b8f5642bb2c266de927773bc2fc5e0e authored over 5 years ago
fix blocked nil map

github.com/planetary-social/ssb - a818f16cb7a319b1b5df7eec910df119b0307c2d authored over 5 years ago
Merge John's sbot-cli-refactor

this is a much nicer organisation of the different cli commands.
thanks a lot!

github.com/planetary-social/ssb - 547e5b6d5d0f3256b854a58dd73435e5564980b1 authored over 5 years ago
remove vendor/

this was mostly a go1.10 thing, though `go mod vendor` is also _usefull_
to ship patches where y...

github.com/planetary-social/ssb - bdbfa722a120686f1a3cb6aae8b0885763c31a52 authored over 5 years ago
reduce broadcast pings

with the lastWins tracker this stomps open connections dead every second...

github.com/planetary-social/ssb - 7d4a4ed0f05e7f227791d36865184a859b1bf392 authored over 5 years ago
sbotcli: Define client App outside of main

Try clearing up main() and making the code base more declarative by
defining the client App as a...

github.com/planetary-social/ssb - 19f97d7824c40666e2c0f183b4723742bf412c80 authored over 5 years ago
sbotcli: Define command funcs with their metadata

Attempt to improve the readability of the sbot client by:

- Defining the commands and all fie...

github.com/planetary-social/ssb - 9dd4d1f5863483822b7ebe2d2ac7a8c0b07f2684 authored over 5 years ago
network: use LastWins conn tracker

this is much better for pubs, since it cleans up idle connections when
the peer reconnects.

how...

github.com/planetary-social/ssb - 8068b2452e4dccdc2b079e939c9b67b8c2d6d5cc authored over 5 years ago
sbotcli: fix panic + make short description clear

github.com/planetary-social/ssb - f846e1682b5d6f4d4b842698d56d6194b5b405de authored over 5 years ago
README: fix two markdown links

also since we state go v1.11 now, this fixes #18.

github.com/planetary-social/ssb - 2206bdff68c986d9e5bf705cd0dd8c18fc056412 authored over 5 years ago
Merge readme-updates from John

github.com/planetary-social/ssb - 9c4d14c18d896d4c53645ba56b6154a9ad479414 authored over 5 years ago
Merge pull request #21 from cryptoscope/fix-graph-build

Fix graph build

github.com/planetary-social/ssb - 339fda2c37febf06e464b121a487669c57d3f761 authored over 5 years ago
graph: fix unfollowd entry aborting graph generation

github.com/planetary-social/ssb - 8f746c325acfa80652864e32adac6ab8555f6b8e authored over 5 years ago
graph: fix same check

it was looking for the right edge-case already but aborted building the
graph instead of continu...

github.com/planetary-social/ssb - 33e13993ebc53e3e1bab9524dda849120b1b6e7e authored over 5 years ago
fix lastWins conn tracker

github.com/planetary-social/ssb - a5a17cf2a07a6762ae5c0e9a6adb6174eeb350a0 authored over 5 years ago
README: Add simple install instructions

Make the README more user centric.

- Move build and testing instructions to the bottom (for d...

github.com/planetary-social/ssb - 0b2dcbf6fd88bf3ac52a2ad2bb6df4dcb1c0c089 authored over 5 years ago
README: Make intro concise

Improve readibility by making the intro more concise.

github.com/planetary-social/ssb - 186b699076f624eb7d72c3f8bcc89ce414a7f531 authored over 5 years ago
README: correct spelling

Make the README a bit easier to follow by correcting slight grammer and
spelling mistakes.

github.com/planetary-social/ssb - a85890baed3d88e01fcfca4966af9b66aeeb5e7a authored over 5 years ago
various fixes

add null steps to drop tool
drop a bunch of feeds over stdin
need auth to strucutre the handlers...

github.com/planetary-social/ssb - a78364990cbf7e1c4a9e4f936f0b196c60d4d061 authored over 5 years ago
vendior muxrpc with closing fix

github.com/planetary-social/ssb - f0b0c6d7f7752164ee15a2a73ea50ebbe183b741 authored over 5 years ago
vendor new margaret version

this is v0.0.10 (which fixes #17) with nullEntries

github.com/planetary-social/ssb - 2c190bf22bccc2e4cb8a1d0c4288ee6b8efbfbb4 authored over 5 years ago
fix blobs tests by rolling back js dep

github.com/planetary-social/ssb - 85e342c6e531b39ebc620a4dd7084406db45c1e7 authored over 5 years ago
mitigate js ssb-blobs add blocking

updates https://github.com/ssbc/ssb-blobs/pull/17

github.com/planetary-social/ssb - 507f7b183a75462da6d87b84fe911b45198fddf4 authored over 5 years ago
update npm test dependencies

github.com/planetary-social/ssb - 52700e9cdd4e2fd13110b9b0354b8fad1fc7c6f5 authored over 5 years ago
small fixes

* shallow fsck
* some compilation fixes
* supress and bail out of cancel error flood
* go mod ve...

github.com/planetary-social/ssb - 974d0d0f3294ce6f99f52bf4a89cb2e5a3cba3d3 authored over 5 years ago
add hops and promisc options

github.com/planetary-social/ssb - cd0a504f96e97217852f2b8c823e606fcb5070ed authored over 5 years ago
publish: fix unicode handling

don't store cripled JSv8 data. this warped string representation should
only be used to compute ...

github.com/planetary-social/ssb - 964584f0b7a2a31233631a0f99f06a43eb5dd92e authored over 5 years ago
ignore shs key exchange errors

github.com/planetary-social/ssb - 547a32c760a0be26a441ff35877accfbc80d7cd9 authored over 5 years ago
LastWins Tracker

this breaks multiple local clients but is much nicer for pubs.

github.com/planetary-social/ssb - 31a59ace285b68bed45035a7b8a55c70b94867bc authored over 5 years ago
disable some blobs handlers

we don't have auth for these yet..!

github.com/planetary-social/ssb - 149ea25168bbdeddd8ad0b37ff33fa3ece8890d9 authored over 5 years ago
Merge branch 'master' into udp-broadcast

github.com/planetary-social/ssb - 0693300d965e97f0a050a0f50634ee5ce3a56145 authored over 5 years ago
Merge pull request #13 from cryptoscope/add/hmacSign

Add HMAC Signing

github.com/planetary-social/ssb - 685c854605a93347dec65f06e8ea6961bd11355b authored over 5 years ago
node: Add integration test

Add an integration test for the linux network stack using network
namespaces. Test against a sm...

github.com/planetary-social/ssb - fb9e74f4ddd22b94f7db3f929bf2d2d918afa73d authored over 5 years ago
rename node to network

I think _node_ is a confusing enough term as it is in p2p stuff.
additionally so since the ref i...

github.com/planetary-social/ssb - 2f0e0ffacb7991412748c62793cadd81d3d8ef41 authored over 5 years ago
sbotcli: Fix type error

Properly handle DefaultPort as an int.

Fixes: 88e6c4

github.com/planetary-social/ssb - d00f2ec620ee69ad0cce460efd8c6e3d373776a8 authored over 5 years ago
fixes

* skip lookpack addresses
* go-sbot: -dbgdir for writing logs to a dir instead of stderr
* multi...

github.com/planetary-social/ssb - 440799e045378a0936bf3d24a4b013d5bacb5f48 authored over 5 years ago
travis: also install npm deps in messages package

github.com/planetary-social/ssb - 917765e20762a45d9ee65c41cf12c8bd03513726 authored over 5 years ago
Merge branch 'fixes' into add/hmacSign

github.com/planetary-social/ssb - 922bcceba56dd16c354b22a68064b03ecc352a2c authored over 5 years ago
restructurure interop test code

passing random hmac and appKey

github.com/planetary-social/ssb - 2583cde041c732d7d48999272f9377ddd5e0ad36 authored over 5 years ago
Add HMAC Signing

* moved signature computation to message package
* add hmac option to go-bot and sbotcli
* fix s...

github.com/planetary-social/ssb - deb8fe7cbe0f29d73d87e317458c0af6272f9b49 authored over 5 years ago
fix ref tests

I changed ParseRef to require 32bytes of input.

These brings the tests in line with that.

github.com/planetary-social/ssb - c4fe67a2980c313afe228f757cc44fb2080a8410 authored over 5 years ago
fix complilation

github.com/planetary-social/ssb - 2c7bfad6dbea1e81ea0121cf0357e83d87f7d970 authored over 5 years ago
sbotcli: add messagesByType

github.com/planetary-social/ssb - 4d58f6e16b9e1cfdd0c2d8c73d086414d189ece5 authored over 5 years ago
Update README on publishing and streamline sbotcli args

github.com/planetary-social/ssb - 4d128cc53e8537ec0e43382cd8322e831258a571 authored over 5 years ago
README: update known bugs

This _should_ be solved as of [email protected] which inclodes the muxrpc.CloseNotifier[1], which is...

github.com/planetary-social/ssb - adaa82a47fcb881224a5b11e4ec9ba8eae5e0dbb authored over 5 years ago
Merge pull request #11 from cryptoscope/test/hops

Hops testing and dropFeed

github.com/planetary-social/ssb - 8680ec0a91abda2d4035e6844ab8585945c54654 authored over 5 years ago
ignore test output

github.com/planetary-social/ssb - 791f691e1e60252faa8aa8830f376ded20a5e9f4 authored over 5 years ago
Merge branch 'dropFeed' into test/hops

among other things, dropFeed brings in waitable shutdown

github.com/planetary-social/ssb - e3ca0a22383a4862685248fe34daf9aaa6d72cb1 authored over 5 years ago
move feed Null code to sbot package

github.com/planetary-social/ssb - 3f0929323f958be5ea9f9b88eba3d61ae449a4b7 authored over 5 years ago
random fixes

* sbot compilation
* update servFunc signature
* call shutdown in tests
* interop: don't liter /...

github.com/planetary-social/ssb - dfbd74ead6225480c76914a8f9ce74e4b350a8ec authored over 5 years ago