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

Properly merge options in DBusBuffer constructor

e5e8ab6f4d6f485e4b682255e2c544aa5d85317e authored over 7 years ago
Provide option to unmarshall 64 bit dbus fields into Long.js objects. Also enforce that Long.js object unsigned state matches target field unsigned state.

5d60da18c3d9d6f48182af1b9ea4d523496f93cc authored over 7 years ago
0.2.2

9aa8e8dfcf2eaf85a188f289657c31c97fc8edd2 authored over 7 years ago
Merge pull request #151 from pimterry/system-bus-from-env

Use DBUS_SYSTEM_BUS_ADDRESS, if available

6b8d18b3bbd5861f5c08e87930025e073e98c6e4 authored over 7 years ago
Use DBUS_SYSTEM_BUS_ADDRESS if available

b97a6f84cb41b4e080dcd72582d70d7dd96a31a1 authored over 7 years ago
Attempt to use Long.js for marshalling 64 bit integers from number(up to 53bit), string(decimal digits), or other Long object. Based on initial work by egasimus in https://github.com/sidorares/node-dbus/pull/101.

8e75ec190ff44d99db6a3d479df8f81ed39ff135 authored over 7 years ago
Merge pull request #150 from CyDragon80/master

Allow 64 Bit Integers up to 53 bits

5ec88270c7a459a7772c851a12a3bef9a0315c51 authored over 7 years ago
Fix tests for 64 Bit integer.

7a3205da9365d4cf138f1b269688079776734280 authored over 7 years ago
Allow 64 Bit Integers up to 53 bits (MAX_SAFE_INTEGER for Javascript doubles)

c168559e902e9cd2357d6a345477a0aba942ccda authored over 7 years ago
0.2.1

fb8d59bd6dc5e6ab2b879e4c209b3ef9fb788aac authored over 7 years ago
Merge pull request #146 from yitzchak/fix-async-socket-dep

Update abstract-socket dependency and make it optional

70c6c02749f2325e487808b1b389fbb0bdca7b36 authored over 7 years ago
Update abstract-socket dep and make optional

0d36252a67a5d64e88d2e6dee7734d794c81459f authored over 7 years ago
Merge pull request #145 from dutchanddutch/fix-tests

Fix tests

d7002e29622e2d51d7d1b2dbbb55a30a34e4f5b2 authored over 7 years ago
workaround for node 0.12

use assert.deepEqual as mediocre workaround for assert.deepStrictEqual

d1776a7aeecee7ac652a7077fa5c334a5a6320c2 authored over 7 years ago
replace deepEqual by deepStrictEqual in tests

plain deepEqual is way too lax!

b55fbfecd123850d88e82f734f2ceac5f858ea13 authored over 7 years ago
fix test of booleans

These tests were plain incorrect, but this went unnoticed due to the
laxness of deepEqual

dcdd45efdb544e0dc2fa8ae64937078870419bf8 authored over 7 years ago
Merge pull request #144 from dutchanddutch/fix-buffers

Fix buffers

bfc531a135394fb8ae6c9cb8db17f717c062b884 authored over 7 years ago
add unit test for buffers

881c91cf3096c65f25d7dae7753a52846477b5e1 authored over 7 years ago
avoid JSON.stringify in message dispatching

it breaks messages containing buffers

6c1804eab1260f58313f7596f53038feb6df5d10 authored over 7 years ago
docs(readme): add Greenkeeper badge

5e5a0c45177b065835210bfbf03f48cbbba71bca authored over 7 years ago
chore(package): update dependencies

a2ace1e25ee765be439c7482a807800d97552da3 authored over 7 years ago
Add examples to expose a basic service and make a basic client querrying it

c1f1661ee445cb262cc75acc49b62b25d9009aed authored over 8 years ago
Add examples to show how to expose and listen for signals

8b58f5512023ff13b84a8ef8e75c99c8b9559348 authored over 8 years ago
Merge branch 'master' of github.com:sidorares/node-dbus

