Commit Graph

252 Commits

Author SHA1 Message Date
Lee Miller 67712c69fa
Fix some semicolon typos in test 2024-03-08 02:20:25 +02:00
Lee Miller 66fa3e0e63
Add browsers 2024-03-08 02:20:25 +02:00
Lee Miller 7b38bbc5ad
Remove excessive done() in test 2024-03-08 02:20:25 +02:00
Lee Miller 095bc95660
Fix the test case for encrypted 2024-03-08 02:20:25 +02:00
Lee Miller 597ed89c90
Update package: specify the chai version supporting require() 2024-03-08 02:20:25 +02:00
Lee Miller 6a364b4107
Add a gitea workflow 2024-03-08 02:20:25 +02:00
Lee Miller 95abeecc84
Update package 2024-03-08 02:20:25 +02:00
Lee Miller 99d519fb69
Fix the name in user-agent 2024-03-08 02:20:24 +02:00
Lee Miller f4a3a6e321
Update readme 2024-03-08 02:20:24 +02:00
Lee Miller 5503818676
Replace [new ]Buffer() by Buffer.alloc() and Buffer.from() in tests 2024-03-08 02:20:24 +02:00
Lee Miller fdd941083d
Update links to the Spec 2024-03-08 02:20:24 +02:00
Lee Miller 8e19d34a1a
Fix PoW building 2024-03-08 02:20:24 +02:00
Lee Miller 305bce9397
Replace [new ]Buffer() with Buffer.alloc() or Buffer.from() in code 2024-03-08 02:20:24 +02:00
Lee Miller 2179efa1b4
Add a buildbot dir and a script for local testing 2024-03-08 02:19:49 +02:00
Lee Miller 1a6cb74b82
Fix encrypted encoding/decoding according to the changes in eccrypto 2024-03-01 00:53:36 +02:00
Kagami Hiiragi 399e227815 0.6.6 2015-11-13 22:36:13 +03:00
Kagami Hiiragi d2c0cebc96 Add missed "use strict" 2015-11-13 22:04:56 +03:00
Kagami Hiiragi 8310ff1a9c Fix for latest nan and eccrypto
Fixes #17
2015-11-13 21:32:32 +03:00
Kagami Hiiragi 4c184c2a25 Use newer GCC
See nodejs/nan#435
2015-09-29 17:39:34 +03:00
Kagami Hiiragi bf76d6fcf9 Run tests on Node v4 on travis too 2015-09-29 17:24:33 +03:00
Kagami Hiiragi 5b6899e24b Bump bignum 2015-09-29 17:18:21 +03:00
Kagami Hiiragi 6e74d4f1af Merge pull request #16 from echom/master
wrapping ntohll in ifndef for mac
2015-09-29 17:17:11 +03:00
Jörg Hösel b3239d25a1 wrapping ntohll in ifndef for mac 2015-09-29 15:32:36 +02:00
Kagami Hiiragi cdd490ee02 0.6.5 2015-07-13 22:11:48 +03:00
Kagami Hiiragi 651ce9b981 Fix POW test 2015-07-13 22:11:18 +03:00
Kagami Hiiragi 4833621f9b Use node::Buffer directly, fix arg check
It was failing on node 0.12.
2015-07-13 22:09:50 +03:00
Kagami Hiiragi a8be4c88b5 travis: new targets, container-based build 2015-07-13 21:28:43 +03:00
Kagami Hiiragi cc03c10412 Fix license SPDX id 2015-07-13 21:26:32 +03:00
Kagami Hiiragi 2bd3a3c90c 0.6.4 2015-07-12 21:23:13 +03:00
Kagami Hiiragi 63bb453135 Bump deps 2015-07-12 21:22:56 +03:00
Kagami Hiiragi a97749c688 Fix pubkey test
It may fail sometimes on travis because of VM freezes.
2015-05-29 15:45:23 +03:00
Kagami Hiiragi b7014025f0 0.6.3 2015-05-29 15:12:51 +03:00
Kagami Hiiragi db2be24854 0.6.2 2015-03-16 22:31:21 +03:00
Kagami Hiiragi da0eb28eb6 Expose "expires" field for objects 2015-03-07 21:05:39 +03:00
Kagami Hiiragi f29f32b3aa Add option to check stream in object.validate 2015-03-07 00:35:30 +03:00
Kagami Hiiragi 956d58ce2f Rename option inventory -> vectors 2015-03-05 23:31:11 +03:00
Kagami Hiiragi 542d31d387 Support bitmessage: scheme in Address.decode 2015-03-01 20:37:22 +03:00
Kagami Hiiragi 68e5bae278 Fix badge url 2015-02-28 23:02:04 +03:00
Kagami Hiiragi ab33538035 0.6.1 2015-02-28 22:56:08 +03:00
Kagami Hiiragi ed099a6469 Fix for jshint 2.6.3
Global Promise now available only in esnext mode
2015-02-28 22:45:04 +03:00
Kagami Hiiragi 56083e4751 Allow to pass services as buffer to net_addr 2015-02-28 22:25:28 +03:00
Kagami Hiiragi d68e5adf0b Filter out private IPs in addr messages
Fixes #10
2015-02-27 15:54:05 +03:00
Kagami Hiiragi 84ad9eb2c2 Extract transports to bitmessage-transports
Fixes #13
2015-02-25 13:28:58 +03:00
Kagami Hiiragi dd8648e582 Fix Address example 2015-02-24 22:59:59 +03:00
Kagami Hiiragi c4ccee2719 Remove outdated todo 2015-02-24 22:32:16 +03:00
Kagami Hiiragi 1082fc708a Fix messages example 2015-02-24 21:21:42 +03:00
Kagami Hiiragi ecf2931aad Improve networking usage 2015-02-24 20:27:41 +03:00
Kagami Hiiragi a02860808d 0.6.0 2015-02-24 20:23:09 +03:00
Kagami Hiiragi d91a87a804 Check version's user agent/streams size per spec 2015-02-24 20:12:52 +03:00
Kagami Hiiragi 3f25744017 Move connection to self detection to transport 2015-02-24 19:38:03 +03:00