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(types): correct the options interface name

6a9d2e69cf90e85baedfa8004f6d1f3c462f68bb authored about 5 years ago
fix(types): update for pull request feedback

Removes an undocumented/deprecated option and renames the options interface to be less specific ...

e1488a62b450992d6252ae1d64a73c98bb1e3658 authored about 5 years ago
Merge pull request #46 from eventualbuddha/additional-typing-fixes

fix(types): add `Interface.emitPropertiesChanged`

be42b2413be8d03a2709ca3935169dd3f62ee745 authored about 5 years ago
fix(types): fix call signature for `sessionBus`

The `options` argument is optional, and it is an object with known properties.

9706dc9d4992eeee8f389f1686c9b2399c747694 authored about 5 years ago
fix(types): add `Interface.emitPropertiesChanged`

b184bf065fee747c29cc4d04057e857af5517e41 authored about 5 years ago
Merge pull request #45 from eventualbuddha/fix-types

fix(types): ensure all parameters have type annotations

8e77b3276607fbef6021a2b317c0029556a1c065 authored about 5 years ago
fix(types): ensure all parameters have type annotations

Otherwise TypeScript complains about this: `Parameter 'errorName' implicitly has an 'any' type.`

19788858473d5bde9ed03c2f2dfc7837b37907dc authored about 5 years ago
Include typescript definition file

fixes #44

304ef78164557790dae43443688cd696b512b1f8 authored about 5 years ago
remove old tests

c1267996a78e3952911917db370b642ecc323b1f authored about 5 years ago
Merge pull request #43 from wiktor-k/master

Fix object name in README example

d89f43ee0ece85bb9d14bfd3bd3ea634101bcc12 authored about 5 years ago
Fix object name in README example

The object name in example should be `methodCall` but is `message`.

a7833e76b1ec2c5d24a3205d2dd326b4d2e7a37a authored about 5 years ago
bump to version 0.8.1

cdcd0197a71eee16eb04148f936b0ec0c052a637 authored about 5 years ago
Merge pull request #42 from dbusjs/monitor-fixes

Don't handle messages that aren't for the bus

6863dd8de04f950adb10c985c0e53309721c4828 authored about 5 years ago
Don't handle messages that aren't for the bus

Add a guard to avoid handling messages destined for other buses. Without
this, we'll get disconn...

90eea38f9e72400158e2530e2f90d2a9cf1e3863 authored about 5 years ago
Merge pull request #40 from dbusjs/lazy-add-match

Lazily add bus matches

e1536b077d743f99689295dc7ea59e1206e337ca authored over 5 years ago
Lazily add bus matches

Similar to how event listeners on signals are lazily added (ref
bd08f64), add a match when the u...

bf32ecca6eebf2563d7ebec2309d15f98097a063 authored over 5 years ago
Merge pull request #38 from WaeCo/typescript

fix message type. Closes #37

41364b91ecb5eac0f797449a507fd51583f62f31 authored over 5 years ago
fix message type. Closes #37

5138e2940b007577dd34ac4bb80e8d979cf8abd3 authored over 5 years ago
Merge pull request #34 from WaeCo/typescript

add typescript typings

bbef4550d9e666d2260be49137b1747815158e5f authored over 5 years ago
Merge pull request #35 from WaeCo/unix-socket

add unix socket support

4e99332bcfa1b98a85ccece0bceed6f6703ff2c1 authored over 5 years ago
add unix socket support

297697941212d3897d765125d4f8e74925b02430 authored over 5 years ago
add typescript typings

27e960b67bf3b9d04c351a04a9e22376bcc8f7a4 authored over 5 years ago
service: async methods

fixes #33

a6a157ff9b138574e03f8cf407583627507115e5 authored over 5 years ago
document Interface.configureMembers()

fixes #32

a7606341d37605c064246fadaf7b60e181958836 authored over 5 years ago
remove stability notices

342a47a3354c209f83b41f4716ce38d3466e05a5 authored over 5 years ago
test: use getter and setter in configured test interface

de775e794ae8789895d66184e9f9fd01ff82e411 authored over 5 years ago
service: add alternative to decorators

Add Interface.configureMembers() to configure an interface class without
decorators.

ref #32

092da6e0be703b82a925e3eb7ad17b02042c7e16 authored over 5 years ago
proxy-object: init from xml string

451882502e7d2a42a8ed2a5534a600cae4516a6d authored over 5 years ago
test: add test for lazy signals

e84b91b29ce1376897d17cf8fd5319e89939edf9 authored over 5 years ago
proxy-interface: removeEventListener instead of off

