Commit Graph

611 Commits

Author SHA1 Message Date
Arnout Kazemier
f090fafb0f Fix for https://github.com/LearnBoost/socket.io/issues/422 2011-07-26 10:14:14 +02:00
Arnout Kazemier
a50b83996f updated uglify to latest version 2011-07-26 09:42:47 +02:00
Guillermo Rauch
7f2d69f6d8 Merge pull request #241 from 3rd-Eden/depends
CodeStyle fixes and added xhr-polling as JSONP dependency
2011-07-21 13:54:55 -07:00
Guillermo Rauch
c4b5b89626 Merge pull request #245 from 3rd-Eden/wtfshizzle
Another stab at https://github.com/LearnBoost/socket.io/issues/274
2011-07-20 13:40:36 -07:00
Arnout Kazemier
59df51f05a Another stab at https://github.com/LearnBoost/socket.io/issues/274 2011-07-20 22:33:03 +02:00
Arnout Kazemier
9b697942c2 CodeStyle fixes and added xhr-polling as JSONP dependency 2011-07-17 20:43:49 +02:00
Guillermo Rauch
d43ed6aa81 Fixed default port for secure connections. 2011-07-12 20:53:10 -03:00
Guillermo Rauch
df4f763350 Release 0.7.4 2011-07-12 04:59:16 -03:00
Guillermo Rauch
e8c50dbd5e Merge pull request #224 from 3rd-Eden/of
Added test suite + of method on the namespace so we have a simular api on
2011-07-12 00:49:20 -07:00
Guillermo Rauch
c274187364 Merge pull request #234 from 3rd-Eden/flood
When you disconnect before the connection timeout is called, you will cre
2011-07-10 12:15:57 -07:00
Guillermo Rauch
0babfeb9b1 Merge pull request #222 from dvv/master
honor document.location.protocol
2011-07-10 12:15:20 -07:00
Arnout Kazemier
4028c21d57 When you disconnect before the connection timeout is called, you will create a flood
of unaccepted messages
2011-07-10 21:08:40 +02:00
Guillermo Rauch
7f6382d973 Merge pull request #231 from 3rd-Eden/flashblock
Fixed issue #223 where flashblock exposed a bug in our connection timeout
2011-07-10 11:08:41 -07:00
Arnout Kazemier
7c88d3f774 Removed console.log statement 2011-07-10 12:29:42 +02:00
Arnout Kazemier
7cf47f9f3a Fixed issue #223 where flashblock exposed a bug in our connection timeout code 2011-07-10 12:25:03 +02:00
Guillermo Rauch
ad92038686 Merge pull request #230 from 3rd-Eden/parser
Fixed a nasty IE bug where it's unable to parse the unicode characture wh
2011-07-09 15:50:36 -07:00
Arnout Kazemier
34ab001a28 Fixed a nasty IE bug where it's unable to parse the unicode characture when it's
looked up using data[0]. It will return undefined instead the actual char.

