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

gitignore panics/ everywhere, not just in go-sbot

github.com/planetary-social/ssb - 179c2d1082c06911e6562cb71cadac1a6d05fc16 authored over 6 years ago
add repo/layout.md

github.com/planetary-social/ssb - eabb2f05e9a47298de3b557bd8668418dfb88f38 authored over 6 years ago
extract UserFeeds from repo

github.com/planetary-social/ssb - 91b34300fcf13e0cbbfbba8e513466d95c0b4e4b authored over 6 years ago
go-sbot: don't use two variables for accessing UserFeeds multilog

github.com/planetary-social/ssb - 352cf87d94454fd35ad0e53c582e234a33866981 authored over 6 years ago
use muxrpc with debug wrapping moved to debug pkg

github.com/planetary-social/ssb - 827ae31bcba226cb63f14122d0c07d6a8a928873 authored over 6 years ago
gossip: take individual components as argument, not repo

github.com/planetary-social/ssb - be921c39c9201f968f90372fde295a6e14c71c40 authored over 6 years ago
use CloseWithError-style luigi.FuncSink

github.com/planetary-social/ssb - f21a1327a3465660f2064ea37c70e8ed690085a8 authored over 6 years ago
rip out graph stuff and put it into new graph package

github.com/planetary-social/ssb - 5b6b146c320416baa75c7855dde973e19bba615b authored over 6 years ago
gossip: better logging

github.com/planetary-social/ssb - ea8fa4bc6ddab14d9d3978925c951f9d74d50207 authored over 6 years ago
better gitignore

github.com/planetary-social/ssb - a273618306806b3fdb76d354f0537a0744ed6e3a authored over 6 years ago
whoami: better logging, less state

github.com/planetary-social/ssb - 1d2c938d5bd0359317555ee31caa908292f7841e authored over 6 years ago
blobs: better logging

github.com/planetary-social/ssb - b935bf0ecc44c0ec4efbe7eb9a4b4d241fbd50fc authored over 6 years ago
consistently use *FeedRef not FeedRef

github.com/planetary-social/ssb - d9e5dfa3deb1d2f8ff3dc2ab36c7b1d31aae638f authored over 6 years ago
blobstore dump() with location

github.com/planetary-social/ssb - 6cde89e64f702260b7e3244cfa430ed609e35fd6 authored over 6 years ago
saner blobs logging

github.com/planetary-social/ssb - d5ba7daa3c23ac4413c34ff310512c3369d6f3eb authored over 6 years ago
add ParseBlobRef(s)

github.com/planetary-social/ssb - 28b828f641202ca50ceaa6dc27cfad9bb61a9802 authored over 6 years ago
blobs.get: handle {key:ref, max:size} as arg

github.com/planetary-social/ssb - 618d7e3a83c110b7224679d5b6b2977da9b789a7 authored over 6 years ago
various fixes

tests not fully sleep-less yet

github.com/planetary-social/ssb - c38e5370c1ea2095ec00240a84d89f867ce1ecb1 authored over 6 years ago
graph dist lookup on handler connect

github.com/planetary-social/ssb - e049dd9a55095aaddcfef3c27274b28da2379d86 authored over 6 years ago
moved repo interface into same package

github.com/planetary-social/ssb - f7ca19f8b653201d45773ed47ae8cfdf4fbe9d6b authored over 6 years ago
blobs tests PASS

github.com/planetary-social/ssb - 54d50b3309a57c8aa132047ef2561b2b6407bdf1 authored over 6 years ago
gossip: don't fetch callee twice

don't fetchFeed(callee) twice if the callee is already in the multilog

github.com/planetary-social/ssb - f9beeecc51bd91e42f4869c8b835e955265ecd6d authored over 6 years ago
blobstore: simplify wants

had error in expRef case about tok == json.Delim, not string

github.com/planetary-social/ssb - e7fc680bdb16bfcab16d3516bc0d88044bdc1c14 authored over 6 years ago
fixes!

protect gossip handler from fetching multiple feeds at once

close blobs.get after writing

dont...

github.com/planetary-social/ssb - b6303faec8afae83559701217836aaa3e966e859 authored over 6 years ago
start blobs tests - failing

github.com/planetary-social/ssb - 514dbf8178aa126f8022c4607e2702fdebf24edf authored over 6 years ago
gossip: simplify pour

github.com/planetary-social/ssb - d0b0aa84f0be1d2c62bd4428122f88ea66647e22 authored over 6 years ago
All the blobs

also: implement TextMarshaler for BlobRef

github.com/planetary-social/ssb - 2b41180f06375ad64bf726ef3289bce7b54c3b0c authored over 6 years ago
Make nicer host output

github.com/planetary-social/ssb-viewer - 7291151076ec1a461b2e5839d1136ab17ed833ac authored over 6 years ago
Render git update more semantically

