Ecosyste.ms: OpenCollective

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

github.com/deltachat/node-dbus-next

fork of node-dbus-next without the native `usocket` dependency
https://github.com/deltachat/node-dbus-next

fix ts types and prepare 1.0.1

9462f69fb31babcd66a23d392e61550d1bbb9ba5 authored 11 months ago
v1.0.0 version

4758c53ba51cf7169be4d22e4c4417a7c3921d67 authored 11 months ago
update `safe-buffer`

f6e5fa15f2cada031f80cca5478bd54590feab8c authored 11 months ago
update xml2js

2b908ac1e7c2e785a20e6246e7f1ec3edbdb866a authored 11 months ago
remove native `usocket` dependency (this broke the tests unfortunately)

0599e61d7ee266256111d736fa17f04cd909aee3 authored 11 months ago
Merge pull request #83 from apasare/patch-1

bug: fix uncatchable thrown errror

6b8f447ff85f8cfe3f5da307b7041085e9fec2cc authored almost 3 years ago
Merge pull request #107 from dbusjs/dependabot/npm_and_yarn/minimist-1.2.6

Bump minimist from 1.2.5 to 1.2.6

f02352a5f4e4163b7e495882bbe7186128da5d83 authored almost 3 years ago
Merge pull request #106 from jhs67/master

update usocket for bug fixes sending data

