Ecosyste.ms: OpenCollective

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

Hyper Hyper Space

A library to create p2p applications, using the browser as a full peer.
Collective - Host: opensource - https://opencollective.com/hyper-hyper-space - Website: https://www.hyperhyperspace.org - Code: https://github.com/hyperhyperspace

initial commit

github.com/hyperhyperspace/home - c24859715f27ff774d65270e007d801dd1b7752c authored almost 3 years ago
adding SVG logos, video from FOSDEM 2022 talk embed

github.com/hyperhyperspace/hyperhyperspace.org - 53af99ef75b750e05566a66b1ba0d897a1227215 authored almost 3 years ago
oops - forgot to add new files to repo on last refactor

github.com/hyperhyperspace/hyperhyperspace-core - 901cc5dea21f3daefc7d408093a89391f68fe3b0 authored almost 3 years ago
split the actual model classes into three subdirectories: immutable, mutable, causal

github.com/hyperhyperspace/hyperhyperspace-core - d97f697cf6d0a32cfcf5c70f75dd55b962231efe authored almost 3 years ago
- Added interop checking files for an expermiental Python version of this library.

- Moved the class registry out of HashedObject, into a ClassRegistry class
- Forced keys in maps ...

github.com/hyperhyperspace/hyperhyperspace-core - 7cf66984a9decccde72cbce8b9765aa192ac2276 authored almost 3 years ago
added some missing validations for immutable sets and maps

github.com/hyperhyperspace/hyperhyperspace-core - f6d7679151670266666785f7a8b39e7293b951eb authored almost 3 years ago
removed old class registry and pretty priting functions form HashedObject

github.com/hyperhyperspace/hyperhyperspace-core - 74336f96ad6c3612ce10be8327d2e04dff100bda authored almost 3 years ago
minor fixes: removed some serialization pitfalls that would lead to hash collisions later on

github.com/hyperhyperspace/hyperhyperspace-core - 7a93f208f177eaa94a1d0921a9a8265dffc3bf8e authored almost 3 years ago
moving the pretty printing functions to the utils folder

github.com/hyperhyperspace/hyperhyperspace-core - b4b2a54187d0b591db78ab752e2b665c63bf0ad5 authored almost 3 years ago
moving the class registry to a different class

github.com/hyperhyperspace/hyperhyperspace-core - e13c8af3e72bcd39f92ea6c9c5bdfde99beb1a5b authored almost 3 years ago
changing imports to relative, otherwise browser build breaks

github.com/hyperhyperspace/hyperhyperspace-core - 356c9544fa18514c6e9320253f636d9d4174ee08 authored almost 3 years ago
Initialize project using Create React App

