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

Updated types

github.com/murat-dogan/node-datachannel - 85b2045439e8092c74b8a02c62b6ed7f99821200 authored over 3 years ago by Paul-Louis Ageneau <[email protected]>
Removed C-style casts

github.com/murat-dogan/node-datachannel - 96fc353939351424c787f415bfec1d7d797f19e2 authored over 3 years ago by Paul-Louis Ageneau <[email protected]>
Added reliability parameters matching the browser API to DataChannelInitConfig

github.com/murat-dogan/node-datachannel - d21c4b45a3055629343db2321da80bc19c04401b authored over 3 years ago by Paul-Louis Ageneau <[email protected]>
Added id to DataChannelInitConfig

github.com/murat-dogan/node-datachannel - bf3547c23247722da2ac7f1ea2e8c500103f798f authored over 3 years ago by Paul-Louis Ageneau <[email protected]>
update jest version

github.com/murat-dogan/node-datachannel - 3758281ebd97e3f35d0072f1e60fa0f1bac05411 authored over 3 years ago by Murat Dogan <[email protected]>
bump version to 0.1.6

github.com/murat-dogan/node-datachannel - 3ed68264d79d123e5b12963d691f8b44f0f2f49a authored over 3 years ago by Murat Dogan <[email protected]>
add iceTransportPolicy option

github.com/murat-dogan/node-datachannel - a6bf4bab506a44ed2b9623483cd15b2cf96063ac authored over 3 years ago by Murat Dogan <[email protected]>
Merge pull request #55 from paullouisageneau/fix-icetransportpolicy

Fix support for iceTransportPolicy

github.com/murat-dogan/node-datachannel - f40b09183db43f82c69ede3838518e4ab671594b authored over 3 years ago by Murat Doğan <[email protected]>
Added iceTransportPolicy to config options in Readme

github.com/murat-dogan/node-datachannel - d1ac4663f1e0297d71a9e3298bfcd2a4bd067728 authored over 3 years ago by Paul-Louis Ageneau <[email protected]>
Fixed missing else in iceTransportPolicy evaluation

github.com/murat-dogan/node-datachannel - b301417ed2d0a1125e1904c2c01c057d87fef686 authored over 3 years ago by Paul-Louis Ageneau <[email protected]>
Merge pull request #54 from paullouisageneau/add-icetransportpolicy

Add support for iceTransportPolicy

github.com/murat-dogan/node-datachannel - aaa9e6dee8bfdf4df75dfd2928cb5a9caa7bdadf authored over 3 years ago by Murat Doğan <[email protected]>
Added support for iceTransportPolicy

github.com/murat-dogan/node-datachannel - 08068b0eaa989c073dfa2231f94a2bb9a5b44a17 authored over 3 years ago by Paul-Louis Ageneau <[email protected]>
Update package-lock.json

github.com/murat-dogan/node-datachannel - b02e897f8d9436cf42d5477f6744dde372599d57 authored over 3 years ago by Murat Doğan <[email protected]>
Update package.json

github.com/murat-dogan/node-datachannel - 84ffff894deeb47f355501fd4f8cec146c08ea74 authored over 3 years ago by Murat Doğan <[email protected]>
Update CMakeLists.txt

github.com/murat-dogan/node-datachannel - 5c4ba2cd1c986e6444b958c541658ed1e1606a9e authored over 3 years ago by Murat Doğan <[email protected]>
Merge pull request #47 from paullouisageneau/update-libdatachannel

Update libdatachannel to v0.14.0

github.com/murat-dogan/node-datachannel - d2f07bffa5182fc4bc60c3f7bfe9aab33eceef50 authored over 3 years ago by Murat Doğan <[email protected]>
Merge pull request #46 from paullouisageneau/master

Fix setSctpSettings

github.com/murat-dogan/node-datachannel - b4dc1597cade47f11bbc489057b92db601613e1d authored over 3 years ago by Murat Doğan <[email protected]>
Updated libdatachannel to v0.14.0

