314 Commits

Author SHA1 Message Date
James Coglan d21a41330c Remove jstest copy of nopt, which will not run on Node <= v12 2023-09-07 19:19:31 +01:00
James Coglan 4983d151c4 Update TLS certificates 2023-09-07 18:59:44 +01:00
James Coglan 3c711fc376 Test on recent Node versions 2023-09-07 18:49:05 +01:00
James Coglan e9722f4a2f Don't pass events to process.exit(), which is an error in Node v20 2023-09-07 18:48:18 +01:00
James Coglan f1f48e6c23 Use 0.0.0.0 in Autobahn example because localhost does not seem to work on Node v18 2023-09-07 18:47:42 +01:00
James Coglan eae09c0780 Remove .npmignore 2021-05-24 23:28:02 +01:00
James Coglan 0528a5d4bd Bump version to 0.11.4 0.11.4 2021-05-24 23:08:15 +01:00
James Coglan fff2a43d63 Update the test TLS certificate 2021-05-18 22:15:00 +01:00
James Coglan 46806f86f4 Switch from Travis CI to GitHub Actions 2021-05-18 22:12:42 +01:00
James Coglan 32af9bb353 Travis update: cache npm modules, remove sudo, run on Node 15 2021-03-12 21:36:08 +00:00
James Coglan 6b66c9fd9d Merge branch 'fix-double-close' 2021-03-12 17:01:26 +00:00
James Coglan 98ddef1e9a Test on Node.js version 15 2021-03-12 17:01:15 +00:00
John Lees-Miller e316a82f86 Fix hang on double close 2021-03-12 16:57:24 +00:00
James Coglan 0be69bd810 Update the TLS certificate 2020-05-14 17:47:36 +01:00
James Coglan b1c5f9049f Add Node versions 13 and 14 on Travis 2020-05-14 17:19:07 +01:00
James Coglan 3eb0a395f3 Mention license change in the changelog 2019-06-13 11:40:24 +01:00
James Coglan f878a91eb5 Formatting change: {...} should have spaces inside the braces 2019-06-11 16:02:47 +01:00
James Coglan a2d1fa84e4 Bump version to 0.11.3 0.11.3 2019-06-10 12:32:02 +01:00
James Coglan 4f31ad9851 Set the 'files' attribute in package.json 2019-06-10 12:31:15 +01:00
James Coglan e27ce57c48 Bump version to 0.11.2 2019-06-10 12:27:56 +01:00
James Coglan eb6fac855c Let npm reformat package.json 2019-06-10 12:25:35 +01:00
James Coglan 4009b68a43 Switch license to Apache 2.0 2019-06-10 06:33:20 +01:00
James Coglan 063a1362df Remove the Autobahn link from the readme 2019-06-07 00:30:30 +01:00
James Coglan b4dc4e1411 Merge pull request #65 from lpinca/gh-64
Set close timer before closing the driver.
2019-05-29 16:01:28 +01:00
James Coglan ccaa8ea76e Change markdown formatting of docs. 2019-05-29 15:36:45 +01:00
James Coglan 17fae3cc5c Merge pull request #72 from arnaud16571542/patch-1
Create LICENSE
2019-05-29 14:25:01 +01:00
James Coglan 8e9f7923ad Update Travis target versions. 2019-05-28 23:16:09 +01:00
James Coglan acc3ea9795 Put all source files in strict mode. 2019-05-28 23:13:08 +01:00
arnaud16571542 01cdfb18db Create LICENSE 2019-03-03 09:41:09 +01:00
James Coglan 2634e930f9 Update the self-signed SSL certificates. 2018-07-26 11:08:56 +01:00
Luigi Pinca 5f3e939518 Set close timer before closing the driver.
Fixes: https://github.com/faye/faye-websocket-node/issues/64
2017-10-04 17:34:37 +02:00
James Coglan b85f22e43b Drop testing for io.js releases, which barely anybody is still using. 2017-08-01 23:48:34 +01:00
James Coglan 1f439f6e9c Test on Node 8. 2017-08-01 00:52:04 +01:00
James Coglan 4b667a1ba5 Formatting tweaks to package.json. 2017-08-01 00:49:18 +01:00
James Coglan 49eab191cc Bump version to 0.11.1. 0.11.1 2017-01-22 19:46:33 +00:00
James Coglan f3749cd347 Call stream.destroy() to make sure that sockets that allow half-open mode are closed. 2017-01-11 22:00:03 +00:00
James Coglan d97556a1dc Cancel the timer that forces the socket to close in finalizeClose(). 2017-01-11 21:53:18 +00:00
James Coglan ba4da1077a Upgrade npm on Node v0.8. 2016-12-29 11:52:50 +00:00
James Coglan 560a78b18f When close() is called, set a timeout to call beginClose() so the TCP socket is closed if the other peer never replies. 2016-12-29 11:52:44 +00:00
James Coglan d690bada0b Test on Node v7. 2016-12-29 11:26:15 +00:00
James Coglan 2aef23a530 Update the self-signed certificates for testing secure servers. 2016-12-29 11:26:00 +00:00
James Coglan 3148348a3a Correct a few links to specs. 2016-06-10 20:45:31 +01:00
James Coglan 641212d2b1 Merge pull request #55 from tomjakubowski/patch-1
README: fix EventSource link
2016-06-10 20:39:17 +01:00
Tom Jakubowski c00bee21d3 README: fix EventSource link 2016-05-31 13:02:26 -07:00
James Coglan 02612c01cd Test on Node 6.0. 2016-04-30 12:59:38 +01:00
James Coglan dc392490a8 Bump version to 0.11.0 and drop support for Node < 0.8. 0.11.0 2016-02-24 08:34:09 +00:00
James Coglan 0feee7974c Bump the copyright year. 2016-02-06 19:15:41 +00:00
James Coglan 91d8e1ad41 Use https: URLs for github.com in package.json. 2016-02-06 18:11:32 +00:00
James Coglan c27fee0680 Document the net option to the Client class. 2016-02-06 18:11:17 +00:00
James Coglan 061494bc2c Introduce a 'net' option that can be used to pass through options to net.connect(). 2016-02-06 15:51:18 +00:00