Atanas Palavrov
9bd84818fa
Restoring require('ws') as separate expression for browserify.
2016-08-05 00:38:20 +02:00
Damien Arrachequesne
5301695c93
Merge pull request #411 from hairyhenderson/add-nsp-check-to-build
2016-08-05 00:23:04 +02:00
Dave Henderson
959c8be0cc
Bumping ws to 1.1.1 to address https://nodesecurity.io/advisories/120
...
Signed-off-by: Dave Henderson <dhenderson@gmail.com >
2016-07-13 14:51:56 -04:00
Dave Henderson
7b343517ed
Adding nsp check to the build process
...
Signed-off-by: Dave Henderson <dhenderson@gmail.com >
2016-07-13 14:38:01 -04:00
Doug Wade
023489911e
Resolve nsp 120
2016-06-29 11:27:54 -07:00
Doug Wade
22ec2d2b97
Fix test target by specifying valid ws binary type
2016-06-29 11:27:05 -07:00
Bo
2d141aff7c
Prevent mixup for new programmers
...
The documentation, inadvertently, causes confusion for newer programmers, hindering their learning curve and ability to learn `socket.io` faster.
This proposed change aims at preventing this confusion to allow new programmers easier access to resources, especially when searching the web for more information.
The name `socket` in the documentation refers to the API gateway, or abstraction layer, related to the `client` and other properties. However, in the rest of the programming world, `sockets` usually refer to Berklee sockets or the lower-level communication channel that is used to implement Protocols such as the Websocket Protocol and HTTP.
New programmers often search for more informations using the `sockets` keyword when they are grappling with learning the `socket.io` API.
A good example is the stack overflow site, where newer programmers incorrectly tag their questions `sockets` and in turn don't get a fast response to their questions.
By simply changing the name of the variable used to describe socket.io's "Socket" class instances from `socket` to `client`, this mixup should be mitigated considerably.
2016-06-26 14:32:37 -04:00
Theodore Ni
c0d166b861
Require base64-arraybuffer module conditionally.
...
Since base64-arraybuffer version 0.1.5 introduced a change that fails
at require time in a browser without ArrayBuffer support, the require
must be guarded.
2016-06-25 22:12:44 -07:00
Guillermo Rauch
40763d3962
1.4.8
2016-06-23 19:24:38 -07:00
Guillermo Rauch
13002fb444
Merge branch '1.4.7-pre'
2016-06-23 19:24:27 -07:00
Guillermo Rauch
2bed4f433d
Release 1.4.8
2016-06-23 19:22:42 -07:00
Guillermo Rauch
2a092bd2fb
Release 1.4.8
1.4.8
2016-06-23 19:22:41 -07:00
Guillermo Rauch
4137eb5c43
package: bump engine.io
2016-06-23 19:12:28 -07:00
Guillermo Rauch
8a0a69509b
package: bump engine.io-client
2016-06-23 19:12:09 -07:00
Guillermo Rauch
6ef28d0dea
Merge branch '1.6.10-pre'
2016-06-23 19:11:34 -07:00
Guillermo Rauch
966344219d
Merge branch '1.6.10-pre'
2016-06-23 19:11:13 -07:00
Guillermo Rauch
10c4360bde
Release 1.6.11
2016-06-23 19:10:07 -07:00
Guillermo Rauch
25e9287d13
Release 1.6.11
2016-06-23 19:10:06 -07:00
Guillermo Rauch
5457488561
package: bump ws to support maxPayload
2016-06-23 19:07:16 -07:00
Guillermo Rauch
ead9dfe206
package: bump ws to support maxPayload
2016-06-23 19:06:07 -07:00
Guillermo Rauch
35300b88f3
1.6.10
2016-06-23 17:32:05 -07:00
Guillermo Rauch
e3207005da
1.4.7
2016-06-23 17:31:33 -07:00
Guillermo Rauch
1529d5acbe
1.6.10
2016-06-23 17:30:47 -07:00
Guillermo Rauch
3730328794
Merge branch '1.4.7-pre'
2016-06-23 17:30:04 -07:00
Guillermo Rauch
42aa77614e
Release 1.4.7
1.4.7
2016-06-23 17:25:46 -07:00
Guillermo Rauch
aaabdd52dc
Release 1.4.7
2016-06-23 17:25:44 -07:00
Guillermo Rauch
184dec31f7
Release 1.6.10
2016-06-23 17:21:40 -07:00
Guillermo Rauch
1a07f1012a
Release 1.6.10
2016-06-23 17:21:21 -07:00
Guillermo Rauch
17ec2150c0
server: implement maxHttpBufferSize for ws
2016-06-23 17:15:46 -07:00
Guillermo Rauch
de903c7868
package: bump engine.io-client
2016-06-23 17:11:47 -07:00
Guillermo Rauch
1491a96c95
package: bump engine.io
2016-06-23 17:11:15 -07:00
Guillermo Rauch
298cb6fd6f
upgrade accepts
2016-06-17 10:36:05 -07:00
Guillermo Rauch
d9dda2b60a
Merge pull request #390 from kapouer/uws
...
Option wsEngine or EIO_WS_ENGINE env var
2016-05-09 11:46:49 -07:00
Jérémy Lal
91dd49d1c2
uws@04.0
2016-05-09 12:22:24 +02:00
Jérémy Lal
0d1f487696
Tests: disable SSL with uws tests on node < 4.4.3
2016-05-07 16:18:59 +02:00
Jérémy Lal
3e6addb49c
doc: mention uws as an alternative addon
2016-05-07 16:03:33 +02:00
Jérémy Lal
b7be8ece79
Fix uws devDependency to a passing version
2016-05-07 16:03:33 +02:00
Jérémy Lal
b11607f34f
Travis: test uws using latest nodejs 4
2016-05-07 16:03:05 +02:00
Jérémy Lal
6eba67603b
Travis: allow compilation of Node.js 4 addons
2016-05-07 01:14:25 +02:00
Jérémy Lal
0b9d6dc496
Do not run tests with uws engine on Node < 4
2016-05-07 00:56:14 +02:00
Jérémy Lal
c50bff0ef6
Document wsEngine option
...
thanks to Alex Hultman
2016-05-07 00:50:49 +02:00
Jérémy Lal
41165e0f15
Test if wsEngine option loads uws instead of ws
2016-05-07 00:38:02 +02:00
Jérémy Lal
afb44ef138
Run tests using ws, then using uws
2016-05-07 00:38:02 +02:00
Jérémy Lal
aa1ee6ffab
wsEngine option and env var, defaults to 'ws'
2016-05-07 00:02:01 +02:00
Guillermo Rauch
dcca01f5a4
Release 1.4.6
1.4.6
2016-05-02 20:57:44 -07:00
Guillermo Rauch
204498aa29
Release 1.4.6
2016-05-02 20:57:35 -07:00
Guillermo Rauch
3b58fa04d5
package: bump engine.io
2016-05-02 20:56:15 -07:00
Guillermo Rauch
1d7519c214
bump engine.io-client
2016-05-02 20:55:55 -07:00
Guillermo Rauch
2a7a011932
Release 1.6.9
2016-05-02 20:51:41 -07:00
Guillermo Rauch
7fa16d531b
default rejectUnauthorized to true
2016-05-02 20:50:42 -07:00