github.com/murat-dogan/node-datachannel - 3676a4123453387f85faa282e6ab11e9810dd65c authored over 3 years ago by Paul-Louis Ageneau <[email protected]>
Removed bogus static cast to uint16_t in setSctpSettings()

github.com/murat-dogan/node-datachannel - 3fbac8daa98443fa18300ef9a50a983b211e06e4 authored over 3 years ago by Paul-Louis Ageneau <[email protected]>
enum to const enum

github.com/murat-dogan/node-datachannel - 6a7cff1fd48d5ddb7da7602c237172e50539c7a6 authored over 3 years ago by Murat Dogan <[email protected]>
delete only=dev param

github.com/murat-dogan/node-datachannel - 1b4a2a5f05a2c56b66f20beac8de4804987bb9b2 authored over 3 years ago by Murat Dogan <[email protected]>
Add node v16 to build list

github.com/murat-dogan/node-datachannel - 2b55f646c1315e3622084ad6c5424a74182e16cc authored over 3 years ago by Murat Dogan <[email protected]>
delete bytesSend

github.com/murat-dogan/node-datachannel - bfb842512a040f978a9cac3061f93e97375447be authored over 3 years ago by Murat Dogan <[email protected]>
include <sstream>

github.com/murat-dogan/node-datachannel - bfdaf71656b1e6e95a55511835e54fa5e623d07f authored over 3 years ago by Murat Dogan <[email protected]>
add sctp Settings

github.com/murat-dogan/node-datachannel - b2974b3f7592d639d0aa55dd8574f7a5edcc958e authored over 3 years ago by Murat Dogan <[email protected]>
setSctpSettings

github.com/murat-dogan/node-datachannel - febe1fc8104614d3a22c5428bb0b0f5c27ed7694 authored over 3 years ago by Murat Dogan <[email protected]>
Add Multi Data Channel Func

github.com/murat-dogan/node-datachannel - bf3a75d3caf5d0eb132fde5ca4a0947d4417c9f7 authored over 3 years ago by Murat Dogan <[email protected]>
edit client-benchmark example

github.com/murat-dogan/node-datachannel - 9f4f8b048e3735831986da0fbe0232a0c3c0255a authored over 3 years ago by Murat Dogan <[email protected]>
delete all build.yml

github.com/murat-dogan/node-datachannel - 1b5d54d94987cb2079de0b252ecb8859d551c755 authored over 3 years ago by Murat Dogan <[email protected]>
Add maxMessageSize option

github.com/murat-dogan/node-datachannel - 2d9dcd49b01e2fc5202c58f1d2c095f9b4751e70 authored over 3 years ago by Murat Dogan <[email protected]>
change d.ts enum type

github.com/murat-dogan/node-datachannel - 949d35b16df470c0d9cb8eac56137208e076e638 authored almost 4 years ago by Murat Dogan <[email protected]>
disable win tests

github.com/murat-dogan/node-datachannel - 09914044d8027761cf0a0435797ff3e9f4068028 authored almost 4 years ago by Murat Dogan <[email protected]>
seperate build ci

github.com/murat-dogan/node-datachannel - 6882ff0e27db73fa1c73e9690a8f05a00ad30bfe authored almost 4 years ago by Murat Dogan <[email protected]>
update libdatachannel version

github.com/murat-dogan/node-datachannel - 0e4967312f708b820e1ab8202890f13000b90450 authored almost 4 years ago by Murat Dogan <[email protected]>
add WS_URL env variable

github.com/murat-dogan/node-datachannel - 290623b5c86ef7bb0be468c707988be300bb8a96 authored almost 4 years ago by Murat Dogan <[email protected]>
client-periodic example

github.com/murat-dogan/node-datachannel - 9136561ffd159f290ab8268f708f54df49b49df2 authored almost 4 years ago by Murat Dogan <[email protected]>
re-write signals

github.com/murat-dogan/node-datachannel - 2176323057d7ea17ea30fa6e41f5cbf3fa39ca37 authored almost 4 years ago by Murat Dogan <[email protected]>
client-benchmark