575c10d3dca8205e23df8967b0ccbc2da63b298a authored over 5 years ago
lazily add bus event listeners for interface

bd08f64394d30f1b133ddabbbc0c018b6edced24 authored over 5 years ago
update dependencies

8ffad881e6147d36d9ee317345c588ad3a5f4382 authored over 5 years ago
update repository url

1a9b6210f08251e7e5133fe39701543b028157f5 authored over 5 years ago
update dbus-next-send.js

62e9e265729f99182856cd76e62ef7db3d42dcef authored over 5 years ago
bump to version 0.7.1

314a1c40d22bff0489f2c47e10f72ca5bbc946c6 authored over 5 years ago
fix bus name validator for ProxyObject

fixes #27

0a8b7b04ab0ff4518ca90802d848b5becc6b4533 authored over 5 years ago
move constants to enums

6912ae2f82fd1de20af8b69e0dc9cf2d0b8f6ba1 authored over 5 years ago
Get rid of the `Name` class (breaking)

Move exporting interfaces directly onto the bus.

Remove the `NameExistsError`.

fixes #22

402d57c87a725f6861a1fe2a913557a6f8b28813 authored over 5 years ago
Merge pull request #26 from martenjacobs/tcp

Enable TCP support

35157b7f37d323350fca17732d76015b52b1673f authored over 5 years ago
Enable TCP support

9bb5f7793a023efb9f3e03ac047e211f6a9b096b authored almost 6 years ago
use nornagons put fork

fixes a Buffer deprecation warning

https://github.com/sidorares/dbus-native/pull/262

a241269c6e917e22ae6e9f1015713751192469ff authored almost 6 years ago
document the type system

2962f5449d1c083ec4106773cb4739fc68b0b509 authored almost 6 years ago
move marshall-compat functions to their own file

8a62b174281ae1d61e8792b1ec9668d91fafa1be authored almost 6 years ago
Bump to version 0.6.1

See the changelog for more info.

0a414de0cfe580da2ad34fbdb5d742bf03109c11 authored almost 6 years ago
Expose the low-level api

fixes #20

2280d4e7045974cec941076ddaefad044a9e5252 authored almost 6 years ago
handle no reply expected flag for message

5234d193fe415f1e41d1bf8faf8f5d5deb933640 authored almost 6 years ago
expose message constants

9a7c5c0932e722c01c88a64bf1822f0ad9a45a5c authored almost 6 years ago
expose the Message class

f22c44ba33653bbd3a91818d06dda498b83dc67f authored almost 6 years ago
Add reply info to DBusError

fixes #21

f75f73558970f474e6292bba3a5eedd7a22b5402 authored almost 6 years ago
initial low-level tests

e00a71738b07cca15cc88fc16301d3d6ed00c0d7 authored almost 6 years ago
custom method handlers for bus

611fa39708bff36c2ca1792fdc1ebde1fed6e3ec authored almost 6 years ago
allow caller to set serial

d9ef78537e25a89d28972d5724139452afb813d2 authored almost 6 years ago
validate unique bus names

34e4580dca328f9571fe70fd1dc92957a1652a91 authored almost 6 years ago
add initial dbus-next-send.js

7d9b713946243f03b859848579cbfb3f0a4d265d authored almost 6 years ago
add the Message type

ea44dc1e7a6159fef5ebe00f2b8c2615e46d4991 authored almost 6 years ago
capitalize messagetype constants

80e307e26d2d9bd29589ffc6d20d82c6bfede89f authored almost 6 years ago
rename _sendReply to _sendMethodReturn

2960af5d564445f8125dada80d4f56e82d1e8c89 authored almost 6 years ago
simplify introspection code a bit

17c9413294b5d094e7c8d603472e960b74b8dedf authored almost 6 years ago
make _sendMethodCall return a promise

fb9a845e6b0fc86d938ed54517db3043b17ff370 authored almost 6 years ago
add _newSerial method to bus

e535781762e05b3e90a4712273d0b7adcd73c423 authored almost 6 years ago
rename _invoke to _sendMethodCall

e90ce394bd5f2fe2a02d804e0b900387cc090f16 authored almost 6 years ago
remove internal invokeDbus()

4d384106d887fbaf86218df300043acad0ca2c1f authored almost 6 years ago
connection: emit messages in js format

1738e4402db0939e32849d6fdcdec0543a1d7590 authored almost 6 years ago
move js to marshall format code out of variant

65ba4056872989404302649e867b3be7ef21c8cc authored almost 6 years ago
move collapseSignature to signature.js

e724685d9e5db1ba2c9e5f61183df86a2fcde3c9 authored almost 6 years ago
accept plain js for message body in connection