8f646513e8bba5eaf15835dfd764c45318502622 authored over 8 years ago
Merge pull request #128 from nschoe/127-CantReturnInt16

Fix #127 - change buffer size for int16

2a2515af449430dc3204ec4a15a3fb835e6c3d28 authored over 8 years ago
fix test expectation

9a08be2a054eb6e8ca1839c45cdf416b15a1f54d authored over 8 years ago
fix test typo

4881c9d8c0ce48a25c60fb8b8e98c89e95c61619 authored over 8 years ago
build: bump node versions

66c32818da991b011866327e198654c904ed204f authored over 8 years ago
add test for n marshalling/unmarshalling

76366e15a14e9cb73d4ee354ff25373da5ef95b1 authored over 8 years ago
Fix example that returns DICT_ENTRY

abe01776380c757e66add3cfe8f0670f1633c610 authored over 8 years ago
Add complex return types examples

5ca14cf1b20525eca038f88d6a2fe391dfc1129d authored over 8 years ago
Add example showing how to return single DBus types

33c73395f74c81f7de416be752dfbac91731af89 authored over 8 years ago
Fix #127 - change buffer size for int16

b12ba24a9ca71d92277e734154ccdb91b5bade82 authored over 8 years ago
Merge pull request #123 from nschoe/master

Fix a typo that prevented to send a reply with sendReply()

7efa5207af537e1108fd4f2a9311f9b246c5aa9e authored over 8 years ago
Fix a typo that prevented to send a reply with sendReply()

c45b7a7e3861c3c70866895e9958accdb29ba2b8 authored over 8 years ago
Merge pull request #116 from miniME89/master

FIX use variant return type for org.freedesktop.DBus.Properties.Get

dc4593f6a967001049d8e887fb720bcf1bdab36c authored over 8 years ago
FIX use variant return type for org.freedesktop.DBus.Properties.Get

69034c62135e360c8f2273dcfba65885f66f1dd7 authored over 8 years ago
add link to elixir bindings

9e36af225cd6de3f1566e1c2f9aae50910861d66 authored over 8 years ago
Merge pull request #112 from nschoe/master

Fix 'NameHasOwner' dbus method call

5553781aa66cc1f031dd49496fa3cac422ed5314 authored over 8 years ago
Fix 'NameHasOwner' dbus method call

09abbf2cdc366bea2157d367589f4bb1abd4f3f8 authored over 8 years ago
Merge pull request #105 from goldenice/master

Add subnodes to introspect result

a729710ea01db4dbb44bd6cafa7c8925c3724a09 authored over 8 years ago
introspect recursively if object path is incomplete #110

3df4c6fb44a0c557fffb6b13aeb4be98541428a4 authored almost 9 years ago
Merge pull request #108 from muka/master

expose callable properties as enumerable, fix #107

bb286897f8e437242ee06e36ae42de37a9633595 authored almost 9 years ago
expose callable properties as enumerable, fix #107

271c7896318f84388ddd405a353eb0d1932822e0 authored almost 9 years ago
Fix error when no nodes are found

a45594263b55779193f5705be93a28a2c692fc34 authored almost 9 years ago
Add subnodes to introspect result

545f65378d7f5d928778a9590f2504bc5bc42ac4 authored almost 9 years ago
Merge pull request #100 from mspanc/windows

Improve Windows compatibility

15402ff01260931e9377aabb33997f59ba51d1d7 authored about 9 years ago
Use path.join() to build paths while building auth cookie to ensure compatibility on systems that use backslash as path separator

7edbdb3f6742436dc3f28a490c58beaa66713c64 authored about 9 years ago
Do not call process.getuid() on Windows

Do not use getuid() to generate auth cookie on systems that don't support user IDs`

af9c8ae50b74035c087716881be406af270fe183 authored about 9 years ago
Do not call process.getuid() on Windows

Do not check if keyrings directory is not owned by the current user on systems that do not suppo...