github.com/planetary-social/ssb-viewer - 1a47f5f10e7f528233fc2adfe33565b40ecb322f authored over 6 years ago
Render npm packages more

github.com/planetary-social/ssb-viewer - 13d54825caa9906484c32c0b3ba3483fcc7f1923 authored over 6 years ago
Improve type checking

- Make sure value is string before passing it to hyperscript,
otherwise it could be an object ...

github.com/planetary-social/ssb-viewer - 45a18976ee628f722a4322d3d7fa61970d08af4f authored over 6 years ago
Escape content from messages put into innerHTML

github.com/planetary-social/ssb-viewer - d55a613b25d45fdb9ba202633cd669d3ab0ca37a authored over 6 years ago
ignore comments in .ssb/secret file

github.com/planetary-social/ssb - d796db5e7b56100df6c32c2b6637d6389f3ebf4d authored over 6 years ago
Don't linkify bad refs

github.com/planetary-social/ssb-viewer - 2e582bd1dc0e9a6709bc4eab94124e250aa64945 authored over 6 years ago
URL-encode in href: msg ids, not feed or blob ids

github.com/planetary-social/ssb-viewer - 9357a5e729bcc1b6addd132bf1c7a860b13364d5 authored over 6 years ago
Handle channels/hashtags in form

github.com/planetary-social/ssb-viewer - afabd2eacb34221e1b60ed77cce59a621e8c8022 authored over 6 years ago
Add id query form on home page

github.com/planetary-social/ssb-viewer - 4d2dd658deab23b90f797d31084d9217cbf66345 authored over 6 years ago
Consolidate serve functions

github.com/planetary-social/ssb-viewer - 36c63bc1828456bf3417ff9eb5187cfcb776b3b2 authored over 6 years ago
Default to disallow robots

github.com/planetary-social/ssb-viewer - c8c744f585c7b47c5bc661ec8df7d5caf8d21ed8 authored over 6 years ago
Document disallowRobots config

github.com/planetary-social/ssb-viewer - f908ea40e6521e38fb50bce65d3f4bf95be556a6 authored over 6 years ago
Fix requireOptIn option

github.com/planetary-social/ssb-viewer - 2c1e35be2ba912f92cc10b77bdd90e1eac4610a0 authored over 6 years ago
Default to require opt-in for publicWebHosting

github.com/planetary-social/ssb-viewer - 7123fbcab15c43bbb962d1312a465fddf164493c authored over 6 years ago
Don't show name of publicWebHosting:false feed

All their other info is hidden, so hide the name in the title too.

github.com/planetary-social/ssb-viewer - ba6d7cd3abf79e5283853b32cbebf218dae8c981 authored over 6 years ago
Allow a feed to set publicWebHosting to null

This should be equivalent to having not set publicWebHosting at all.

github.com/planetary-social/ssb-viewer - 0b8dc2980200cda5d0f2b25df1d4b9bf8dda60c8 authored over 6 years ago
gossip: add missing lookup idx

we just store the root log indicies in the userFeeds, so to get the
current message you ask the ...

github.com/planetary-social/ssb - 3c6a152b897c2b1f463316484797c475b22aa8d3 authored over 6 years ago
various cleanup

reduce logspam a little - a line per message is way too much.
remember .x.x.x.x.x.x.x.x? ;)

and...

github.com/planetary-social/ssb - d2430087a4ef773f0781dfebccee3e58fa67116c authored over 6 years ago
gossip: testing cleanup

github.com/planetary-social/ssb - 49d517c454a272da9ac36fd7325c0e108be1335f authored over 6 years ago
pluginify whoami and gossip

github.com/planetary-social/ssb - 9baeeb8561c1fd35dfd9f1cbb0b0fa64b67d5021 authored over 6 years ago
move gossip handler to plugins/ folder

github.com/planetary-social/ssb - 6378097de8fce47bcf14245025db86a3a4276c8d authored over 6 years ago
sbotcli

port of
https://github.com/cryptix/cmd/commit/be616fe4f0f98375ed0bfd46bf04bffb3164f969
gophbot t...

github.com/planetary-social/ssb - 0e2680a515d9dabea671dd50f5b364a154bc87f0 authored over 6 years ago
remove strange locking

i thought this might solve the _double call_ stuff.
this was a red herring.
the double call of H...

github.com/planetary-social/ssb - 7b0606bc35a7e1d5cc8e574fa1cbcf836b1690e7 authored over 6 years ago
ignore gossip init on handling of on createHistoryStream

github.com/planetary-social/ssb - bdc919100533b2d9e83632340d145c51a4b2cf7e authored over 6 years ago
re-enable mux handler

github.com/planetary-social/ssb - 0eb52d454af7337c2471b6d3a4f9f52d1c91386a authored over 6 years ago
fix simple gossip test

