Commit Graph

7693 Commits

Author SHA1 Message Date
Damien Arrachequesne
fb7e2be552 [chore] Bump dependencies (#498) 2017-04-05 23:57:17 +02:00
Damien Arrachequesne
057f67f2ab [chore] Release 2.0.3 2017-04-05 23:25:16 +02:00
Damien Arrachequesne
528345470c [chore] Use has-binary2 (#90) 2017-04-05 23:17:20 +02:00
Damien Arrachequesne
817adca41d [chore] Release 3.0.0 2017-04-03 23:51:53 +02:00
Damien Arrachequesne
e295b9b1c2 [chore] Bump isarray to version 2.0.1 (#65) 2017-04-03 23:48:59 +02:00
Jimmy Karl Roland Wärting
e39f5a8c6a [chore] Use native JSON and drop support for older nodejs versions (#64) 2017-04-03 23:15:24 +02:00
Faraz Patankar
f1b39a6b1d [docs] Update emit cheatsheet (#2906) 2017-04-03 07:20:38 +02:00
minchao
ec321241a5 [docs] Fix the Engine.IO url format (#28)
The <query string> was not displayed.
2017-04-03 07:14:17 +02:00
Chua Kiem Fai
57b7e5be84 [chore] Bump uws to version 0.14.1 (#497)
As all older versions are now unpublished.
2017-03-30 07:28:31 +02:00
Damien Arrachequesne
240b154960 [docs] Explicitly document that Server extends EventEmitter (#2874) 2017-03-29 14:13:04 +02:00
efkan
c5b7738730 [docs] Add server.engine.generateId attribute (#2880) 2017-03-29 13:52:07 +02:00
Simen Bekkhus
03f3bc9ab3 [docs] Fix wrong space character in README (#2900) 2017-03-27 13:15:19 +02:00
Damien Arrachequesne
beb7090318 [fix] Default rejectUnauthorized to true (#558) 2017-03-24 13:00:58 +01:00
Damien Arrachequesne
82f3f61920 [chore] Drop support for old nodejs versions (0.10 & 0.12) (#557) 2017-03-23 07:31:50 +01:00
Damien Arrachequesne
ec5d20897a [chore] Merge 2.1.x branch (#494) 2017-03-22 07:50:49 +01:00
Damien Arrachequesne
4c021d387c [chore] Release 2.1.1 (#556) 2017-03-22 07:37:33 +01:00
Damien Arrachequesne
56bf176bc6 [chore] Bump engine.io-parser to version 2.0.2 (#555) 2017-03-22 07:24:53 +01:00
Damien Arrachequesne
523dcd2003 [chore] Release 2.0.2 (#89) 2017-03-21 14:40:00 +01:00
Damien Arrachequesne
278a7e45e7 [fix] Enable to utf8-decode string payloads (#88)
That will allow clients receiving the xhr payload with
responseType = 'arraybuffer' to properly decode the message, which is
not sent as binary by the backend anymore since 292c00c (#85).
2017-03-21 14:35:00 +01:00
Dominik Palo
d32bc5bc5d [docs] Fix messed events documentation (#1089) 2017-03-19 00:38:37 +01:00
SwhGo_oN
2135ed8b85 [docs] Fix Manager constructor documentation (#1093) 2017-03-19 00:37:07 +01:00
SwhGo_oN
e40accf7a1 [docs] Fix documentation for 'connect' event (#2898) 2017-03-19 00:33:59 +01:00
Daniel J. O'Quinn
120611fbdb [chore] Bump ws to version 2.2.0 (#487) 2017-03-11 09:43:20 +01:00
Damien Arrachequesne
b436ca3887 [chore] Drop support for old nodejs versions (0.10 & 0.12) (#493) 2017-03-11 09:41:48 +01:00
Damien Arrachequesne
0d2cc68ab9 [chore] Release 2.1.0 (#550) 2017-03-11 09:18:49 +01:00
Damien Arrachequesne
783e0591fa [chore] Release 2.1.0 (#492) 2017-03-11 09:18:22 +01:00
Damien Arrachequesne
3ba6fa186e [chore] Bump engine.io-parser to version 2.0.1 (#549) 2017-03-11 09:05:02 +01:00
Damien Arrachequesne
81ef0bc939 [feat] Add an option to toggle handling of OPTIONS requests (#491)
By setting `handlePreflightRequest` to false, OPTIONS request are no
longer processed by engine.io. A function can also be provided.
2017-03-11 09:04:00 +01:00
Samuel
8f04149eee [chore] Bump concat-stream to version 1.5.2 (#548)
The package concat-stream is known to be vulnerable prior 1.5.2.
 
Source: https://snyk.io/vuln/npm:concat-stream:20160901
2017-03-11 08:45:34 +01:00
Damien Arrachequesne
09465969a8 [chore] Bump engine.io-parser to version 2.0.1 (#490) 2017-03-11 07:23:06 +01:00
Damien Arrachequesne
b723caef4b [chore] Bump uws to version 0.13.0 (#489) 2017-03-11 07:22:50 +01:00
Esteban Lussich
25321d1dc6 [docs] Fix format in API.md (#1090) 2017-03-09 08:58:53 +01:00
stormbkk87
151976594e [feat] Allow to set the protocols for the websocket transport (#546)
Some WebSocket implementations require the protocols parameter or will
fail connection.
2017-03-06 13:07:19 +01:00
Damien Arrachequesne
6c597956cb [chore] Release 2.0.1 (#86) 2017-03-06 12:28:04 +01:00
Damien Arrachequesne
292c00c183 [fix] Encode string payloads as strings even if binary supported (#85)
This reverts commit 44c7aa5, which caused string payloads to be encoded
as binary (so that huge string payloads were needlessly UTF-8-encoded).

Related: https://github.com/socketio/socket.io/issues/2872
2017-03-06 12:24:11 +01:00
Damien Arrachequesne
01a4623613 [feat] Allow to join several rooms at once (#2879) 2017-02-26 09:15:32 +01:00
Damien Arrachequesne
c6f7baec3b [chore] Release 1.1.0 (#50) 2017-02-26 08:38:04 +01:00
Damien Arrachequesne
f627cd2db1 [feat] Add addAll method (#49)
That will allow to efficiently join a list of rooms.
2017-02-26 08:22:54 +01:00
Damien Arrachequesne
9064608513 [docs] Add note regarding the Emitter class (#1079) 2017-02-22 13:07:43 +01:00
Damien Arrachequesne
2d5b0026c5 [docs] Add webpack build example (#2828) 2017-02-22 12:48:46 +01:00
Damien Arrachequesne
49fb3e035b [fix] Run tests on the minified files (#1042) 2017-02-22 12:30:16 +01:00
Rainmen-xia
4af8fd3f22 [docs] Add missing path option in the documentation (#1078) 2017-02-22 07:58:56 +01:00
Damien Arrachequesne
2dcc794b8f [feature] Allow the use of a custom parser (#1075)
See https://github.com/socketio/socket.io/pull/2829
2017-02-20 21:46:02 +01:00
Jianru Lin
4322cf200f [docs] Fix typo (#1076) 2017-02-20 13:44:20 +01:00
Damien Arrachequesne
5ae06e6285 [chore] Bump socket.io-adapter to version 1.0.0 (#2867) 2017-02-17 07:33:43 +01:00
Damien Arrachequesne
b983377969 [chore] Release 1.0.0 (#48) 2017-02-16 22:26:40 +01:00
Damien Arrachequesne
40764bb806 [feat] Remove the socket.io-parser dependency (#47)
That will allow to use a custom parser (see https://github.com/socketio/socket.io/pull/2829).
2017-02-16 22:16:21 +01:00
sgress454
4d8f68c7dc [chore] Bump engine.io to version 2.0.2 (#2864)
Includes the following (from engine.io changelog):

* [fix] Initialize the WebSocket server in the Server constructor (#476)
* [chore] Bump ws to version 1.1.2 (vulnerability fix) (#480)
2017-02-16 22:01:53 +01:00
sgress454
1ac8374d64 [chore] Bump engine.io-client to version 2.0.2 (#1074)
Includes the following (from engine.io-client changelog):

* [chore] Bump ws to version 1.1.2 (vulnerability fix) ([#539](https://github.com/socketio/engine.io-client/issues/539))
* [fix] Fix extraHeaders option in browser ([#536](https://github.com/socketio/engine.io-client/issues/536))
2017-02-16 21:59:57 +01:00
Christian Freitag
3d63875498 [chore] Bump socket.io-parser to version 2.3.2 (#1071) 2017-02-16 21:58:58 +01:00