Guillermo Rauch
3b9715e8e7
Merge pull request #869 from MrSwitch/master
...
Small change to demo copy
2012-05-03 06:24:15 -07:00
Andrew Dodson
4e13cfb03e
Update copy
2012-05-03 12:16:01 +10:00
Guillermo Rauch
39671e81a5
Merge pull request #868 from bodash/patch-1
...
I continued to have websocket connection issues in Safari when using SSL...
2012-05-02 12:21:24 -07:00
bodash
ffa8994a23
I continued to have websocket connection issues in Safari when using SSL that terminated at a load balancer. The shorthand logic that was here was nice and compact but didn't seem to work. Took the "intent" of the short hand and made it a bit more verbose and now it works.
2012-05-02 13:18:46 -06:00
Guillermo Rauch
de1afe1317
Merge pull request #857 from martinthomson/bug/856
...
Fix for ID generation vulnerability #856
2012-04-26 15:49:24 -07:00
Martin Thomson
aaad106b90
Adding node 0.4 backward compat for id gen
2012-04-26 15:08:19 -07:00
Martin Thomson
f850ddccd0
Removing more fixes for other bug
2012-04-26 14:35:17 -07:00
Martin Thomson
8d269aae4c
Removing fixes for other bug
2012-04-26 14:33:37 -07:00
Martin Thomson
67b4eb9abd
Making ID generation securely random
2012-04-26 14:28:00 -07:00
Guillermo Rauch
fe6dd87443
Merge pull request #848 from mbrevoort/redisStoreRaceCondition
...
Fix Redis Store race condition in manager onOpen unsubscribe callback
2012-04-23 15:30:30 -07:00
Mike Brevoort
d9aeaa494f
Fix Redis Store race condition in manager onOpen unsubscribe callback
2012-04-23 16:06:31 -06:00
Guillermo Rauch
2024d45383
Merge pull request #841 from TooTallNate/master
...
fix for EventEmitters always reusing the same Array instance for listeners
2012-04-19 13:30:13 -07:00
Nathan Rajlich
e1884859bc
fix for EventEmitters always reusing the same Array instance for listeners
...
This fixes node v0.7.x.
The node commits that broke this old behavior is here:
78dc13fbf9 %5E...928ea564d16da47e615ddac627e0b4d4a40d8196
2012-04-19 13:18:22 -07:00
Guillermo Rauch
0242a2ddf3
Merge branch 'master' of github.com:LearnBoost/socket.io
2012-04-17 19:51:49 -03:00
Guillermo Rauch
dbe6d5f740
Release 0.9.6
2012-04-17 19:51:37 -03:00
Guillermo Rauch
e98fc7bc86
Fixed XSS in jsonp-polling.
2012-04-17 19:48:32 -03:00
Guillermo Rauch
9bbf17f31e
Merge pull request #827 from crickeys/patch-4
...
Fixes when browser doesn't send origin header, defaults to empty string ...
2012-04-11 15:02:50 -07:00
crickeys
1a5a87af13
Fixes when browser doesn't send origin header, defaults to empty string instead of UNDEFINED (which would throw an error on the origin.match(/^https/) below
2012-04-11 14:41:07 -05:00
Guillermo Rauch
a4e53a642b
Release 0.9.5
0.9.5
2012-04-05 14:37:18 -03:00
Guillermo Rauch
6f36d8c2ff
Added test for polling with connection close.
2012-04-05 14:32:10 -03:00
Guillermo Rauch
09fb16b443
Ensure close upon request close.
2012-04-05 14:31:50 -03:00
Guillermo Rauch
330407cc9d
Fix disconnection reason being lost for polling transports.
2012-04-05 14:31:32 -03:00
Guillermo Rauch
2075307f23
Ensure that polling transports work with Connection: close
2012-04-05 14:31:13 -03:00
Guillermo Rauch
d7b06edaca
Log disconnection reason
2012-04-05 14:31:01 -03:00
Guillermo Rauch
46fdcf00b3
Release 0.9.4
0.9.4
2012-04-01 01:50:50 -03:00
Guillermo Rauch
147b9bb941
Release 0.9.4
2012-04-01 01:49:51 -03:00
Guillermo Rauch
02a3da487c
Merge branch 'master' of github.com:LearnBoost/socket.io
2012-04-01 01:48:25 -03:00
Guillermo Rauch
087c686ad0
Release 0.9.4
2012-04-01 01:48:13 -03:00
Guillermo Rauch
16205fc522
Merge pull request #809 from DanielBaulig/issue795-fix
...
Issue795 fix
2012-03-28 12:58:45 -07:00
Guillermo Rauch
a232159ce8
Release 0.9.3
0.9.3
2012-03-28 09:28:05 -03:00
Guillermo Rauch
b9c3255b7c
Merge pull request #806 from mixu/upstream/fix-ff-xhr-post-syntax
...
Fix "syntax error" message on FF, resulting from FF trying to parse the POST result as XML due to it not having a response content-type
2012-03-27 16:54:29 -07:00
Mikito Takada
d80010dcf0
Firefox will try to parse the response from POST requests, causing a syntax error message in the Web Console. Basically an addition to https://github.com/LearnBoost/socket.io/pull/501
2012-03-27 16:43:17 -07:00
Daniel Baulig
00694a8a98
Fix issue #795
2012-03-19 22:03:31 +01:00
Daniel Baulig
da95094998
Add disconnect from namespace test-case for issue #795
2012-03-19 21:54:20 +01:00
Guillermo Rauch
e7d7582f84
Release 0.9.2
0.9.2
2012-03-13 11:00:50 -03:00
Guillermo Rauch
df5f23d309
More sensible close timeout default (fixes disconnect issue)
2012-03-13 10:49:06 -03:00
Guillermo Rauch
e018ba91eb
Merge branch 'master' of github.com:LearnBoost/socket.io
2012-03-09 08:47:01 -03:00
Guillermo Rauch
c59aa6ff2c
Getting ready for 1.0
2012-03-09 08:42:24 -03:00
Guillermo Rauch
9431709298
Merge pull request #787 from MatthewMueller/master
...
io.configure('development', function() {...}) will trigger if NODE_ENV is not defined.
2012-03-09 02:17:15 -08:00
Matt Mueller
a29525e043
NODE_ENV in configure now defaults to development, which is consistent with express
2012-03-09 02:10:58 -08:00
Guillermo Rauch
5312e154b3
Release 0.9.1-1
0.9.1-1
2012-03-02 08:41:17 -03:00
Guillermo Rauch
480b86f382
Bumped client with NPM dependency fix.
2012-03-02 08:40:41 -03:00
Guillermo Rauch
c0e2c3012f
Release 0.9.1
0.9.1
2012-03-02 08:20:38 -03:00
Guillermo Rauch
97b04c4152
Merge branch 'master' of github.com:LearnBoost/socket.io
2012-03-02 07:50:59 -03:00
Guillermo Rauch
c8306e207d
Temporarily removing node 0.4 from travis-ci
2012-02-29 11:01:11 -03:00
Guillermo Rauch
de5c0b3554
Merge pull request #771 from felixge/heartbeat
...
Make heartbeat timeout > heartbeat interval
2012-02-29 05:43:24 -08:00
Felix Geisendörfer
57a0b24060
Make heartbeat timeout > heartbeat interval
...
Otherwise clients would detect timeouts before a heartbeat has a chance
of reaching them. The new values themselves were suggested by @rauchg. I
myself think that the heartbeat timeout should probably only be ~10s larger
than the interval.
2012-02-29 14:15:37 +01:00
Guillermo Rauch
204576c006
Make these 2 tests work both on 0.4 and 0.6
0.9.0
2012-02-26 21:51:22 -03:00
Guillermo Rauch
66ac425bf7
Release 0.9.0
2012-02-26 21:46:39 -03:00
Guillermo Rauch
a01e7e2256
Make tests pass on 0.4
2012-02-26 18:21:25 -03:00