Ecosyste.ms: OpenCollective

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

node-datachannel

P2P Communication for NodeJS apps (WebRTC)
Collective - Host: opensource - https://opencollective.com/node-datachannel - Code: https://github.com/murat-dogan/node-datachannel

update node-datachannel version

github.com/murat-dogan/node-datachannel - 82db7e6643a977b97b5f3d551397e9ef50b3fa9a authored about 1 year ago by Murat Dogan <[email protected]>
Merge pull request #210 from achingbrain/fix/export-missing-polyfills

fix: export missing polyfills

github.com/murat-dogan/node-datachannel - d02f4ef64ea0d5d1a11afb3def51df43fff05a20 authored about 1 year ago by Murat Doğan <[email protected]>
chore: export both

github.com/murat-dogan/node-datachannel - 3b06f2790e11e62ad485ddb75c1b4d212f50e6f5 authored about 1 year ago by achingbrain <[email protected]>
chore: update index.d.ts

github.com/murat-dogan/node-datachannel - 3bd1e583055b9f96268c7af8fb1a03d04ed88fbf authored about 1 year ago by achingbrain <[email protected]>
Merge remote-tracking branch 'upstream/master' into fix/export-missing-polyfills

github.com/murat-dogan/node-datachannel - 113ed02fe19b50f5d24117e55d0f596f7abf273a authored about 1 year ago by achingbrain <[email protected]>
Merge pull request #208 from achingbrain/fix/add-constructor-args-to-session-description

fix: add constructor args to RTCSessionDescription polyfill

github.com/murat-dogan/node-datachannel - 00b4ad0727f743df7fb899a44ac06a843990bb55 authored about 1 year ago by Murat Doğan <[email protected]>
Merge pull request #209 from achingbrain/fix/add-generate-certificate-method

fix: add generate certificate method to peer connection polyfill

github.com/murat-dogan/node-datachannel - 93a233ac4d552cae8012013c223b19316cf71dfa authored about 1 year ago by Murat Doğan <[email protected]>
fix: export missing polyfills

I need to use `RTCSessionDescription` but it's not exported so
this PR Exports all implemented p...

github.com/murat-dogan/node-datachannel - 7d2d7d2c1512f2fc21d6d1533e896c9c06ded39c authored about 1 year ago by achingbrain <[email protected]>
fix: add generate certificate method to peer connection polyfill

Adds a dummy implementation that just throws. I don't think this is
ideal for the long term but...

github.com/murat-dogan/node-datachannel - 32871c6f41de92e36647e7c5e238b14488988fbf authored about 1 year ago by achingbrain <[email protected]>
fix: add constructor args to RTCSessionDescription polyfill

Adds init dict so it's usable from typescript.

github.com/murat-dogan/node-datachannel - ed82d9383af00d75da6a74f63579cb3e7f9fe585 authored about 1 year ago by achingbrain <[email protected]>
prettier problems

github.com/murat-dogan/node-datachannel - 0ca669dfbca5358ceedcc087a5bcff4e68fa9eb6 authored about 1 year ago by Murat Dogan <[email protected]>
Merge pull request #207 from nferch/patch-1

fix polyfill

github.com/murat-dogan/node-datachannel - aef8e74b00576dcaaca9ea8fbb78c57377f6dd6c authored about 1 year ago by Murat Doğan <[email protected]>
fix polyfill

Per https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection#iceserv...

github.com/murat-dogan/node-datachannel - 9705c7f48f22f44de4b368743b818708059008ea authored about 1 year ago by Nathan Ferch <[email protected]>
update version to 0.5.2

github.com/murat-dogan/node-datachannel - e23eb0558c5012b633f459010720a7917c1350be authored about 1 year ago by Murat Dogan <[email protected]>
update libdatachannel

github.com/murat-dogan/node-datachannel - 93f00533539e95be0dc539e358c3db4146f58b1f authored about 1 year ago by Murat Dogan <[email protected]>
Merge pull request #206 from pubkey/master