github.com/murat-dogan/node-datachannel - 1c7d57178ce17ebd7d763cef2e4a3354d08790ce authored almost 4 years ago by Murat Dogan <[email protected]>
fix optional param

github.com/murat-dogan/node-datachannel - 8805ab858f9702a805261cdf9be05168dee06278 authored almost 4 years ago by Murat Dogan <[email protected]>
add process.exit

github.com/murat-dogan/node-datachannel - fa3847ee12254136c3a3331b9292b8aa79c34eb9 authored almost 4 years ago by Murat Dogan <[email protected]>
update lib version

github.com/murat-dogan/node-datachannel - df7d68bc89f50edd2f63deb759d86442c4d04864 authored almost 4 years ago by Murat Dogan <[email protected]>
github actions has problems with tests

github.com/murat-dogan/node-datachannel - e0f42ada4f28c6c6108dcec8e975aadc25268c9a authored almost 4 years ago by Murat Dogan <[email protected]>
add iceserver config as object

github.com/murat-dogan/node-datachannel - 4e1ba6de5e51284351d01362bbb4a8290097cb38 authored almost 4 years ago by Murat Dogan <[email protected]>
update libdatachannel version

github.com/murat-dogan/node-datachannel - 367e126e3a41fc38af11b32bdc6b56975a112b26 authored almost 4 years ago by Murat Dogan <[email protected]>
upgrade libdatachannel version to 0.10.4

github.com/murat-dogan/node-datachannel - ac0387984de84ed0be1d08eaefccee8ec5d8ce31 authored almost 4 years ago by Murat Dogan <[email protected]>
update npm packages

github.com/murat-dogan/node-datachannel - 6acfb23502d51f6339261e2e2371c817bf4467bd authored almost 4 years ago by Murat Dogan <[email protected]>
add DataChannelInit Config Options

github.com/murat-dogan/node-datachannel - ce9dea35e5705118b79f82fb715ea67646cadead authored almost 4 years ago by Murat Dogan <[email protected]>
add binary message support

github.com/murat-dogan/node-datachannel - 7c22b677edd3485b0d49d535b7a37f365224d2fc authored about 4 years ago by Murat Dogan <[email protected]>
npm-publish job

github.com/murat-dogan/node-datachannel - 5bc0f6c0fa550130bdd71439c6ffffd235c1e504 authored about 4 years ago by Murat Dogan <[email protected]>
add try-catch blocks

github.com/murat-dogan/node-datachannel - 6c4455c0151bb49f78551914e40ad4451787cda3 authored about 4 years ago by Murat Dogan <[email protected]>
add preload function

github.com/murat-dogan/node-datachannel - 095fed9d60a1555d6196010432b311dc34c8fd97 authored about 4 years ago by Murat Dogan <[email protected]>
Merge pull request #19 from murat-dogan/win-runtime-static

Win runtime static

github.com/murat-dogan/node-datachannel - ecac46aa5c59f10ff9d3934ab002e024cce0ea3c authored about 4 years ago by Murat Doğan <[email protected]>
disable 2 tests

github.com/murat-dogan/node-datachannel - 431e9d88edb293c617d485433f698dfaa358fea1 authored about 4 years ago by Murat Dogan <[email protected]>
Add MT options

