Commit Graph

7693 Commits

Author SHA1 Message Date
hallucynogenyc
a9142147f7 Add autoprunning of empty rooms 2014-09-11 16:44:43 +03:00
Jonathan Reem
aa132cba67 README: Fix typo http_server. 2014-09-11 01:23:21 -07:00
Ajay MT
23eefa527a Fix usage example for Server#close. 2014-09-10 18:11:56 +05:30
Lukas Böcker
56e517e069 Update .npmignore 2014-09-08 01:29:54 +02:00
Lukas Böcker
2ff2f0f765 package: bump uglify-js 2014-09-08 01:26:32 +02:00
Brian Geppert
b49b35b26f package: fix main file for example application 'chat'. 2014-09-04 12:10:43 -05:00
Guillermo Rauch
fca25797a3 register other nsps 2014-09-04 12:28:29 +02:00
Guillermo Rauch
ae7c5ac007 fix tests 2014-09-04 12:20:45 +02:00
Guillermo Rauch
09c8781c8f Release 1.1.0 2014-09-04 12:06:07 +02:00
Guillermo Rauch
16483375a7 Release 1.1.0 1.1.0 2014-09-04 12:06:06 +02:00
Guillermo Rauch
1a9b168451 socket: fix in has-binary 2014-09-04 11:44:24 +02:00
Guillermo Rauch
ec305bd8df examples: minor fix of escaping 2014-09-04 11:44:02 +02:00
yujiosaka
850072e3f1 IE10 should prefer using XHR2 over XDR because it's safer 2014-09-04 17:38:39 +09:00
Guillermo Rauch
607cb0b35a package: bump socket.io-parser 2014-09-04 10:17:32 +02:00
Guillermo Rauch
83c68c7a71 Release 2.2.2 2014-09-04 10:14:58 +02:00
Guillermo Rauch
0ae9a4fba6 prevent direct Buffer reference that breaks browserify 2014-09-04 10:14:23 +02:00
Guillermo Rauch
af07a1c649 package: bump engine.io 2014-09-04 01:57:58 +02:00
Guillermo Rauch
90f5bf0669 package: bump engine.io-client 2014-09-04 01:57:31 +02:00
Guillermo Rauch
f31a24e8db Release 1.4.0 2014-09-04 00:05:17 +02:00
Guillermo Rauch
dfad04c46d Release 1.4.0 2014-09-04 00:05:17 +02:00
toshipon
6a9144c226 Support no schema relative url 2014-08-30 18:43:32 +09:00
Jonathan Ong
ac9b89663a use .files instead of .npmignore 2014-08-28 20:43:32 -07:00
Tony Kovanen
4e2edde13b Further increase test timeout. 2014-08-26 00:59:47 +03:00
Tony Kovanen
c732927f8e Double to singly quotes in tests. 2014-08-25 23:40:06 +03:00
Tony Kovanen
e5198c8a37 Merge pull request #750 from rase-/fix/android-tests
Extend timeout and remember to close everything in each test case.
2014-08-25 23:23:58 +03:00
Tony Kovanen
f501053c64 Extend timeout and remember to close everything in each test case. 2014-08-25 23:22:04 +03:00
Guillermo Rauch
b9e69cbf79 fix travis 2014-08-25 12:45:05 -03:00
Guillermo Rauch
be7e37a2fa add travis + zuul matrix 2014-08-25 12:23:10 -03:00
Tony Kovanen
19e1b245be Add quotes around browser version in Makefile. 2014-08-25 17:48:54 +03:00
Guillermo Rauch
02ade2ecbd Makefile: remove @ 2014-08-25 11:38:09 -03:00
Guillermo Rauch
e77f71409e .travis: add BROWSER_PLATFORM 2014-08-25 11:35:24 -03:00
Guillermo Rauch
83a7aec28d .travis: add BROWSER_PLATFORM 2014-08-25 11:35:04 -03:00
Guillermo Rauch
32ebb018e9 Makefile: add support for BROWSER_PLATFORM 2014-08-25 11:33:12 -03:00
Guillermo Rauch
17d5aeb4b4 travis: remove so many chromes 2014-08-25 11:07:21 -03:00
Guillermo Rauch
8dcf294e5d Merge pull request #335 from rase-/add/travis-matrix
Add matrix support for travis runs.
2014-08-25 10:49:02 -03:00
Tony Kovanen
5034af0813 Use the new zuul patch for a cleaner makefile. 2014-08-25 16:41:56 +03:00
Tony Kovanen
2c668e6957 Add matrix support for travis runs. 2014-08-22 23:54:20 +03:00
Tony Kovanen
fb9bfd7768 Merge pull request #334 from yujiosaka/master
check enablesXDR option when Request.hasXDR is called just in case
2014-08-20 11:42:47 +03:00
Tony Kovanen
5863903d44 Merge pull request #1729 from anupbishnoi/patch-1
Take "" and "/" as equivalent namespaces on server
2014-08-20 11:27:46 +03:00
yujiosaka
9e17a422cb check enablesXDR option when Request.hasXDR is called just in case 2014-08-20 07:51:01 +09:00
Anup Bishnoi
f56d4acce6 testing for equivalence of namespaces starting with / or without 2014-08-19 22:19:50 +00:00
Anup Bishnoi
8ea37b7351 Update index.js 2014-08-19 16:17:45 -04: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
Anup Bishnoi
0e41561d56 Take "" and "/" as equivalent namespaces on server
On server, `.of(name)` should use the same key in `.nsps` object for "" and "/"

Important to use `String(name)` and `===` to keep out keys that don't cast to ""
2014-08-18 22:38:47 -04:00
Guillermo Rauch
9e42aecc6f Merge pull request #333 from yujiosaka/master
disabled XDomainRequest as default and added enablesXDR option to enable...
2014-08-17 16:14:04 -07:00
yujiosaka
b1e1755a7d disabled XDomainRequest as default and added enablesXDR option to enable it 2014-08-18 07:50:36 +09:00
Guillermo Rauch
0b9551f506 Merge pull request #331 from yujiosaka/master
IE8 should use XDomainRequest to avoid loading bar flashing
2014-08-17 10:48:02 -07:00
yujiosaka
89ec0efe74 IE8 should use XDomainRequest to avoid loading bar flashing 2014-08-18 02:17:31 +09:00
Guillermo Rauch
1b83549bde Merge pull request #741 from PeterDaveHello/patch-2
Use svg instead of png to get better image quality
2014-08-12 15:47:16 -07:00
Guillermo Rauch
83709e9487 Merge pull request #1714 from PeterDaveHello/patch-2
Use svg instead of png to get better image quality
2014-08-12 15:47:12 -07:00