d5bdf91a37d44d924ac7ef3c6fd052bb7f8c588e authored about 9 years ago
Merge pull request #97 from egasimus/multiaddr

Connect to first possible address out of several. Lib bump

618796b3c8f4e1af0686c2faccc78c1d762be7b4 authored about 9 years ago
update abstract-socket to 1.1.0

69f45d365d0049efeddf6c39898fd0f540855f50 authored about 9 years ago
connect to first available address

962eaee41ffaee47f72b08b191d8bb9c3b54b207 authored about 9 years ago
Merge pull request #90 from pztrick/feature/as101

Updates dependency abstract-socket to 1.0.1; fixes ARM compilation error

516bf5337b6d1df0193607af8e8e42f33600fa85 authored over 9 years ago
Updates dependency abstract-socket to 1.0.1; fixes ARM compilation error

2c15de64cea8053cecf5e7c9b05eb7dd4cf2a6c8 authored over 9 years ago
Merge pull request #86 from JumpLink/JumpLink-link-1

Add a new link to README.md

1a1ec36ee7cdd0763653d6559754fa17b7b9a864 authored over 9 years ago
Add a new link to README.md

This link leads to a nice blog post about a new D-Bus implementation called sb-bus and is also a...

e30d8f73693f6aa936a58be771f39b01ca4c6c8e authored over 9 years ago
Merge pull request #78 from cybex-jmclaughlin/issue-76-fix-dfeet-introspection

Handle Introspect method requests from D-Feet

8a2eb089af740fd4f0f7a540fef6ba93b5519b77 authored over 9 years ago
Handle Introspect method requests for paths that are not found in

the list of exported objects. Fixes exception thrown by D-Feet
during introspection. Issue #76

f9c1f359816842001abe7bf33d179c76542e9e3a authored over 9 years ago
Merge pull request #66 from lucidguppy/improveTest

Improve test

2ef0e224863027d748f14153a4112fb27bdcd276 authored almost 10 years ago
Extract align function into it's own file for use by marshallers

56608deac7d5d09b043919a9e70f3d05a1458b06 authored almost 10 years ago
Add validator and tests for type double marshalling

2750389951a5217257666279b57568b794bcbebd authored almost 10 years ago
Add validator and tests for type string marshalling

ca3c42f12ab090840d9f986cdc192c1e600671e7 authored almost 10 years ago
Change validator to marshaller - so it can validate and help marshall

75eebe762c21f1827b2c3af1fd4c75fc687f7fa3 authored almost 10 years ago
Add tests and validation for signature types

bb2cea378e98635e8bb5b964d6e47a09ad3b81c7 authored almost 10 years ago
Move mashalling of type from writeSimple into the simple marshallers

e4b106ea3fc35e3fc93d8f116ea49eb6472582c8 authored almost 10 years ago
Add correct regex to test for throwing on a bad signature while marshalling

7022db64a27b427a25efaba34d38a90043990bcc authored almost 10 years ago
Add validator and tests for 64 bit marshalling

d903469d28390030686a93b3d2bd65f974cf7aaf authored almost 10 years ago
Add validator and tests for int16 type in validators.MakeSimpleValidator

ebe4326e0b68027b393469f80822faa6d08167bd authored almost 10 years ago
Add validator and tests for int32 marshalling

4cbf8cd65ccfcbfeb6fea8964be9c65d23c8876f authored almost 10 years ago
Added more debug information to error in writeSimple

1514f2f5a9572963b2e583bd938f0f56f1575571 authored almost 10 years ago
Add validator and tests for uint32 marshalling

4b0523b4586310c2a51b097c0e21cc5b3a2b7283 authored almost 10 years ago
Add validator and tests for uint16 type in validators.MakeSimpleValidator

a3b90b66a1de45066e00d583dac5da9ac0316498 authored almost 10 years ago
0.2.0

1d6b1ed1e09e11655259620da723bc20dd9c2237 authored almost 10 years ago
Merge pull request #63 from nisargjhaveri/removelistener