github.com/murat-dogan/node-datachannel - 5fd864958bbb1a3f0587bc8aa84f9cc3d7fcad02 authored about 4 years ago by Murat Dogan <[email protected]>
armv7 && arm64 support (#17)

* arm support

* arm test yml

* arm toolchain

* fix toolchain path

* install compiler...

github.com/murat-dogan/node-datachannel - a9fb633752d355cc815347a454cabb7ca9464947 authored about 4 years ago by Murat Doğan <[email protected]>
Delete cmake.yml

github.com/murat-dogan/node-datachannel - 8e708993ece3d7c8435b30bb8ba08d0a4d11da00 authored about 4 years ago by Murat Doğan <[email protected]>
Update cmake.yml

github.com/murat-dogan/node-datachannel - 469765e0218c36da7d572a1da405d7db328ccaf1 authored about 4 years ago by Murat Doğan <[email protected]>
Create cmake.yml

github.com/murat-dogan/node-datachannel - 77c2ad80798dd2e9b45881bc4e8ca1678d480f0f authored about 4 years ago by Murat Doğan <[email protected]>
Delete test.yml

github.com/murat-dogan/node-datachannel - e0abf8ab0dcd59e8282314d3d4f3a8c66daf0161 authored about 4 years ago by Murat Doğan <[email protected]>
Update test.yml

github.com/murat-dogan/node-datachannel - 15536efec8e33d9e00a767d276943f220f18764d authored about 4 years ago by Murat Doğan <[email protected]>
Update build.yml

github.com/murat-dogan/node-datachannel - 106e0a33a2e040673f506a338e126281a7fb2d95 authored about 4 years ago by Murat Doğan <[email protected]>
Create test.yml

github.com/murat-dogan/node-datachannel - f9a242cec9b51867c2c07b4e5a6b8c7916ca848b authored about 4 years ago by Murat Doğan <[email protected]>
Delete test.yml

github.com/murat-dogan/node-datachannel - b8c2e63e6b32fa6305faa8dc56b3aff4b57602ec authored about 4 years ago by Murat Doğan <[email protected]>
Update test.yml

github.com/murat-dogan/node-datachannel - c516c09908da20e5bd4f48d985a83cbe62f521cb authored about 4 years ago by Murat Doğan <[email protected]>
Update test.yml

github.com/murat-dogan/node-datachannel - b48262da88103962e287ce2836a462a121f9fe3a authored about 4 years ago by Murat Doğan <[email protected]>
Update test.yml

github.com/murat-dogan/node-datachannel - 5de99196865bc3083a2cc742d5d3aa57c056f20d authored about 4 years ago by Murat Doğan <[email protected]>
Create test.yml

github.com/murat-dogan/node-datachannel - 83d17f4648272e0668eec141b28d03b0f6b65daa authored about 4 years ago by Murat Doğan <[email protected]>
Merge pull request #14 from murat-dogan/v0.0.14-dev

V0.0.14 dev

github.com/murat-dogan/node-datachannel - 82ead1158bec6a39cecb40440d01f7acb272c431 authored about 4 years ago by Murat Doğan <[email protected]>
add --forceExit to tests

github.com/murat-dogan/node-datachannel - 0ba845fb9a0d1fc1a1559ab529c5a087a2fb77b6 authored about 4 years ago by Murat Dogan <[email protected]>
add EXCLUDE_FROM_ALL to cmake

github.com/murat-dogan/node-datachannel - 5da9ce7f0255dc727b9ffca752dea49e03fe5291 authored about 4 years ago by Murat Dogan <[email protected]>
static openssl

github.com/murat-dogan/node-datachannel - 2356de43eccdce5e21e8edd488be9b625c82825d authored about 4 years ago by Murat Dogan <[email protected]>
add OpenSSL as static lib

github.com/murat-dogan/node-datachannel - 6c26492e9ad92fb4f54a5da39cde33a14d67f9dd authored about 4 years ago by Murat Dogan <[email protected]>
update libdatachannel version to 0.10.2

github.com/murat-dogan/node-datachannel - 2a7772d800970b9c91df8cbff83287c424f7b667 authored about 4 years ago by Murat Dogan <[email protected]>
re-create build.yml

github.com/murat-dogan/node-datachannel - 49153d7a91ea7feac0e1bbbc7c8eae513db3621e authored about 4 years ago by Murat Dogan <[email protected]>
add fake input to ci file

github.com/murat-dogan/node-datachannel - 135b4e13966bffba0a5fa78e5251ed24fa6c238f authored about 4 years ago by Murat Dogan <[email protected]>
windows x86 CI

github.com/murat-dogan/node-datachannel - d63f8e81c8ed5125648ceaeb216d75fc7701d5af authored about 4 years ago by Murat Dogan <[email protected]>
Update build-test.yml

github.com/murat-dogan/node-datachannel - 213ef6206922810c43cb48589b9e218780a445b1 authored about 4 years ago by Murat Doğan <[email protected]>