Guillermo Rauch
5d93af994a
Release 0.9.14
0.9.14
2013-03-29 14:15:52 -07:00
Guillermo Rauch
6e25c802cc
manager: fix memory leak with SSL
2013-03-29 14:14:42 -07:00
Guillermo Rauch
37690f78d7
Release 0.9.13
0.9.13
2012-12-13 15:15:38 -03:00
Guillermo Rauch
3cbd00ca70
package: fixed base64id requirement
2012-12-13 15:15:15 -03:00
Guillermo Rauch
b2a8ed1421
Release 0.9.12
0.9.12
2012-12-13 08:19:16 -03:00
Guillermo Rauch
0d3313f536
manager: fix for latest node which is returning a clone with listeners [viirya]
2012-12-13 08:18:42 -03:00
Guillermo Rauch
3b7224c7e0
Release 0.9.11
0.9.11
2012-11-02 08:03:15 -07:00
Guillermo Rauch
2030cf1432
package: move redis to optionalDependenices [3rd-Eden]
2012-11-02 08:01:24 -07:00
Guillermo Rauch
de9e8dffe1
Release 0.9.10
0.9.10
2012-08-10 13:34:50 -07:00
Guillermo Rauch
3a3044ebba
Merge pull request #972 from Coreh/express-3.x-readme
...
Add express 3.0 instructions on Readme.md
2012-08-10 10:17:55 -07:00
Guillermo Rauch
d10b4dd1bd
Merge pull request #985 from GICodeWarrior/log-case-fix
...
Don't lowercase log messages
2012-08-08 18:03:57 -07:00
Rusty Burchfield
12beee2d63
Don't lowercase log messages
...
Lowercasing log messages is unnecessary. It makes some messages difficult to
read, and others difficult to search for.
2012-08-08 11:32:57 -07:00
Guillermo Rauch
875f14d16b
Revert "Fix infinite recursion in Websocket parsers."
...
This reverts commit c218468f67 .
2012-08-07 13:18:41 -07:00
Guillermo Rauch
8ca8990a0c
Merge pull request #983 from GICodeWarrior/parser-recursion
...
Fix infinite recursion in Websocket parsers.
2012-08-06 13:16:37 -07:00
Rusty Burchfield
c218468f67
Fix infinite recursion in Websocket parsers.
...
If a client is feeding messages faster than server can handle them, infinite
recursion occurs. Basically, the "overflow" data gets added to the parser and
it immediately parses a new message.
The fix pushes the processing of the next message (in this edge case) onto the
event queue. This prevents the stack from recursing indefinitely. This also
prevents a fast client from starving other clients.
2012-08-06 13:03:51 -07:00
Guillermo Rauch
4164e3bd7e
Merge pull request #981 from doozr/honour-flash-settings
...
Honour flash settings
2012-08-06 08:59:17 -07:00
Guillermo Rauch
46227e7ac9
Merge pull request #980 from doozr/jsonp-error-crash
...
Always set the HTTP response in case an error should be returned to the client
2012-08-06 08:58:57 -07:00
Craig Andrews
d723d363b2
Always set the HTTP response in case an error should be returned to the client
2012-08-06 14:16:06 +01:00
Craig Andrews
fa1c1b2ada
Create or destroy the flash policy server on configuration change
2012-08-06 14:14:15 +01:00
Craig Andrews
d32a848c3f
Honour configuration to disable flash policy server
2012-08-06 14:14:14 +01:00
Guillermo Rauch
48ad0d3d1d
Release 0.9.9
0.9.9
2012-08-01 15:14:02 -07:00
Guillermo Rauch
281a467960
manager: added response to sync disconnect xhrs
2012-08-01 15:08:06 -07:00
Guillermo Rauch
1fa74a46a3
Revert "Fix disconnectSync getting ignored"
...
This reverts commit f48b40e134 .
2012-08-01 11:58:28 -07:00
Guillermo Rauch
ca4e3f32a3
Merge pull request #975 from huancz/master
...
fix issue #961 - restore compatibility with earlier node releases (up to 0.4.x)
2012-07-31 08:34:22 -07:00
Guillermo Rauch
9dd8134e6a
Merge pull request #970 from renier/master
...
Codebase needs a license file (#965 )
2012-07-31 08:32:07 -07:00
Renier Morales
180f1c91b9
Put license text in its own file ( #965 )
2012-07-31 11:07:21 -04:00
Marco Aurélio
bddf652c25
Add express 3.0 instructions on Readme.md
2012-07-30 15:53:47 -03:00
Guillermo Rauch
c795e4cf1a
Merge pull request #971 from Coreh/express-3.x-warn
...
Add warning to .listen() to ease the migration to Express 3.x
2012-07-30 11:49:53 -07:00
Marco Aurélio
6afbb34581
Add warning to .listen() to ease the migration to Express 3.x
2012-07-30 15:43:00 -03:00
Guillermo Rauch
ac39dbc721
Merge pull request #964 from crickeys/xhr_polling_disconnectSync
...
Fix disconnectSync getting ignored
2012-07-27 10:06:03 -07:00
Petr Běhan
a5c5c20438
restore compatibility with node 0.4.x
2012-07-27 15:38:57 +02:00
Brian Gruber
f48b40e134
Fix disconnectSync getting ignored
...
If using xhr-polling and a browser closes a tab or window, the
disconnectSync in the socket.io-client method is called which sends an
XHR request to the server indicating a disconnect. This line would cause
that to be ignored and so the server would have to wait for a timeout to
mark them as disconnect. This was possibly because it was sent from a
different tcp socket than the current connection.
2012-07-26 21:19:00 -05:00
Guillermo Rauch
1679fd564c
Release 0.9.8
0.9.8
2012-07-24 17:36:30 -07:00
Guillermo Rauch
bb900d445a
Release 0.9.7
0.9.7
2012-07-24 11:16:20 -07:00
Guillermo Rauch
c6fed55f53
tests: fixed tests for 0.8
2012-07-24 10:39:23 -07:00
Guillermo Rauch
6adebc85fc
Merge pull request #958 from xaroth8088/master
...
Prevent crash when socket leaves a room twice.
2012-07-22 11:26:21 -07:00
xaroth8088
7a087bcc94
Prevent crash when socket leaves a room twice.
2012-07-22 11:09:06 -07:00
Guillermo Rauch
18422183c8
Merge pull request #957 from xaroth8088/master
...
Corrects unsafe usage of for..in, permitting socket.io to be used in environments that extend Object, etc.
2012-07-21 11:44:28 -07:00
xaroth8088
aeb904f58b
Corrects unsafe usage of for..in, permitting socket.io to be used in environments where Object, Function, etc. have been extended.
...
http://yuiblog.com/blog/2006/09/26/for-in-intrigue/
2012-07-21 11:30:15 -07:00
xaroth8088
9c0b9de7f0
Revert "Corrects unsafe usage of for..in, permitting socket.io to be used in environments that extend Object, etc."
...
This reverts commit 81552c11ca .
2012-07-21 11:21:11 -07:00
xaroth8088
81552c11ca
Corrects unsafe usage of for..in, permitting socket.io to be used in environments that extend Object, etc.
...
http://yuiblog.com/blog/2006/09/26/for-in-intrigue/
2012-07-21 10:29:20 -07:00
Guillermo Rauch
e1fe76aebe
Fix for node 0.8 with gzip compression. Thanks @vadimi
2012-07-09 16:58:02 -07:00
Guillermo Rauch
8197a0c854
Merge pull request #929 from sjonnet19/patch-1
...
Update redis to support Node 0.8.x
2012-06-26 06:29:08 -07:00
Shawn Jonnet
2b91f1407f
Update redis to support Node 0.8.x
2012-06-25 23:30:24 -03:00
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