FIX types and add CI check for types

github.com/murat-dogan/node-datachannel - 02699b4ff82d223cec9af6fab7ab4b5c49ad2ca6 authored about 1 year ago by Murat Doğan <[email protected]>
ADD build folder to tsconfig exclude

github.com/murat-dogan/node-datachannel - 0ca99d9d8a1c0976755a2692d9b873c41033e447 authored about 1 year ago by pubkey <[email protected]>
FIX types and add CI check for types

github.com/murat-dogan/node-datachannel - 3c3416c1ef79270f70fc27aa3a698b20d44592ba authored about 1 year ago by pubkey <[email protected]>
update import statement

github.com/murat-dogan/node-datachannel - dae20599d1de5f4e6992129c21e1b070b71c92ae authored about 1 year ago by Murat Dogan <[email protected]>
Merge branch 'master' of https://github.com/murat-dogan/node-datachannel

github.com/murat-dogan/node-datachannel - 09801fc7c455cff0a6a8afe56eb76f3faae65a5b authored about 1 year ago by Murat Dogan <[email protected]>
expose maxMessageSize

github.com/murat-dogan/node-datachannel - 2e8ab5a06088be40183cf5cc3b3499ebd62c7b58 authored about 1 year ago by Murat Dogan <[email protected]>
Merge pull request #198 from murat-dogan/dependabot/npm_and_yarn/examples/electron-demo/electron-26.2.4

Bump electron from 26.2.1 to 26.2.4 in /examples/electron-demo

github.com/murat-dogan/node-datachannel - 1645f2e70a2b4d490677a1ca29ebd60434ba2fd8 authored about 1 year ago by Murat Doğan <[email protected]>
Merge branch 'master' of https://github.com/murat-dogan/node-datachannel

github.com/murat-dogan/node-datachannel - 9352b37625c680e248810a6438ab760f5f2d6a23 authored about 1 year ago by Murat Dogan <[email protected]>
re-arrange exports

github.com/murat-dogan/node-datachannel - 79afd667bf4b14d445f20769796502e07a3c46d4 authored about 1 year ago by Murat Dogan <[email protected]>
Bump electron from 26.2.1 to 26.2.4 in /examples/electron-demo

