Ecosyste.ms: OpenCollective

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

github.com/amark/gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://github.com/amark/gun

Alpine based Docker image, metadata labels & Autobuild hooks

967bc972f7764b777dcbaf9a4eb8e9efda36a374 authored about 8 years ago by hillct <[email protected]>
Merge branch '0.5' of https://github.com/amark/gun into 0.5

dd72a2474091dee50ae6cf33b2605ad9cf992a5a authored about 8 years ago by Mark Nadal <[email protected]>
instance specific dedup for @d3x0r

111d0f5bdac68720d42719c9e5f6961ce0fd667c authored about 8 years ago by Mark Nadal <[email protected]>
Quick fix Restoring the Gun Logo

0886ab357ea1dcb312a989285933f6572aacfb52 authored about 8 years ago by hillct <[email protected]>
Merge pull request #286 from hillct/feature/DockerHub

DockerHub Documentation and sugar

fbb8bbccb13762012a0112ff9dd591386bfdbb8c authored about 8 years ago by hillct <[email protected]>
Documentation for Docker Hub

45eb39ff29e6cb9e7ea5223188f368219077e69a authored about 8 years ago by hillct <[email protected]>
Merge pull request #3 from amark/0.5

0.5 catchup

cb397aeb8bfe15364c8d4eed9d1a02ffcbcb4786 authored about 8 years ago by hillct <[email protected]>
thanks to @Stefdv #284

bd960b4d67f74d57a9eef45803af07755c05e23b authored about 8 years ago by Mark Nadal <[email protected]>
ahem, thank you d3x0r

ce32d8414bdaabd6b4e6341d86b951a32c07ad8e authored about 8 years ago by Mark Nadal <[email protected]>
Merge branch '0.5' of https://github.com/amark/gun into 0.5

71f15e21c67a44c7a97a2bf3b77f5ea4a4e0adb8 authored about 8 years ago by Mark Nadal <[email protected]>
final touches

3e2bf996fa8bab6f6886a0b5a8c762754d32ce06 authored about 8 years ago by Mark Nadal <[email protected]>
fix for d3x0r and Stefdv

9abe3fb75fc975ec3fea89d14899eae42f7c06cf authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #283 from hillct/feature/withBuildMinified

Minify Gun at package publish-time

dff24e2578d9bbf1d27a95a745e4da4094567778 authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #281 from PsychoLlama/0.5

Add envelope-system server sync

4526ffda52255f5b14a11ecfc3839c2427db2a3e authored about 8 years ago by Mark Nadal <[email protected]>
Minify Gun at package publish-time

7c0c7f3605d55a82bf3e2a73dab7ec1bee4c9579 authored about 8 years ago by hillct <[email protected]>
Add envelope-system server sync

Using gun's new envelope system (where routing and de-duplication happen
inside gun core), serve...

484849353059069b3fe66755db723c74eb6dd589 authored about 8 years ago by Jesse Gibson <[email protected]>
Add envelope plugin system

@amark made these changes, I'm just committing them.

9d9dea25533123e850e4789e4edf9c5deda897a7 authored about 8 years ago by Jesse Gibson <[email protected]>
fix chain

c8e919f287d738334a208de63fde90668bad5f02 authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #276 from PsychoLlama/s2s-sync

Optimistically open client sockets

42003cb82f51e1a6d7011ee69956e14a504dc4c5 authored about 8 years ago by Mark Nadal <[email protected]>
Add max reconnect backoff

