Commit Graph

7693 Commits

Author SHA1 Message Date
Guillermo Rauch
ffc12af647 added tests for same-namespace new connection handling (https://github.com/Automattic/socket.io/issues/1956) 2015-04-05 12:18:50 -07:00
Guillermo Rauch
61cb92a6fb style 2015-04-05 10:08:28 -07:00
Timo Uhlmann
0c28be9ba5 Test & doc for cookiePath 2015-04-03 15:05:56 +02:00
Timo Uhlmann
d227719cf9 Allow overriding the cookiePath 2015-04-03 14:50:29 +02:00
Ian MacLeod
25ebaab56c Add a LICENSE file
To appease the lawyery folk.
2015-04-02 14:57:05 -07:00
Ian MacLeod
53073e6a8c Add a LICENSE file
To appease the lawyery folk
2015-04-02 14:55:54 -07:00
Ian MacLeod
4bf319b569 Add a LICENSE file
To appease the lawyery folk. Based this off of the [socket.io `LICENSE` file](https://github.com/Automattic/socket.io/blob/master/LICENSE)
2015-04-02 14:52:34 -07:00
Zsolt Lattmann
9115a5fd7a Use same onack function like it is in the server code. 2015-04-02 16:22:20 -05:00
Zsolt Lattmann
63cf9e76f6 Do not call apply if packet id is not in acks 2015-04-02 15:32:23 -05:00
Tom Atkinson
dc0482a839 Enable supportsBinary when running as a node client 2015-04-01 15:08:47 +02:00
Roman Shtylman
e5908fce1e Merge pull request #381 from mikaturunen/patch-1
Update package.json license
2015-03-28 18:59:49 -07:00
Adriano Raiano
98c7074dae document extraHeaders 2015-03-24 19:25:31 +01:00
Jérémy Lal
425409945b Let adapter.add find connected socket
When a socket connects, it joins its own room, resulting in a call to adapter.add.
The adapter in turn should be able to find the socket by id.
2015-03-24 14:54:52 +01:00
Adriano Raiano
ed697edae6 do not special case cookies, introduce extraHeaders 2015-03-23 21:50:10 +01:00
Nathan Rajlich
257bb31888 Merge pull request #317 from mikaturunen/patch-1
Update package.json license
2015-03-20 08:40:24 -07:00
Mika Turunen
17a2097f6d Update package.json license 2015-03-20 11:33:00 +02:00
Mika Turunen
4c7b1b1948 Update package.json license 2015-03-20 11:26:54 +02:00
Mika Turunen
6f9fe2e881 Update package.json license 2015-03-20 10:15:36 +02:00
Guillermo Rauch
5826ef0bb5 Merge pull request #2059 from rase-/update/debug
Bump debug to 2.1.3
2015-03-17 16:42:00 -07:00
Tony Kovanen
14e32a9bad Bump debug to 2.1.3 2015-03-18 01:40:19 +02:00
Guillermo Rauch
6ff9e4685c Merge pull request #316 from rase-/update/debug
Bump debug to 2.1.3
2015-03-17 16:25:22 -07:00
Guillermo Rauch
c4102a6034 Merge pull request #829 from rase-/update/debug
Bump debug to 2.1.3
2015-03-17 16:25:05 -07:00
Tony Kovanen
6a3521b297 Bump debug to 2.1.3 2015-03-18 00:45:07 +02:00
Tony Kovanen
c118be9d22 Bump debug to 2.1.3 2015-03-18 00:03:08 +02:00
Tony Kovanen
b984aff524 Merge pull request #380 from Automattic/update/debug-dep
package: update "debug" to v2.1.3
2015-03-17 23:58:14 +02:00
Nathan Rajlich
30756c4ae1 package: update "debug" to v2.1.3 2015-03-17 14:35:54 -07:00
Amit Portnoy
b5a2e21b60 there is no 'connect' event in manager
(as far as I can tell)
2015-03-15 20:52:57 +02:00
Adriano Raiano
73970be23e introduce cookies 2015-03-13 16:17:12 +01:00
TC
1dde0f3947 Allowing a custom function for opts.allowRequest 2015-03-12 15:50:31 -06:00
Guillermo Rauch
6527a4bfc9 Release 1.3.5 2015-03-03 10:50:16 -08:00
Guillermo Rauch
342faf2197 Release 1.3.5 1.3.5 2015-03-03 10:50:10 -08:00
Guillermo Rauch
9474d8133a package: bump parser 2015-03-03 10:37:30 -08:00
Guillermo Rauch
5946685404 package: bump socket.io 2015-03-03 10:37:20 -08:00
Guillermo Rauch
12c6ee132d improve test 2015-03-03 10:34:56 -08:00
Guillermo Rauch
c9d909c993 package: bump socket.io-parser 2015-03-03 10:34:40 -08:00
Guillermo Rauch
6455fb2761 Release 2.2.4 2015-03-03 10:34:16 -08:00
Guillermo Rauch
7363746e8a added test 2015-03-03 10:33:51 -08:00
Guillermo Rauch
59d2329731 index: fix off-by-one bound checks 2015-03-03 10:22:09 -08:00
Guillermo Rauch
125ab51338 test: added test for parser breakage 2015-03-03 10:08:26 -08:00
Guillermo Rauch
600ed08b69 package: bump ws 2015-03-02 10:47:56 -08:00
Guillermo Rauch
663c85b9fe test with 0.12 2015-02-19 15:38:51 -08:00
Guillermo Rauch
b31ac18554 test with 0.12 2015-02-19 15:38:35 -08:00
Naoyuki Kanezawa
53cdd8f1fc support flags on namespace 2015-02-20 03:34:09 +09:00
Naoyuki Kanezawa
86c74520cd fix error when passing WebSocket#send second argument on Safari 2015-02-19 03:35:07 +09:00
Guillermo Rauch
cdd97fad3e Merge pull request #374 from 3rd-Eden/patch-1
[deps] Bump ws, 0.7 prevents build failures that could be caused by bina...
2015-02-16 21:56:44 -08:00
Naoyuki Kanezawa
81aea995ed improve Socket#packet and Client#packet 2015-02-15 04:33:20 +09:00
Guillermo Rauch
1b2d902f33 Release 1.3.4 1.3.4 2015-02-14 10:57:50 -08:00
Guillermo Rauch
3309c1516e Release 1.3.4 2015-02-14 10:57:41 -08:00
Guillermo Rauch
9536437907 package: bump socket.io-client 2015-02-14 10:55:15 -08:00
Naoyuki Kanezawa
bd48c2f292 set flags as an option object 2015-02-15 03:08:45 +09:00