But luckly charAt does return the correct characture
2011-07-10 00:43:26 +02:00
Arnout Kazemier
31a89ac232 Updated to count messages and connects 2011-07-08 00:16:33 +02:00
Arnout Kazemier
ca5d229508 Added test suite + of method on the namespace so we have a simular api on the client
as we would have on the server.
2011-07-03 22:32:59 +02:00
Vladimir Dronnikov
b3a156885b honor document protocol, unless overriden 2011-07-01 21:02:17 +04:00
Vladimir Dronnikov
6f4566ac12 Merge branch 'master' of github.com:LearnBoost/socket.io-client 2011-07-01 19:00:28 +04:00
Guillermo Rauch
f41d213f4d Merge pull request #221 from 3rd-Eden/uglify
Forgot to commit package.json + builder adjustment
2011-07-01 03:22:24 -07:00
Arnout Kazemier
f0ce6e8120 Forgot to commit package.json + builder adjustment 2011-07-01 12:21:22 +02:00
Guillermo Rauch
665818dabc Merge pull request #220 from 3rd-Eden/uglify
Removed bloat from repo, use uglify as dependency, and updated package.js
2011-07-01 02:59:33 -07:00
Arnout Kazemier
3afe88904c Removed bloat from repo, use uglify as dependency, and updated package.json
And removed old builder
2011-07-01 10:45:27 +02:00
Vladimir Dronnikov
15dbe74fc7 Merge branch 'master' of github.com:LearnBoost/socket.io-client 2011-06-30 20:21:21 +04:00
Guillermo Rauch
56ddb4e7a8 Release 0.7.3 2011-06-30 10:30:59 -03:00
Guillermo Rauch
5efc281a53 Build 2011-06-30 10:26:15 -03:00
Guillermo Rauch
c5d11cba7a Merge pull request #219 from dvv/patch-1
acks: automatic for .send and manual for .emit
2011-06-30 06:22:40 -07:00
Guillermo Rauch
b6177c70ac Build 2011-06-30 10:20:39 -03:00
Vladimir Dronnikov
8ce05bc68c acks: automatic for .send and manual for .emit 2011-06-29 08:33:08 -07:00
Vladimir Dronnikov
3eaf15e4c7 Merge branch 'master' of github.com:LearnBoost/socket.io-client 2011-06-29 19:19:36 +04:00
Guillermo Rauch
27be7ac6e3 Merge pull request #218 from 3rd-Eden/namespace.auth
Namespace.auth
2011-06-29 04:32:35 -07:00
Arnout Kazemier
1966441bcc Removed console.log + added \n 2011-06-29 09:55:44 +02:00
Arnout Kazemier
2342133e7e Merge branch 'namespace.auth' of github.com:3rd-Eden/Socket.IO into namespace.auth 2011-06-29 09:50:22 +02:00
Arnout Kazemier
e8e92268c5 Style fixes + don't init on each check & clear the flashsocket tasks on close 2011-06-29 09:49:19 +02:00
Arnout Kazemier
eecc0f115e Added test suite 2011-06-28 22:22:07 +02:00
Vladimir Dronnikov
c9f62d680b Merge branch 'master' of github.com:LearnBoost/Socket.IO 2011-06-28 18:53:48 +04:00
Guillermo Rauch
06052d2b84 Merge pull request #217 from fat/rebuild
rebuild dist files!
2011-06-27 12:04:33 -07:00
Jacob Thornton
558d12e70f rebuild dist files! 2011-06-27 11:35:57 -07:00
Arnout Kazemier
9da035d356 WIP @ namespace.auth, still needs test-acceptance 2011-06-27 17:06:48 +02:00
Vladimir Dronnikov
546abff3d4 Merge branch 'master' of github.com:LearnBoost/Socket.IO 2011-06-24 19:05:32 +04:00
Guillermo Rauch
969743c8d1 Merge pull request #213 from fat/new-io.connect
add support for new io.connect & new io.Connect...
2011-06-23 18:27:51 -07:00
Jacob Thornton
0c864cab47 add support for new io.connect... 2011-06-23 18:26:14 -07:00
Vladimir Dronnikov
bf4d0168b0 Merge branch 'master' of github.com:LearnBoost/Socket.IO 2011-06-23 19:37:35 +04:00
Guillermo Rauch
80cf622ced Merge pull request #205 from 3rd-Eden/master
Fixed double connect events
2011-06-22 12:11:39 -07:00
Arnout Kazemier
270c10c4a5 Style fix 2011-06-22 21:08:25 +02:00
Arnout Kazemier
20de0b7a60 Fixed double connect events 2011-06-22 21:03:41 +02:00
Guillermo Rauch
a7e1a34d6b Fixed reconnection with jsonp-polling maintaining old sessionid. [franck34] 2011-06-22 05:03:39 -03:00
Guillermo Rauch
7a8e785f73 Release 0.7.2 2011-06-22 04:10:45 -03:00