67d1a53200878714ec46d3c0834abffdf4388db2 authored almost 6 years ago
move variant out of the service module

a740e48f247158a31791c4dbc1832955332c7132 authored almost 6 years ago
Bump to version 0.5.1

See the changelog for more info.

128a72c8e89594156c23e6cf471ba3f9afacfea4 authored almost 6 years ago
update readme

fe09fce59130fa878fe72184c1e61cef8a70900e authored almost 6 years ago
move connection creation out of index

e0e2870750b5790f6284cf9ab3e9589844bebdfe authored almost 6 years ago
rework proxy object interface getting

f5eb70fa67ef0a3a0625465bf0619dd47ec9cde2 authored almost 6 years ago
add a link to documentation

c796381429f747a875f88d89429d5c2ce084c384 authored almost 6 years ago
update jsdoc

86a2369906a24e94c21cb4ec06e53c33a384bbdf authored almost 6 years ago
put Name in the interface module

e0ed873c90022149250d98b26b82bcdd7a3414c7 authored almost 6 years ago
finish documentation

60c55d3836e9a4d283d5b79ddabaf3717e5b093f authored almost 6 years ago
document the client

ca7672994f7cbcb3bb0fb1a86051f1af6af83821 authored almost 6 years ago
document the proxy object

eabe273c058adc949be71a78b101dc4c2842dd64 authored almost 6 years ago
document the Name

ce6aabe3459fe6fa4740009028f655709bae8456 authored almost 6 years ago
document the MessageBus

4255fb52e9b88df322be60b047f56a99239a0dad authored almost 6 years ago
document the interface module

b5c3afc3b9808eaf04c1d5118746e340eb5f1e44 authored almost 6 years ago
install error handlers in tests

b4aec78ed1372adfaa6d726da3716ee1c51b54d6 authored almost 6 years ago
forward stream errors to the MessageBus

f9bcf83d5d7b631f5c4df6c9e65c32087766e533 authored almost 6 years ago
remove tcp message bus support

c1cf02ac7fd4e99dd2b5fe5fb2ae2e64c47ad99a authored almost 6 years ago
make callMethod on ProxyObject private

7846300ad54c7036a7ca1b43ba3c7350f2f24c04 authored almost 6 years ago
make Name methods and properties private

b5b1b4215e018dcca3763c935f2f3e326aadfce2 authored almost 6 years ago
breaking: make low-level interface private

Make low-level dbus invokations and internal bus properties private
including the `connection`. ...

3da273923fe0863d720f49a585d4a69dadfa41d6 authored almost 6 years ago
refactor the bus class

Use a real class for the Bus, handle errors later for message
handling, and rename things.

7e408a9af98345b5d2a15b2ca464dc4d3d5d60f2 authored almost 6 years ago
tests: use unique bus names

02812ea48618df127a523f9998c45b38d4ad2477 authored almost 6 years ago
Bump to version 0.4.2

See the changelog for more details.

4c47c666edb40420f77bdf16be8bc0e16fc2e41b authored almost 6 years ago
set jest environment to node

82c8ce4ee77246926ba5d718cde0749a0dee48cf authored almost 6 years ago
clean up more dead code

a7acf9d5f57d4b68ee152fb8102f10eed5a73534 authored almost 6 years ago
remove dead code from bus.js

f8bee01b0ebe5619a36943aa7777c4859c5ca47d authored almost 6 years ago
cache name owners and discriminate signals on owner

Create a name cache. Cache the name owner (the unique name) when the
user creates a proxy object...

8dc54b0ea31ef2c8f4d491f2a9970c6c8882a568 authored almost 6 years ago
remove some old service code

f7f11c06dd13e5126ca3c7ae3a06b6c6f99b48f6 authored almost 6 years ago
implement org.freedesktop.dbus.Peer

fixes #16

d42bb3c07aa7d2a5ed76edf735357710fee93d04 authored almost 6 years ago
return internal errors to client

2a3edbef46e8e72864850be7c60a94cfd7f325e6 authored almost 6 years ago
client: add sender to match rule

df3cfa98991b9cacfa6d7f7039361fe67ec6f22e authored almost 6 years ago
bump to version 0.4.1

687bd341f40e79d2bd64ea3778b7a239ca8aeaf3 authored almost 6 years ago
return DBusError to clients on service error

fixes #11

7df9e71bffa0836f517f36f78b81909d835ea9d3 authored almost 6 years ago
redo name requests and bus exporting (breaking)

Remove `bus.export()` in favor of `bus.requestName()` and
`name.export()`. Breaking this up into...

b059fa562d703dc4471745311d190223ff912526 authored almost 6 years ago