a21f5c866e9a9c519855e29c143066755251d68a authored almost 3 years ago
Bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](ht...

6d770f4e075e2859bf70b14a41866813b5b40b3d authored almost 3 years ago
update usocket for bug fixes sending data

04945fae7e2c367bfe9eb54c84d124039911c2fb authored almost 3 years ago
run npm audit fix

b2a6b89e79de423debb4475452db1cc410beab41 authored about 3 years ago
add package-lock.json and remove hexy

260e2956737ec2e4e32690283b664d60f431dcd0 authored about 3 years ago
Merge pull request #98 from lesha1201/feat/high-level-client

Add high level client

020ba799efad51105c58e1a223a24213f96c443e authored about 3 years ago
Add high level client

High level client automatically subscribes to NameOwnerChanged signal
once proxy object is retri...

45e7ab2948105a3bc4039ca6c2f06bccf64ccb3e authored about 3 years ago
Fix typo in handling signal for NameOwnerChanged

60a4de9d802a0cf8842d06645ee6482b0b1ce78d authored about 3 years ago
Merge pull request #94 from Lisenaaaa/patch-1

update an old example to be epic now

5a0b63bc2965a43752ccaf75906ed08941d1e21b authored about 3 years ago
update an old example to be epic now

e9a5addf3f08aad2f137c6cdd8a886dc3a19b2ac authored about 3 years ago
bump to version 0.10.2

See the CHANGELOG for more info

3d8856c3cd15b7726d9cdea4c100874b99af972a authored over 3 years ago
Merge pull request #91 from cerebrumy/add-missing-flags-to-typescript-definitions

Add missing flags to typescript definitions

414df2e1f98034b5527edc823fb95ec448f8a9e1 authored over 3 years ago
Merge pull request #92 from sdrik/fix-types

Fix systemBus() types

598be37966406cbc86c92d5a7221a2e113d8da80 authored over 3 years ago
Fix systemBus() types

5f26f5264adee9ce298cd2f5810e93ae6e265f4c authored over 3 years ago
better style

e84ef6c2216f5a4ece470474f256357586a82cea authored over 3 years ago
flags needed for MessageBus.requestName()

0d9efd9477a039d8d59acfdd274feb99baf56c5b authored over 3 years ago
Merge pull request #90 from leithouse/patch-1

Fix breaking change: negotiateUnixFd

460016fa6af20116c23fb1728baf2767b0a255c2 authored over 3 years ago
Fix breaking change: negotiateUnixFd

Handle undefined opts parameter

0fa83721bc0df44eb95dd89c31d6cb56461d54af authored over 3 years ago
bump to version 0.10.1

767853f2b1a9269551f15151831bf0b95bbc3336 authored over 3 years ago
Merge pull request #89 from dbusjs/negotiate-unix-fd-opt

add option to enable unix fd negotiation (default false)

46eeb9b1a48d9c2ac769b962bd0743b073259081 authored over 3 years ago
add option to enable unix fd negotiation

23e0ca8d3d2c92481f814c86545d6e6331455673 authored over 3 years ago
Merge pull request #88 from sdrik/fix-comment-bug-86

Fix comment in test for bug #86

45867801f2df9c091b17bed6400439ff4dba1054 authored over 3 years ago
Fix comment in test for bug #86

2320dc2f36322ec123c0ac7273fd7888e6997041 authored over 3 years ago
Merge pull request #87 from sdrik/fix-initial-signals-lost

Don't loose signals when no previous method calls have been made.

ac7b17a3f9d9a5ebf880709db0e8a1873a5fa4d1 authored over 3 years ago
Don't loose signals when no previous method calls have been made.

ProxyInterface's listener is dropping signals if the sender does not
match an already known name...

4ac686248adf5b40ab4231f13dc9c747ebf71085 authored over 3 years ago
Add test for bug #86

21656a394ae0dbb54b39639426a6d645de3d36da authored over 3 years ago
bug: fix uncatchable thrown errror

this is aiming to fix the error: `Uncaught (in promise) Error`, generated by the fact that it is...

021d59dd03b4815229a6abfed89b07c40809487e authored over 3 years ago
Merge pull request #71 from frida/fix/buffer-v4-compatibility

Fix compatibility with buffer@4

850786dfc0df6a1fc683a61595192ecdd3c69509 authored over 3 years ago
Merge pull request #67 from WaeCo/unix-fd

Use USocket for UNIX_FD transport

c6f794d542e1812accabf0d0557d8fd647cfd758 authored over 3 years ago
Merge pull request #70 from swanav/master

[TS Support] Added noReply to MethodOptions interface in Type Definitions

2e3cd7499bcd00fdc319df9ccff67916d924f635 authored over 3 years ago
Fix compatibility with buffer@4

To support web toolchains.

c0f51b7f63a736a5d4ed953f154a492eddcdbd96 authored almost 4 years ago
Added noReply to MethodOptions interface

Added the missing noReply key in the MethodOptions interface

bb663d41c13355a5b307b2ac5650936a16cba50c authored almost 4 years ago
dockerize the tests

c706b935e967c268ae87d8997e8f6ccb9273e41e authored almost 4 years ago
Add some unix fd docs

32ad6d4f12ce8aa118af598e5e36ee0c432a6e2b authored almost 4 years ago
add low level unix fd tests

1c5465024236f14ef0b35a67476b624e292832c6 authored almost 4 years ago
Use usocket also for abstract-sockets

369a2d78667943ac065d3208d7ac0a54ab6422a8 authored almost 4 years ago
drop use of util.promisify

21f0c8a9f1d80214c5e696937ede0e21a31443f4 authored almost 4 years ago
add tests for unix fds

868dd7106e1e1f50a249557fac30e14a9f0a784b authored almost 4 years ago
use USocket for UNIX_FD transport

d7dac214614e64abbbd0cec32073c7142f9b5094 authored almost 4 years ago
Implement sending of FDs

ccb88fe3656501c9777e7fd42a5c818ed332d54c authored almost 4 years ago
Correctly set unixFd package header

fa6169c41015e877d4df4d9b7e2109a324c7c96f authored almost 4 years ago
emit warning if fds are beeing send but its not supported

d4104bd1db6db4c174d8e12185fe110e2d6c638a authored almost 4 years ago
emit connected for abstract-sockets

75b486e6b294e5b47ab6025514cb758357321798 authored almost 4 years ago
bump to version 0.9.2

73624b996573c158c2e68b7798b9b22aebe493a5 authored almost 4 years ago
update node 6 test to 6.17.1

9d0f96206e5094273062b3717b54fd06950b7d12 authored almost 4 years ago
lint and format

db8dd28002b3f3ddfef4682317d089d944be63e5 authored almost 4 years ago
Merge pull request #66 from dbusjs/fix-multiple-listeners

bugfix: handle multiple listeners for the same event

0332d17e393ff5ac4a350a1bf2c7c914fe65e4e0 authored almost 4 years ago
bugfix: handle multiple listeners for the same event

fixes #64

bbca4ef4702c8c5c2e7cce362ab8aeb61d6a5db0 authored almost 4 years ago
Remove duplicates from node introspection

fixes #62

7a94e7bb05c5cdba80938ff2e33ba7f0c95ec935 authored about 4 years ago
bump to version 0.9.1

See the CHANGELOG for more information.

959c0b1f2453346c17b509d1870820913a32b8a6 authored over 4 years ago
long test: use node 6 compatible syntax

1bc52bf75500c31992d0d81efa917129f31d57f2 authored over 4 years ago
make jsbi code paths optional

f1e2b4ad9fadbc3b14c523e699c41aed4ea667a1 authored over 4 years ago
lint and format the project

369173a82f6a858127df1d5b57c400df72610fcb authored over 4 years ago
disconnect test compat with node 6

241180c7d6e496cf53d28aaefa1ff069cf46ed6a authored over 4 years ago
Revert "update dependencies"

This reverts commit 0f84af75049bbd7e00f09eeef6c7d3f0d49f6e08.

5bbb2e022b156c554133a9a9ef87063c19c3f94f authored over 4 years ago
throw error if stream is not writable

303a6989278fb1f24d36d2c2070c56f769c6ad76 authored over 4 years ago
add test for bus disconnect

d8e7b31718cc168b780d9da61391dd3dab3284fc authored over 4 years ago
update dependencies

0f84af75049bbd7e00f09eeef6c7d3f0d49f6e08 authored over 4 years ago
fix monitor test flakes

349ed8c365952978506ef789d68f5af8326cb6f3 authored over 4 years ago
add chat link

1871cfc5f85bbfe172f41734a5cc63758ebdf6ac authored over 4 years ago
decouple configureMembers from decorators

fixes #60

9c024dd8092c71905877c646ed6bba00d68bd6c8 authored over 4 years ago
Merge branch 'master' of github.com:dbusjs/node-dbus-next

9c744d5bbb4ec078278618ed81e9a2434107c183 authored over 4 years ago
Marshal and unmarshal ay as buffer

This might break some code, but this is the behavior specified in the
README.

fixes #57

f0b9f7b3c728cf54b687fe3254b6e79af8873826 authored over 4 years ago
Merge pull request #58 from dlech/typescript

Add typescript bindings for bus events

aa8304fde0af4be1598365ab0f135acb7b074e77 authored over 4 years ago
Add typescript bindings for bus events

78731decea0d9d381f9706f25e0ca5dc7952db8e authored over 4 years ago
Merge pull request #52 from WaeCo/typescript

Improved Interface Generator

a04a265b752ee5c3df9d78e439dd683711b20ec8 authored almost 5 years ago
add missing types

c4b9845ebb812a3c75a8c2e8cb311c2c8e939356 authored almost 5 years ago
fix typecript BigInt type

eed030034d944421325d711336192dc44c161911 authored almost 5 years ago
fix Variant type generation

f4d7fe60a2d7bf3a0cbf780f53ea217bc17edce7 authored almost 5 years ago
find common object paths using wildcards

0f05e749739b2b57c9f04fb2dec140e1dc5f5fab authored almost 5 years ago
Improve documentation of generated interfaces

c6f5d876ce31d72d1b151d23f27cc1693c470933 authored almost 5 years ago
Add Recursive option

bad9d30e8c45f050ae633543b5cfd45d2afed4e9 authored almost 5 years ago
Simplify template argument

8d8b4ed5c239bc9e54f35afbab4b0cd4a8a31bb5 authored almost 5 years ago
fix service name in connect method

4cd313c792f7da443e7da71b990d8bb1472ba143 authored almost 5 years ago
fix removal of PropertiesChanged listener

bfdf796ac8b00bf52dc5169344173413aa6b4dba authored almost 5 years ago
fix xml escaping

9fa891348eb1742c0d6241efff7ae5f78f55e075 authored almost 5 years ago
Allow class creation without Introspect call using Connect

5e592fbd8fda6d3dd1d23c3b40844910a69aee36 authored almost 5 years ago
Only add PropertiesChanged listener if requested by user

c5b526429a6d74e7c4f6323490b2ba755f459e7f authored almost 5 years ago
Add JS service lcass template

1a20eff53d05da4b7b514c52f7188feb13733d28 authored almost 5 years ago
Generate the same interface for js and ts classes

1afbbed72f55c8c65f61ac71d1ee2dfc980f0385 authored almost 5 years ago
fix Set propetry type in ts interface template

844803ec6216fb933aee881fd2154e5635cfdf05 authored almost 5 years ago
comment out service decorators for js interface template

182d11a729142625075fc7ddad743e0c0f95cb21 authored almost 5 years ago
fix option desc

70b8cd75f69f1d638c7da377adea0a49cb69d4ef authored almost 5 years ago
Improve Interface Generator

This is a rewrite of the interface generator. It will enhance its
capabilities with cusomizeable...

4a534ad1495f36badfc6119b0d4df52d165f2da5 authored almost 5 years ago
Merge pull request #51 from HalleyAssist/master

fix syntax

6aa1d83208f55ed77ca10ca6e58639e9beba0d7e authored almost 5 years ago
Merge pull request #50 from shannon/master

added support for no reply methods

6cb208c526c5825f5d8e1612e90c44d86291f7ff authored almost 5 years ago
fix syntax

7225b9e670b272acfcb5ca6c04455877b5e54eed authored almost 5 years ago
updated readme and example to show noReply example

00d144e07ad2f985dab5ed1b42bb1fb5e05390fd authored almost 5 years ago
added support for noReply methods

fe61874bf8f781cd0e441a695c85ebd12396112a authored almost 5 years ago
bump to version 0.8.2

See the CHANGELOG for more information.

66004dc266f1c448da31335ef4b9a461eb24616b authored almost 5 years ago
Merge pull request #48 from acrisci/big-endian

add support for big endian

609c7d81c8164919561684971258522a489b86de authored almost 5 years ago
add support for big endian

fixes #36

96833b8b140ec0ad8f8915bea85845edded793f3 authored almost 5 years ago
Merge pull request #47 from eventualbuddha/types-session-bus-options

fix(types): fix call signature for `sessionBus`

4a63ddb02f65c922fd78b4811d1b5f99fe1046d4 authored almost 5 years ago