Bumps [electron](https://github.com/electron/electron) from 26.2.1 to 26.2.4.
- [Release notes](...

github.com/murat-dogan/node-datachannel - ab0e4ca8b77b3bab133574478e9f66ca19f82b69 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #194 from luisfonsivevo/patch-1

Improve RTCPeerConnection polyfill constructor arguments

github.com/murat-dogan/node-datachannel - 9924b594f552484a5322870e8eba7c9f137dcea9 authored over 1 year ago by Murat Doğan <[email protected]>
Merge pull request #193 from murat-dogan/dependabot/npm_and_yarn/examples/electron-demo/electron-26.2.1

Bump electron from 26.2.0 to 26.2.1 in /examples/electron-demo

github.com/murat-dogan/node-datachannel - 4331db10ffcaa762d1839dabc3d9a508d0ed4f70 authored over 1 year ago by Murat Doğan <[email protected]>
improve constructor args

github.com/murat-dogan/node-datachannel - 6ca7ce7da1c4abc764460eb3e47b2638e83fe3b3 authored over 1 year ago by Luis Fonsi VEVO <[email protected]>
Bump electron from 26.2.0 to 26.2.1 in /examples/electron-demo

Bumps [electron](https://github.com/electron/electron) from 26.2.0 to 26.2.1.
- [Release notes](...

github.com/murat-dogan/node-datachannel - 1e17ec60dd7b85d3455e324971932af542f31e28 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
clean unneeded props

github.com/murat-dogan/node-datachannel - 5528f2f4a355457fdee3fb416f67d6176681e0ee authored over 1 year ago by Murat Dogan <[email protected]>
component + role

github.com/murat-dogan/node-datachannel - 59525437c9a62155ebb3c543a5dabd152292bd74 authored over 1 year ago by Murat Dogan <[email protected]>
implement transports

github.com/murat-dogan/node-datachannel - eb1db6a65def0bd4f399681bfe5466c131d3099e authored over 1 year ago by Murat Dogan <[email protected]>
expose maxDataChannelId and expand candidate-info

github.com/murat-dogan/node-datachannel - 4843bab3c13f0d47092e0d6f9e6c334051157732 authored over 1 year ago by Murat Dogan <[email protected]>
delete bundleddep

github.com/murat-dogan/node-datachannel - 68d210cf1fa5fabd326afa31760cad42307fe2b7 authored over 1 year ago by Murat Dogan <[email protected]>
update v and readme

github.com/murat-dogan/node-datachannel - 6aa2e0e3c928e9b4c08ee71cd716c215a1dc2cfc authored over 1 year ago by Murat Dogan <[email protected]>
Merge pull request #185 from murat-dogan/polyfill

WebRTC polyfills

github.com/murat-dogan/node-datachannel - 01f7a6bd0f75adcf341f8ae7a9abe6e6ef3a0a2c authored over 1 year ago by Murat Doğan <[email protected]>
Merge branch 'master' into polyfill

github.com/murat-dogan/node-datachannel - a0a8d8775d9c3915f3c32b73d65f2b8fa624a793 authored over 1 year ago by Murat Doğan <[email protected]>
Merge pull request #191 from murat-dogan/dependabot/npm_and_yarn/tough-cookie-and-prebuild-4.1.3

Bump tough-cookie and prebuild

github.com/murat-dogan/node-datachannel - 4e16b1bba8865c0624025fdbfd595c5a8a7ba9c0 authored over 1 year ago by Murat Doğan <[email protected]>
Merge branch 'master' into polyfill

github.com/murat-dogan/node-datachannel - ba29b8da7936a0ef3e51942bf3df1950bbe568e5 authored over 1 year ago by Murat Dogan <[email protected]>
Merge pull request #186 from murat-dogan/electron-demo

Electron demo

github.com/murat-dogan/node-datachannel - eb777ab9204c9d608e149a957e0244d1f6a54ed8 authored over 1 year ago by Murat Doğan <[email protected]>
Bump tough-cookie and prebuild

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) to 4.1.3 and updates ancestor d...

github.com/murat-dogan/node-datachannel - 7e63f30a664dd18dad7c704a8a9747aba27d4fd8 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #189 from murat-dogan/napi

NAPI bindings

github.com/murat-dogan/node-datachannel - e573fe944bece29af58f23bee1e67de56a8851d3 authored over 1 year ago by Murat Doğan <[email protected]>
re-do openssl shared for arm64

github.com/murat-dogan/node-datachannel - 45dca29a414eb35e3d1bcfe878748647682dc069 authored over 1 year ago by Murat Dogan <[email protected]>
try static openssl

github.com/murat-dogan/node-datachannel - 55f40a7c8a37f3aa15f410e1ad322fca731f05d2 authored over 1 year ago by Murat Dogan <[email protected]>
add version info to openssl

github.com/murat-dogan/node-datachannel - cc752614d6c8ada05c3c99fee491a9a4d7d6a472 authored over 1 year ago by Murat Dogan <[email protected]>
update node types

github.com/murat-dogan/node-datachannel - a155259f0c17a5664d875d8a002bd97ecdc416ce authored over 1 year ago by Murat Dogan <[email protected]>
Merge branch 'master' into napi

github.com/murat-dogan/node-datachannel - 11a18e77dbfaf12190d6ea1fe6fe174bfeef1f66 authored over 1 year ago by Murat Doğan <[email protected]>
Merge pull request #190 from paullouisageneau/update-libdatachannel

Update libdatachannel to v0.18.6

github.com/murat-dogan/node-datachannel - 37892d31d391ca0c6626e762260d52bef1348c28 authored over 1 year ago by Murat Doğan <[email protected]>
Update libdatachannel to v0.18.6

github.com/murat-dogan/node-datachannel - 018b386cafd3361b1971d724d5e032bc9d16552d authored over 1 year ago by Paul-Louis Ageneau <[email protected]>
Update to node v16

github.com/murat-dogan/node-datachannel - ee4948b39d7a190104a1a4d15921bb8f34d46e74 authored over 1 year ago by Murat Dogan <[email protected]>
update libdatachannel

github.com/murat-dogan/node-datachannel - 3929eb5bc18affbbe0525a593bfabaee53ddd0a2 authored over 1 year ago by Murat Dogan <[email protected]>
add runtime to upload

github.com/murat-dogan/node-datachannel - d551cbfeda63b9bb7e9d24fc991060a54d3edbce authored over 1 year ago by Murat Dogan <[email protected]>
adapt actions to napi

github.com/murat-dogan/node-datachannel - cda440cf475f4c9c0889db23182f9b083a840c76 authored over 1 year ago by Murat Dogan <[email protected]>
Merge branch 'master' into electron-demo

github.com/murat-dogan/node-datachannel - 0151655b4bb6e9c94b8d3630649d997247f4e370 authored over 1 year ago by Murat Dogan <[email protected]>
electron-demo initial commit

github.com/murat-dogan/node-datachannel - e90282dcc8105ae122720301cee380b0db40edca authored over 1 year ago by Murat Dogan <[email protected]>
Export MessageEvent

github.com/murat-dogan/node-datachannel - 227507bdf67d29c2241db3da87c4fb258e0cc8f0 authored over 1 year ago by Murat Dogan <[email protected]>
MessageEvent props

github.com/murat-dogan/node-datachannel - 2bbfe62ae51a5a60575fd655795428ed8fa5a8af authored over 1 year ago by Murat Dogan <[email protected]>
COnvert to ES Module

github.com/murat-dogan/node-datachannel - 852f2200becd2b24f6782eb9084ab7232fdccb47 authored over 1 year ago by Murat Dogan <[email protected]>
delete duplicate

github.com/murat-dogan/node-datachannel - 0ee7c33381313ad385bed4bed9864d3a1ce2bc45 authored over 1 year ago by Murat Dogan <[email protected]>
Add iceState feature

github.com/murat-dogan/node-datachannel - da7c02c7bd9afc73344a4cd680eab699f697d56a authored over 1 year ago by Murat Dogan <[email protected]>
Merge pull request #184 from regnaio/regnaio/Dockerfile

Dockerfile to build

github.com/murat-dogan/node-datachannel - d52ece5a5b2eabe6c66e94cfaeac914fa4f64a90 authored over 1 year ago by Murat Doğan <[email protected]>
resolve conflicts

github.com/murat-dogan/node-datachannel - e7ad57812033855e2edf12babe375856adda9f05 authored over 1 year ago by Murat Dogan <[email protected]>
Merge branch 'master' into polyfill

github.com/murat-dogan/node-datachannel - 0d9c64d093af2bb716ea8e8584c43d6fccc59b13 authored over 1 year ago by Murat Dogan <[email protected]>
remove empty file

github.com/murat-dogan/node-datachannel - 2e41b186a13fc9797cccc62e4a20ca8084950fa9 authored over 1 year ago by regnaio <gbz@LAPTOP-4I5Q1COP>
move to ./examples/build/

github.com/murat-dogan/node-datachannel - b70853b5ecd04070042ae553d08e97b83c1a1c44 authored over 1 year ago by regnaio <gbz@LAPTOP-4I5Q1COP>
node v12 adjustments

github.com/murat-dogan/node-datachannel - c2de9d79d89aa899013973d1e3ceef2e046643c3 authored over 1 year ago by Murat Dogan <[email protected]>
decrease versions for node v12

github.com/murat-dogan/node-datachannel - 0ddb08cf3d74124e056ba89ccf0423626d5d2b21 authored over 1 year ago by Murat Dogan <[email protected]>