github.com/planetary-social/ssb - f2fce543e8a543a1ae98a671e4e91ebbdebc0772 authored over 6 years ago
gossip WIP

there is some strange double-call bug that triggers all the muxrpc
twice.

Meaning, the database...

github.com/planetary-social/ssb - 14444c6ded8fddb76aeb25819e108deb779b0493 authored over 6 years ago
too big change - new multilog

- gossip tests are still broken
needs multilog resume logic to update feed indicies correctly

-...

github.com/planetary-social/ssb - 7eb9392e0ffc745ff78d1aabebcba7101c506948 authored over 6 years ago
repo: new indexing structure

the aim is to have long running go routines inside the repo which update
the indicies.

TODO:
- ...

github.com/planetary-social/ssb - ac37266f158c0bbf2008e1c15553ab4f345e111c authored over 6 years ago
Merge pull request #7 from Powersource/render-gatherings

Render gatherings

github.com/planetary-social/ssb-viewer - 78e7e8a0087325795a746c98fad5255a3ae405aa authored over 6 years ago
need to close iterators in newer badger version

was getting this:

--- FAIL: TestNew (0.00s)
panic: Unclosed iterator at time of Txn.Discard. [r...

github.com/planetary-social/ssb - c82af6d3afa9352a346783942cdee3d161f147c7 authored over 6 years ago
Render gathering time

github.com/planetary-social/ssb-viewer - d210926c8b6638ed7f9b6506fce01d51e9810aec authored over 6 years ago
Render gathering images and markdown the descs

github.com/planetary-social/ssb-viewer - d15a09749d2da84b14e512778ae026fad957d7fc authored over 6 years ago
Render gathering descriptions

github.com/planetary-social/ssb-viewer - cecdc93fd30b7c181e4e9720a98ef8f788355906 authored over 6 years ago
big uniseq changeset

github.com/planetary-social/ssb - f2d143608e8c94f6ea6477959464c7022a3a4644 authored over 6 years ago
node.Connect: don't block

github.com/planetary-social/ssb - 419edc12fc31502d11c1e79922edd55387703a21 authored over 6 years ago
sbotd: added promisc flag

a short patch to fill up your repo.

todo: buttgraph

github.com/planetary-social/ssb - 4833987048a8f3bb316362952553c032f0d5da84 authored over 6 years ago
gossip: fetch and pour cleanup

github.com/planetary-social/ssb - c0f2c1ccbf9222111cd688df34dabdc22fc015de authored over 6 years ago
message: do the 2nd json unmarshal after encode

gives use author and seq for errors

then we also don't need to use the regexp anymore to find t...

github.com/planetary-social/ssb - 7299641b2d596756bd3064201eebf01939d69278 authored over 6 years ago
gossip: restructured testing a little

want to make it easier to construct different scenarios

github.com/planetary-social/ssb - f4917131e502ce6190a3995433f441d790f8c892 authored over 6 years ago
random cleanup and repo closing

github.com/planetary-social/ssb - e54044a0e441110a331128c6714480167ece496e authored over 6 years ago
sbotd: don't fatal on serve error

can be EOF or timeout from remote

github.com/planetary-social/ssb - 1c1b7c9309a2cffae09954762143e328642ca27c authored over 6 years ago
check in testdata

github.com/planetary-social/ssb - d1944c65bfeca59f7890ea9cfa947c5b0c707e56 authored over 6 years ago
WIP tested gossip handler

so far only very basic createHistoryStream

testdata missing

github.com/planetary-social/ssb - 6c8ba4ee81509d3ac76b3147bb49ad0e371ef37e authored over 6 years ago
use ne package location

github.com/planetary-social/ssb - 12ee340ed97f724597c0670481007d9ea8802530 authored over 6 years ago
Merge branch 'pkgmerge' into replicate

github.com/planetary-social/ssb - 4a11b802433b5687287942838ca26a2d665c963b authored over 6 years ago
package move

these[1] two repos should be one

ssb://%95qJrYgeLTO2hk2q+woNB6ax8ZHjuJX+Pdd9F2wFYcI=.sha256

github.com/planetary-social/ssb - 570b70f181136c1148b7a5e1261270d94021e894 authored over 6 years ago
no need to call node for these tests

github.com/planetary-social/ssb - 3ad27f65bca81b03465efa639d88b5be3d22b226 authored over 6 years ago
fix message hashing

see %SJR3ZABEFZa4R6eiEbFnoDzIET3xt7lwzwp+pNqMaTE=.sha256

github.com/planetary-social/ssb - f2b9eb192562d702f23ac0eb5a485fe081449fec authored over 6 years ago
improve test setup

the message count to test was set inconsistently. now go test -short
should work across all test...

github.com/planetary-social/ssb - a89f9f7cd02091805b8d1afbac9257882635bfbb authored over 6 years ago