github.com/hyperhyperspace/hyper-browser-web - 318f0007da07d35602f090948f13e45a6713301c authored about 3 years ago
- enabled validation of HashedLiteral (I don't know why it was disabled)

- added a compat-testing section to check compatibility with other HHS implementations (WIP)

github.com/hyperhyperspace/hyperhyperspace-core - 4fa748e6110f5a70edb23380825de5d64dfc5978 authored about 3 years ago
"admin" renamed to "moderator"

github.com/hyperhyperspace/chat-group - d4c9210fa95ca7992e9aac212b6e0b6bc2a92698 authored about 3 years ago
oops - reverting using signalling server on localhost by default

github.com/hyperhyperspace/hyperhyperspace-core - 7ea4d18b7e8a52837c842e8ced5b749e2ad75223 authored about 3 years ago
a somewhat feature-complete version, invite system is missing

github.com/hyperhyperspace/chat-group - 085d89b1d49bbb6e09f3bcd8c88211c5f5a23d32 authored about 3 years ago
improved how CausalSet can be customized / composed

github.com/hyperhyperspace/hyperhyperspace-core - 34b5261bcfe4f83b85efc498b56ad049c2bd1e90 authored about 3 years ago
added a new scheme for modelling causality, based in authorizer / verifier pairs and some combinators

github.com/hyperhyperspace/hyperhyperspace-core - 2cdff4eace36367eb9a1141c864df5ea50e504d0 authored about 3 years ago
ported test changes over from core

github.com/hyperhyperspace/hyperhyperspace-sqlite - b867b30e0e8df9ca0c151f484e942139d031564e authored about 3 years ago
- added CausalSet class as a simplified way to create causal hierarchies

- removed terminalOps from invalidateAfterOp, now it just uses prevops
- added a bunch of useful ...

github.com/hyperhyperspace/hyperhyperspace-core - bbad946eb2cfa4389a80e7995f93823521e1dd26 authored about 3 years ago
changed names: space portal is now hyper-browser

github.com/hyperhyperspace/hyperhyperspace.org - 347d992e1b65aee8f63627f262662826f3fd5e6a authored about 3 years ago
addin new site concept editable file

github.com/hyperhyperspace/hyperhyperspace.org - 401975aefcadc77035a23dc2e84b233c7d407a1e authored about 3 years ago
fixed race condition in playground callback, added current value as param

github.com/hyperhyperspace/hyperhyperspace-core - 122a20684477f7a94645c256cac1e4b17e5e0b7c authored about 3 years ago
updated playground example to reflect new callback

github.com/hyperhyperspace/hyperhyperspace-core - 332d1b9a20b1a5857ec3c080c1dfd555ea9c16a3 authored about 3 years ago
committing dirty hack to guess whether more ops are going to be sync'd

github.com/hyperhyperspace/hyperhyperspace-core - da841a298ada269e63050ba193806c49e443fea0 authored about 3 years ago
Merge pull request #19 from potherca-contrib/playground/html-fixes

Playground HTML fixes

github.com/hyperhyperspace/hyperhyperspace-core - 39f0ede3db2ade4055c9999b2b1999183ce4bdc0 authored about 3 years ago
Fix incorrect paragraph opening and closing tags in playground HTML.

github.com/hyperhyperspace/hyperhyperspace-core - 986753d83c9f4cf048890e2f55ee1297e87d4173 authored about 3 years ago
Add character-set meta tag to playground HTML.

github.com/hyperhyperspace/hyperhyperspace-core - e24d6a87bbf12c7806d9ce9d1915850e95d07642 authored about 3 years ago
Add title to playground HTML.

github.com/hyperhyperspace/hyperhyperspace-core - e62669d5f6d158d02cb0c530d09bda32e0b438a4 authored about 3 years ago
Add required HTML `lang` attribute.

github.com/hyperhyperspace/hyperhyperspace-core - 90ebccdeb5f55f439f95c0160f62dc2153e20719 authored about 3 years ago
Merge branch 'single-file-browser'

github.com/hyperhyperspace/hyperhyperspace-core - 4e56d60921c7bde84136dc7020ed6dff1ed59f82 authored about 3 years ago
added section about playground

github.com/hyperhyperspace/hyperhyperspace-core - 5d87df37ee2797591d7e7af4ee9f2ce7067bf66f authored about 3 years ago
switched to @hyper-hyper-space/node-rsa for native node RSA support

github.com/hyperhyperspace/pulsar-node - 9923aae7e6f6c0b4f17f941e5c37d21635c9dc6c authored about 3 years ago
removed worker support - moved to pulsar-node

github.com/hyperhyperspace/pulsar - 8d272cd80138f76bcf2eeb7e429f8a0089b95cbe authored about 3 years ago
fixing - was not working in node

github.com/hyperhyperspace/hyperhyperspace-core - 365224220228e9bec9c5c01bf8a76ab9f7dfd800 authored about 3 years ago
added @hyper-hyper-space/node-rsa submodule, new commits everywhere

github.com/hyperhyperspace/workspace - 4e1b9b229459c5577bb2a33672c571a7c0f68357 authored about 3 years ago
Adding a build option to target browsers directly, without a bundler. The resulting script (found in dist-browser/hhs.js) still needs a Buffer polyfill (TODO: fix that). The ChaCha20 implementation was replaced for a browser friendlier one, and the NodeRSA-based RSA option was moved to a separate package. Finally, a playground.html file with a small demo of the new single-file library was added.

github.com/hyperhyperspace/hyperhyperspace-core - ffd30814db6fdb3ed0850999e09d681b94973328 authored about 3 years ago
Update README.md

github.com/hyperhyperspace/pulsar - 423fdbc59172ce631c22d4de0a1515dde3fb058d authored about 3 years ago
Merge pull request #18 from ylebre/master

Typofix examlpe -> example

github.com/hyperhyperspace/hyperhyperspace-core - 4768b8709a0de7ef762d6a2c127b1ef8fdac19fc authored about 3 years ago
Typofix examlpe -> example

github.com/hyperhyperspace/hyperhyperspace-core - b2242c1977e0b0b86cfd941bfe5cc3aed79ba675 authored about 3 years ago
Update README.md

github.com/hyperhyperspace/pulsar - 2b20b5bdfc65fd04dcb4411e9c989fbf338781e1 authored about 3 years ago
Update README.md

github.com/hyperhyperspace/pulsar - f0f704773cd8a6a167ace12019754e93e2986ca7 authored about 3 years ago
check signaling state before applying received remote description in WebRTC connection set up

github.com/hyperhyperspace/hyperhyperspace-core - 360e7df44e9978f3aefb17f3f8bffa78cabd65aa authored about 3 years ago
better intro, link to white paper

github.com/hyperhyperspace/hyperhyperspace-core - c9140ecc24eca62c73716c0d251269514fa10f27 authored about 3 years ago
make sponsor images clickable

github.com/hyperhyperspace/hyperhyperspace.org - 9498ea7b987677d4f23b481b5bb272bdee9d8838 authored about 3 years ago
removed SQLite tests: since SQLite imports this project, that generates duplicate module definitions that then make "instanceof" statements return wrong results.

github.com/hyperhyperspace/hyperhyperspace-core - 9206bc807d79e5d8e14fae9894b59083bdbad308 authored about 3 years ago
copied test cases over from @hyper-hyper-space/core

github.com/hyperhyperspace/hyperhyperspace-sqlite - 20d567f74f674f4935ca2d1b19776a13dbf4e87b authored about 3 years ago
pinned typescript at 4.4.4, the latest vertsion the breaks ts-transform-paths plugin

github.com/hyperhyperspace/hyperhyperspace-core - 462383a3ba2acd1688e63fcc77d5d711e72a1776 authored about 3 years ago
re enable path rewrite lpqmrmp

github.com/hyperhyperspace/hyperhyperspace-core - ab9f49925493fcf9092daf57087f746a638456eb authored about 3 years ago
added note about sync agent initialization

github.com/hyperhyperspace/hyperhyperspace-core - 5f276b1d7567d3e7552dd021454f342ccda8c471 authored about 3 years ago
removed unused zerollup ts plugin

github.com/hyperhyperspace/hyperhyperspace-core - 5e69f597bbd0c840f52174071ed7e1ab11e98e3d authored about 3 years ago
removed stray test for SQLite backend

github.com/hyperhyperspace/hyperhyperspace-core - 6042c63662f5ac7fe5540834147a78786f2e137e authored about 3 years ago
removed ttsc again, made providing an object (instead of just its hash) to the sync agent optional

github.com/hyperhyperspace/hyperhyperspace-core - 9e2ead01182c1e9f350d542a85816ba6cc05c2fd authored about 3 years ago
removed SQLite backend tests (they generate a circular dependency that can generate duplicate imports), added fail-fast check for duplicate definitions in HashedObject.registerClass

github.com/hyperhyperspace/hyperhyperspace-core - 2cb55f70f1b726be05b23152a4e1eb3d1291a316 authored about 3 years ago
removed ttsc precompilation

github.com/hyperhyperspace/hyperhyperspace-core - dd88db46d1da721a0efa5e368ac395b0fa75badd authored about 3 years ago
attempting to fix a regression in HistorySynchornizer

github.com/hyperhyperspace/hyperhyperspace-core - c2d4f4bef3577199e4796380a03dc8b24731deee authored about 3 years ago
removed stray configuration hacks for old VDF function

github.com/hyperhyperspace/pulsar - 8381e46ee006d9147f1b81883334187d8513cd56 authored about 3 years ago
enable naming the chain, validate totalCoins

github.com/hyperhyperspace/pulsar - 40afdc6e193ec1b39fa3e98d81750638e8bcf815 authored about 3 years ago
added function to create word code directly from a hash value.

github.com/hyperhyperspace/hyperhyperspace-core - d3e0730f38f4137358361f196153f6d46d18e7db authored about 3 years ago
reduce the frequency of new request attempts, they are expensive when the discovered history is large.

github.com/hyperhyperspace/hyperhyperspace-core - 292c9cc1d4529c783a2562de8df4a48bb8ab523e authored about 3 years ago
adding pulsar-web to workspace

github.com/hyperhyperspace/workspace - 268a08e36c1866957fa5c68377f9404df4712451 authored about 3 years ago
first working version !

github.com/hyperhyperspace/pulsar-web - e9b3f4c1afc8f1ed66520eb289756ebfdc6ca87e authored about 3 years ago
make loading changes promise and start of sync visible externally

github.com/hyperhyperspace/pulsar - 595cea18e610f6904def522b14a8913ad9165f29 authored about 3 years ago
make render updates for the initial load of ops an option, make sync

starting optional, disable incremental build that seems broken in latest
tsc

github.com/hyperhyperspace/hyperhyperspace-react - ac4b93bf02f94c77c47438c33751e89379d3a018 authored about 3 years ago
basic project configuration

github.com/hyperhyperspace/pulsar-web - 84da80c187de86cbb394172302c11a367ad445c1 authored about 3 years ago
Initialize project using Create React App

github.com/hyperhyperspace/pulsar-web - 84d935d618ba76915d9809c99d2f87c1f1dcf99b authored about 3 years ago
removed run targets, they are now in pulsar-node

github.com/hyperhyperspace/pulsar - e5ad197b600a16e8044dce37bcf305bac03cf564 authored about 3 years ago
updated scripts for pulsar, pulsar-node repos

github.com/hyperhyperspace/workspace - a2425f5661826df523f88584915256e07d118dfc authored about 3 years ago
moved the old soliton module into pulsar, added pulsar-node to

workspace

github.com/hyperhyperspace/workspace - 62e71f775f5a94245b6355ca1e43df27080121b2 authored about 3 years ago
first working version

github.com/hyperhyperspace/pulsar-node - 03a04da3bff5eff7e2680d686dd8f9153781b78a authored about 3 years ago
made this repo into a module, stripped node-specific adaptors, created a

new pulsar-node repo for the NodeJS stuff and the CLI-based client.

github.com/hyperhyperspace/pulsar - 95799d999ae5a7625c4cf79c066c1db248d7224d authored about 3 years ago
new commits, added pulsar-node repo

github.com/hyperhyperspace/workspace - b0a3aeab05e800d9c4c54958d6b2a1877adee567 authored about 3 years ago
echo instructions when an unrecognized command is entered in the wallet

prompt

github.com/hyperhyperspace/pulsar - 99476b52e3aede83cce78eeef26d928c606729b7 authored about 3 years ago
changed parameter name from 'database' to 'storage'

github.com/hyperhyperspace/pulsar - 248e0485b0d821c6ece7cc05b963581ffb4f9fa2 authored about 3 years ago
add fast database mode (may get corrupted if power is lost).

github.com/hyperhyperspace/pulsar - c315d1fa1943ea5bd7227669c54e4e9a79a7c9f9 authored about 3 years ago