nkzawa
a75f46f06f
add a test for graceful shutdown
2016-01-21 20:50:44 +09:00
Guillermo Rauch
c348737fe6
socket.io: increase large binary data test timeout
2015-11-28 15:13:13 -08:00
Damien Arrachequesne
1dfacc6647
Trigger callback even when joining an already joined room
2015-11-27 22:08:18 +01:00
Guillermo Rauch
c504315982
Merge pull request #2322 from darrachequesne/issue-2199-clean
...
Add hasOwnProperty checks
2015-11-23 09:19:35 -08:00
Damien Arrachequesne
09f446eca0
Add hasOwnProperty checks
2015-11-23 15:12:21 +01:00
Guillermo Rauch
8683206e31
Merge pull request #2239 from darrachequesne/issue-2199
...
converted arrays to objects
2015-11-22 10:34:57 -08:00
Guillermo Rauch
988d9d2346
Merge pull request #1999 from nkzawa/patch-3
...
Fix a few assertions are not executed properly
2015-11-22 10:17:02 -08:00
Damien Arrachequesne
b73d9bea4e
converted arrays to objects
2015-11-22 11:12:40 +01:00
Damien Arrachequesne
bf5897cedc
Fixed tests with large data
2015-11-20 22:01:16 +01:00
Guillermo Rauch
b1775b1cb8
Merge pull request #2051 from tobalsgithub/master
...
Allowing a custom function for opts.allowRequest
2015-11-16 13:15:08 -08:00
Guillermo Rauch
e41483be9e
Merge branch '1.3.6-patch'
2015-07-14 20:04:44 -07:00
Guillermo Rauch
c79e787671
test: better timeout for stress test
2015-07-14 19:58:42 -07:00
Guillermo Rauch
91c7bde34b
Merge commit '342faf219793fc5c1f130fc33e3fb5422dab516d'
2015-05-27 22:55:15 -07:00
TC
1dde0f3947
Allowing a custom function for opts.allowRequest
2015-03-12 15:50:31 -06:00
Guillermo Rauch
12c6ee132d
improve test
2015-03-03 10:34:56 -08:00
Guillermo Rauch
125ab51338
test: added test for parser breakage
2015-03-03 10:08:26 -08:00
Naoyuki Kanezawa
53cdd8f1fc
support flags on namespace
2015-02-20 03:34:09 +09:00
Naoyuki Kanezawa
56fe26661d
fix a few assertions
2015-02-12 06:09:30 +09:00
Guillermo Rauch
ef23c74bea
remove compression tests
2015-02-03 17:07:43 -08:00
Guillermo Rauch
49423d70bc
added failing tests
2015-02-03 17:04:33 -08:00
Guillermo Rauch
816bfec783
added failing tests
2015-02-03 16:26:08 -08:00
Guillermo Rauch
0a17c90d7a
test: added failing test
2015-02-03 15:10:46 -08:00
Guillermo Rauch
3645741b86
test: increase timeout for large binary data test
2015-01-31 09:35:37 -08:00
Ruben Rodriguez II
8814825a35
Suggestion for implementation of clients API
2015-01-31 02:17:49 -06:00
Michael Luo
afa871bb8a
bugfix/1956 test for don't reuse same-namspace connections
2015-01-24 20:19:16 -08:00
Guillermo Rauch
83b36e54ac
Merge pull request #1958 from nkzawa/compress
...
Support compression
2015-01-23 10:04:43 -08:00
Guillermo Rauch
2f0d9d05af
fix origin verification default https port [evanlucas]
...
for PR #1693
2015-01-22 21:41:59 +00:00
Naoyuki Kanezawa
ac8e8598d7
support compression
2015-01-22 05:01:45 +09:00
Guillermo Rauch
b8ded0d725
Merge pull request #1903 from rase-/add/volatile-tests
...
Added tests for volatile
2015-01-17 12:23:06 +00:00
Tony Kovanen
0523b655da
Add test for reconnection after server restarts
2015-01-14 17:22:50 +02:00
Roman Shtylman
ca82c09bf2
fix leaving unknown rooms
...
close #1670
2015-01-10 14:58:50 -08:00
Guillermo Rauch
bd479a9cd6
Merge pull request #1936 from drewblaisdell/master
...
Allow null or undefined origins when allowed origins is a function
2015-01-09 16:36:38 -08:00
Drew Blaisdell
a116d7765a
Allow null or undefined origins when allowed origins is a function
...
Requests without an Origin header previously caused an exception to be thrown if the allowed origins passed to the constructor was set to a dynamic function. Omitted origins are now set to an asterisk and passed properly to the origins function.
A test for this case is included in this commit.
2015-01-09 16:30:08 -08:00
Guillermo Rauch
1c6620d564
everything is fixed
2015-01-09 16:25:42 -08:00
Guillermo Rauch
dba462e6da
fix tests on 0.11
2015-01-09 16:24:24 -08:00
Tony Kovanen
d9996f0470
Added tests for volatile
2014-12-08 11:19:49 +02:00
Guillermo Rauch
4e4bbf918e
fix protocol violations and improve error handling ( fixes #1880 )
2014-11-21 04:16:37 +01:00
Guillermo Rauch
b49f5c82f2
syntax
2014-11-21 04:15:42 +01:00
Alex Jeng
136fe960b7
Made comments more consistent
2014-10-05 22:10:13 -07:00
Tony Kovanen
1b4f6a5324
Merge pull request #1777 from akamensky/dynamic-cors
...
Dynamic cors
2014-09-22 13:38:14 -06:00
Tony Kovanen
fa4fa3365a
Merge pull request #1690 from rase-/fix/resource-option-bc
...
Fix resource option BC with the set function
2014-09-22 12:27:35 -06:00
Tony Kovanen
ae9d5277a9
Add test to check that empty rooms are autopruned.
2014-09-20 11:12:26 -06:00
akamensky
1b90ae2587
Added test coverage for Server#origins(function) for dynamic CORS
2014-09-12 11:13:51 +08:00
Anup Bishnoi
f56d4acce6
testing for equivalence of namespaces starting with / or without
2014-08-19 22:19:50 +00:00
Anup Bishnoi
b3cb18d910
Added relevant tests
...
"" and "/" namespaces are checked for equivalence on server and client
2014-08-18 22:47:06 -04:00
Guillermo Rauch
a40068b5f3
Merge pull request #1688 from fdellabetta/server_side_namespace
...
client cannot connect to non-existing namespaces
2014-08-01 13:45:32 +01:00
Tony Kovanen
624e7cb14f
Fix splice arguments and socket.rooms value update in socket.leaveAll.
...
Hat tip @Marreck
2014-08-01 13:20:18 +02:00
Tony Kovanen
b4954d767a
Take the instance stored path value into account when attaching to eio if no option specified to attach directly
2014-07-23 19:58:44 +03:00
Filippo Della Betta
f6eb53f5e1
client cannot connect to non-existing namespaces
2014-07-22 13:58:13 +02:00
Tony Kovanen
54726105cb
Fixed handshake object address property and made the test case more strict.
2014-07-19 04:43:03 +03:00