Sockets will try to reconnect upon disconnection with an exponentially
rising backoff (configura...

6a63b46d2bb2944177d239036c021d41ed313b5b authored about 8 years ago by Jesse Gibson <[email protected]>
Merge branch '0.5' into s2s-sync

2696b4cf8856edb7c54d3c67d6f477a94dd557c1 authored about 8 years ago by Jesse Gibson <[email protected]>
Merge branch '0.5' of https://github.com/amark/gun into 0.5

70698112e455bf7c3ad6e07add082364525cea3f authored about 8 years ago by Jesse Gibson <[email protected]>
Optimistically open client sockets

Changes behavior from only opening sockets when absolutely necessary to
keeping them open for as...

e402e3966ee0669c430b72e0315933da99ec6478 authored about 8 years ago by Jesse Gibson <[email protected]>
Merge pull request #275 from eschapp/patch-1

Update README.md

2f0ecef341e05440aaedb255a55e3036959c3542 authored about 8 years ago by Mark Nadal <[email protected]>
Update README.md

Just a quick typo fix.

186b237ea5ba698dd31a7956bc5e1e562976522e authored about 8 years ago by Eric Schapp <[email protected]>
Expose websocket events

The Peer "class" now extends EventEmitter. Listening to any websocket
events (e.g., "message", "...

e8f8047cb6043519e8f530cb77fffc604dcf80d9 authored about 8 years ago by Jesse Gibson <[email protected]>
Merge branch '0.5' of https://github.com/amark/gun into 0.5

92103e0767738c3be143c30657c6df0c32d40b1e authored about 8 years ago by Mark Nadal <[email protected]>
merge again

bfd1107e614c7f8385aaf80edcc55e1ffb776e0f authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #272 from colealbon/0.5

#271 one liner fix to console assign error

bb2a49c088e586f7f00c82fdfdd014e1eb35a5af authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #1 from colealbon/colealbon-patch-1

#271 one liner fix error while assigning console

1960d445984260a803b17f94f00930bb4b9f582d authored about 8 years ago by Cole Albon <[email protected]>
#271 one liner fix error while assigning console

86a5abd550b6559f00790e7b63357daaa6d7138f authored about 8 years ago by Cole Albon <[email protected]>
Prevent most broadcast storms

Better de-duplication on messages sent for GET and PUT requests,
allowing full circular connecti...

37696e1ada5fa2a566bf5fbe61a477f61520c1e2 authored about 8 years ago by Jesse Gibson <[email protected]>
Merge pull request #270 from PsychoLlama/allow-file-json-opt-out

Reliably check file.js options

2317a54d45a7704d752d3b5b75b420a918c827bc authored about 8 years ago by Jesse Gibson <[email protected]>
Fix chain option search

If you're reading this commit history, please avert your eyes. 3
commits to fix this admittedly ...

f999e5f2ea8736ceaa45e4e59717f9c0ba91ec93 authored about 8 years ago by Jesse Gibson <[email protected]>
Merge branch '0.5' of https://github.com/amark/gun into 0.5

7c2c52d2357dd0e5b6fa8d3c4fd7a8bc55f7f7e7 authored about 8 years ago by Mark Nadal <[email protected]>
merge again

914cce726b439f73673e85b382cb173cd7e1348c authored about 8 years ago by Mark Nadal <[email protected]>
Update gun.js

126a668bf3fb6c35ae39ffa8f9c41482ec4c99aa authored about 8 years ago by Mark Nadal <[email protected]>
Reliably check file.js options

The FileJS module can be passed options in two ways, and this commit
ensures they're treated in ...

e7162aa09845fd835c1bf2092b950496217d33fc authored about 8 years ago by Jesse Gibson <[email protected]>
attempted merge with @alancnet 's awesomeness!

6b054146c8dae46745c863f7342b21e90012842a authored about 8 years ago by Mark Nadal <[email protected]>
mid conflict merge

1966a09ac29d811187e2d7f65cb1377403670e3d authored about 8 years ago by Mark Nadal <[email protected]>
getting back from Italy...

8bb003e311e921017646e4e645f5c0eea392d2c0 authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #269 from PsychoLlama/0.5

Allow greeting messages to be opt-out

a4b64feef07d625d5ec7c37e151ed842c1c09dfa authored about 8 years ago by Jesse Gibson <[email protected]>
Allow greeting messages to be opt-out

If you use gun a bunch, you've probably noticed the messages like "Hello
wonderful person :)" an...

ddf272bbb05f633aca36675044b78858fb7902ad authored about 8 years ago by Jesse Gibson <[email protected]>
Merge pull request #268 from PsychoLlama/allow-file-json-opt-out

Allow opting out of file.json

406276739a223901c1511a090c28c8430b483daa authored about 8 years ago by Jesse Gibson <[email protected]>
Allow opting out of file.json

If the most recent gun options disable the file module, then it
won't try to read/write from the...

3e66aff985ff93022a866b6f2170cde2676e2c50 authored about 8 years ago by Jesse Gibson <[email protected]>
Merge pull request #267 from PsychoLlama/s2s-sync

Add server-to-server sync

14482abf0c229c3e28bcc830f4d953dcf07f6384 authored about 8 years ago by Mark Nadal <[email protected]>
Add server push

Pushes graph updates to connected clients, listening for
acknowledgements.

ba43dcac17cbf387736e9f2ac11a21c1205af4b4 authored about 8 years ago by Jesse Gibson <[email protected]>
Merge pull request #262 from hillct/feature/onboarding

Examples Cleanup & Quick deployments with Heroku, Docker etc.

e39eda74f42a4a6ea098231f109abbb276d43650 authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #264 from amark/develop

Develop

0ee3229cff889ed940762444d4d6d4e98e11398d authored about 8 years ago by Mark Nadal <[email protected]>
fix #263 for @imomin and limit back off

fe624166cc548b41612986769402a3c67960571f authored about 8 years ago by Mark Nadal <[email protected]>
Merge branch 'master' into develop

30b4aaa6f70c30c0ca94cfbcade54bd89313eaf3 authored about 8 years ago by Mark Nadal <[email protected]>
Added documentation for Now.sh deployment

d1e5f932392ec247d93c6b9d7764e861fe1d2f73 authored about 8 years ago by hillct <[email protected]>
Add Deployment documentation for Heroku & Docker

d47f47baec0aeec8e4967a9f74322e26dbffc7b6 authored about 8 years ago by hillct <[email protected]>
* Sanitized /examples dependency management

* Added Docker deployment support files

ded9a468c4b1b405133d1cebe0d5c34ab037f4d1 authored about 8 years ago by hillct <[email protected]>
Add basic server get handling

Servers now dispatch requests to clients and listen for responses,
plugging them into gun.

e8194887e06e9931292c9929a2823d0110e89eb9 authored about 8 years ago by Jesse Gibson <[email protected]>
Merge pull request #254 from alancnet/off-0.5

.off for .on, and .map. (0.5)

24a6c858a2ac2164e16616dd1c7d8a7102156e06 authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #255 from alancnet/set-usability-0.5

Enable .set with node, or new soul. (0.5)

6e8f1e002888e85e077904cfa40c55c775b103fc authored about 8 years ago by Mark Nadal <[email protected]>
Update README.md

71afcc52f72f54d46a8f50cd75c4625d27ad6bed authored about 8 years ago by Mark Nadal <[email protected]>
Add websocket backoff/retry logic

New library handles websocket reconnection logic and queues messages
that were sent while offline.

4cd2d434d109b71004f9b4ca23e901044c485234 authored about 8 years ago by Jesse Gibson <[email protected]>
Isolate websocket logic

WebSocket logic has it's own folder now, `wsp`.

e36e78f532f9be55130b50a04d85936b92106b32 authored about 8 years ago by Jesse Gibson <[email protected]>
Merge pull request #260 from PsychoLlama/hotfix-offline-sync

Fix reconnection replication

1a6e52dd763c41a1cfaaeb540021952f0d98e149 authored about 8 years ago by Jesse Gibson <[email protected]>
Bump patch number

For offline queueing fix.
[ci skip]

4aed97ae44e929276473d570bd09ac66194c9e43 authored about 8 years ago by Jesse Gibson <[email protected]>
Fix reconnection replication

Fixes issue #259, where edits made offline wouldn't be queued for when a
socket comes back onlin...

878dad41531eaa7b3b8d5b82d2b82036be44ae84 authored about 8 years ago by Jesse Gibson <[email protected]>
Add basic websocket logic

Servers will now try to initiate a connection using websockets if the
`peers` option is set. Cur...

adbea081204c1ebdbda6ff59fa4e72a8826706e9 authored about 8 years ago by Jesse Gibson <[email protected]>
Merge pull request #256 from amark/develop

nam version bump for @alancnet !

d868d0c03d082571c0f503dca86ed61283458d3b authored about 8 years ago by Mark Nadal <[email protected]>
nam version bump for @alancnet !

04ee088ab9b741602f001666223f293a7c081210 authored about 8 years ago by Mark Nadal <[email protected]>
Merge branch 'master' into develop

738bc7f3fa9319b34c772ba43bd15bb7ede22e43 authored about 8 years ago by Mark Nadal <[email protected]>
.off for .on, and .map. (0.5)

281a56292ed1cfa811176ade082ceb1e7f9cb117 authored about 8 years ago by Alan Colon <[email protected]>
Enable .set with node, or new soul. (0.5)

74b0242682ce549be59911cd324e2b1ef3b171f3 authored about 8 years ago by Alan Colon <[email protected]>
Merge pull request #252 from alancnet/off

.off for .on, .map, and .path

c006690cedbd2affb4e662583081f01f8d33dd45 authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #253 from alancnet/set-usability

Enable .set with node, or new soul.

1242e4b971b0c72f2c74de0e67b853a3330e31cc authored about 8 years ago by Mark Nadal <[email protected]>
Enable .set with node, or new soul.

b00b27ceaf7b1685a9d510eea1a32f772b15e799 authored about 8 years ago by Alan Colon <[email protected]>
.off for .on, .map, and .path

1ab36fa3e171948a4d971d5463409ac74ecaef48 authored about 8 years ago by Alan Colon <[email protected]>
Merge pull request #248 from PsychoLlama/0.5

Fix /gun.js route

e509912fa2b99a86fcbaf0b182c7574fb75b784e authored about 8 years ago by Mark Nadal <[email protected]>
Fix /gun.js route

The `wsp.server` logic was never making it to the /gun.js route. If the
browser is just sending ...

6f8c99ccf1d611239919539737aa97d533cce984 authored about 8 years ago by Jesse Gibson <[email protected]>
Update gun.js

0aef927eecb7845d1052cb05baa23f9bd736f29d authored about 8 years ago by Mark Nadal <[email protected]>
Update gun.js

23f126f219da9f2f0564c4b8313b2ab6e71c3d63 authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #247 from amark/develop

Develop

e355816da4ed0ba430a7b788c153142ed1576a41 authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #245 from noderaider/0.5

added yarn.lock to gitignore and fixed npm start

de216349be38bd1f1a53c98d5b15005446e35e28 authored about 8 years ago by Mark Nadal <[email protected]>
Update package.json

c3b4bf7d66241464323f68160632615128b0b9b6 authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #244 from BartNetJS/patch-1

check for window.localStorage

5f0f96664ffcf7abc4368ee9524f021b0affbcb5 authored about 8 years ago by Mark Nadal <[email protected]>
added yarn.lock to gitignore and fixed npm start

1c25b51e41867bdda3aabe1b10c734bac2f8bfde authored about 8 years ago by Cole Chamberlain <[email protected]>
Merge pull request #243 from amark/develop

Develop

4efb634c7687f3f17b932ab4135b6c3566aec385 authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #242 from PsychoLlama/psychollama-update-travis-ci-config

Update Travis CI config

4eafadc279125908d47d9bdcb2ed345bf4f3b4e2 authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #241 from PsychoLlama/master

Add ability to stop broadcast

f73154c2e533446eaa2ad3311d6ad7c057d9356c authored about 8 years ago by Mark Nadal <[email protected]>
Add node v6

Adds node version 6.8 to the list of tested versions on Travis CI.

0d41b5114cb45e1dd6d6dacdd6f708eb91033b9d authored about 8 years ago by Jesse Gibson <[email protected]>
Bump patch version

abce408c6520565c90f24e1ee00922f0fd9850e7 authored about 8 years ago by Jesse Gibson <[email protected]>
Add ability to stop broadcast

Sometimes you just wanna send data to only one client, not the whole
bunch. Now, with new advanc...

455cec4a103e403a8a7c2399e3d212cbd98b7d54 authored about 8 years ago by Jesse Gibson <[email protected]>
check for window.localStorage

Hi, the window.localStorage gives an exception when you use it in Edge on localHost or from a fi...

fc8aa597a752601806e20ff5ede9c747ba6fdf31 authored about 8 years ago by BartVDACodeware <[email protected]>
experimental approach works!

53e171310d5958d024ca62c4bc09d00e55f7c765 authored about 8 years ago by Mark Nadal <[email protected]>
Update gun.js

58753e0f9e02ac2de317d7cf71acfe214ffe3e99 authored about 8 years ago by Mark Nadal <[email protected]>
Update gun.js

9355a36a545c4b6e89c91a8e23684fb4f16c2f15 authored about 8 years ago by Mark Nadal <[email protected]>
Merge pull request #238 from d3x0r/patch-4

Update gun.js

d1c4df7688485f106e4be2713babd621df157b9b authored about 8 years ago by Mark Nadal <[email protected]>
Update gun.js

Fix localStorage to pull and cache options from parent.

c5c2d190e52dbba39dc394b006250ab44a6cb536 authored about 8 years ago by d3x0r <[email protected]>
Merge pull request #233 from d3x0r/patch-3

Update package.json

2a6858388e9c5e33c37706eba55b918d32156fdb authored about 8 years ago by Mark Nadal <[email protected]>
Update gun.js

df4d87eb3e2a3b8451b4f0f340268bb72800e9ba authored about 8 years ago by Mark Nadal <[email protected]>
Update package.json

98f5b7ecd1d860c31eaddfa5bc210089788fd848 authored about 8 years ago by d3x0r <[email protected]>
Merge pull request #232 from amark/develop

this to window

f146f0a864b1ac73ecb308f36d899eb6422dc5a7 authored about 8 years ago by Mark Nadal <[email protected]>
this to window

cdfd411ec84c1b150fcfa67ca1244cf17749e43c authored about 8 years ago by Mark Nadal <[email protected]>
try to simplify?

da3e644c70c77153b44fdd06fb34817a6b7d569f authored about 8 years ago by Mark Nadal <[email protected]>