Implement removeListener in `introspect.js`

f257bb1d7c8ba6727a6aa03ad598d452fe1cc1cb authored almost 10 years ago
Merge pull request #65 from jazzpi/patch-1

Update abstract-socket version

3f49a24aa657cf11394c9bc0f2813e870725e2d3 authored almost 10 years ago
Update abstract-socket version

`abstract-socket` version `0.1.0` depended on `nan` version `~1.1.0`, which had issues with comp...

a269baf1498424c420a66971b22474d8f166e849 authored almost 10 years ago
fix incorrect signature in tests #61

61d3b0750ee025f454f5821bf8355f5d605ff61b authored almost 10 years ago
lint

c91fb24cfb7423398d5d1201d124303045a941c1 authored almost 10 years ago
validate signature when serialise g type #64

445c87230e433f78156bbfdf92deb7a8720e8d50 authored almost 10 years ago
trow exception on invalid type

d17b3604a08767a7beafe990852b7bb7ac4329e2 authored almost 10 years ago
Implement removeListener in `introspect.js`

bee8228e1b64fe9766ec1f54b83377206bd045cd authored almost 10 years ago
Merge pull request #58 from lucidguppy/improveTest

Add validation of BYTE and BOOLEAN and add tests.

f792deae1e889c3ea54e084ea7fc072ef0b78719 authored almost 10 years ago
Add validation of boolean signature and tests

8dc728b2f24c7acaa4dcfbd7fedb9d47e01cef69 authored almost 10 years ago
Add test and implementation of byte signature validation

1) Added validators file to contain checks for types against signatures.
2) Removed parsing of i...

b7cfca42b4e29ef076e24f32751abdb6bb5fc7d5 authored almost 10 years ago
Small refactoring to add marshall/unmarshall function to test

4cc06920dbb4d950005d9480387d445560478974 authored almost 10 years ago
Add tests to verify that marshalling bad data or signature raises an error

b9e610ff3a75d8631e23564f9d09384fd7a704c7 authored almost 10 years ago
0.1.3

2e3bc826ac99b537e5858233b34d65f1da12dc41 authored almost 10 years ago
Make abstract-socket optional

30ef76baadf0c4cc91842ebd146983250e8d3fa9 authored almost 10 years ago
0.1.2

8294ca12d0120304ffd8d5a2fe22adba51963a92 authored almost 10 years ago
add changelog

29c5bc74b3e2378905653c7c60d38112f8284591 authored almost 10 years ago
Merge pull request #51 from sidorares/default-context

use org_freedesktop_general as default context #50

bb6cde10b7c2d8ec087186e2ecf4ef3c1f2cc892 authored almost 10 years ago
use org_freedesktop_general as default context #50

a1720df35f6948c234ac3765eee730d521d271c4 authored almost 10 years ago
remove bitdeli badge

5e8f5edfcb5fbadf3a6f67db56d30a0b5129656a authored almost 10 years ago
add link to erlang client

4ac0acef66b15273031793e29a7d3ce2eea307d7 authored almost 10 years ago
Merge pull request #47 from gfxmonk/direct-connection

Support for direct connections

b4dd5d834a6c909d61b48dc16eb24b0175ed7bb5 authored about 10 years ago
add support for direct dbus communication (pass {direct:true} to createClient)

90593b751d1d4168fe636b7799c3ccc2ca8fc514 authored about 10 years ago
implement a no-op removeListener for proxies

This is just to prevent an error when callers expect to be able to
both add/remove a listener (e...

2caecf2042f397419ed622c984094e4483ddecf4 authored about 10 years ago
handshake: take a copy of defaultAuthMethods before mutating

73a5c42968c3792f7c1d841b50f8a6bd027f66d6 authored about 10 years ago
assign correctly variant values to message fields #45

48f3e6c483ea2ed3a4056160c660f47ef85f6ef4 authored about 10 years ago