Commit Graph

7693 Commits

Author SHA1 Message Date
Guillermo Rauch
209426a9b0 Changed; implemented write-only Socket.
Added log accessor to Socket
2011-05-07 18:23:59 -07:00
Arnout Kazemier
8f1d96ad7f Updated the readme, fixed typos, changed socket.io requires to socket.io-node requires as that is the name according to the package.json.
Also updated the styling to fancy pancy HTML highlighting
2011-05-07 13:58:32 +02:00
Arnout Kazemier
3a5ab7675d Updated the package.json, added more keywords. Added repo and fixed the engine requirement or it will not work with future node versions. 2011-05-07 13:51:41 +02:00
Guillermo Rauch
ece9b120a9 Changed; allow for writeonly sockets (used to permit a specific socket to message
another socket, or group of sockets).
2011-05-06 20:23:42 -07:00
Guillermo Rauch
981a0e22b4 Changed; leverage new utilities signature. 2011-05-06 20:23:33 -07:00
Guillermo Rauch
80e8777dba Changed; leverage new utilities signature 2011-05-06 20:23:12 -07:00
Guillermo Rauch
0df8acc280 Fixed; ignore parser for empty GET responses.
Changed; style
2011-05-06 20:22:41 -07:00
Guillermo Rauch
4243ddfb89 Changed; utility functions signature now path, port, opts, fn, with opts being
optional.
Changed; parser override only for paths that include transports.
Changed; style.
2011-05-06 20:22:07 -07:00
Guillermo Rauch
9215d77898 Changed; make sure that get() decodes the payload and also preserves the frame parser. 2011-05-06 17:28:42 -07:00
Guillermo Rauch
d2c74536e0 Changed; improved htmlfile framing size. 2011-05-06 17:12:52 -07:00
Guillermo Rauch
deb45624ba Changed; test utilities now expose get / post / req
Changed; req now accepts a response parser
2011-05-06 17:01:11 -07:00
Guillermo Rauch
136850a7b5 Fixed; package json is now actual json (fixes #199) 2011-05-06 16:46:57 -07:00
Guillermo Rauch
42a4e6bc9e Updated README 2011-05-06 15:41:04 -07:00
Guillermo Rauch
c2d0774d46 Removed const (slow) 2011-05-06 15:12:51 -07:00
Guillermo Rauch
1514af064f Socket.IO 0.7-pre 2011-05-05 08:49:40 -07:00
Arnout Kazemier
9082bb8265 Finished the JSDoc intergration, and did a final automatic spelling check. 2011-03-13 21:02:40 +01:00
Arnout Kazemier
ae05abc44a Added better descriptions and examples + typo fixes 2011-03-13 00:24:09 +01:00
Arnout Kazemier
c63efa3a36 More modifications to the JSDocs 2011-03-11 16:42:34 +01:00
Arnout Kazemier
d484cb7f78 More JSDoc documentation, replaced the /*! with /** in the licensen headers for dox compatiblity 2011-03-11 13:13:12 +01:00
Arnout Kazemier
d3b984d097 Fixed typo in documentation 2011-03-11 13:12:45 +01:00
Arnout Kazemier
924731b63a Merge branch 'jsdoc' of github.com:Hotelsnl/Socket.IO into jsdoc 2011-03-11 09:08:59 +01:00
Arnout Kazemier
8dca195ce3 Added some JSDocs 2011-03-10 22:23:24 +01:00
Arnout Kazemier
bdc37c1650 More documentation 2011-03-10 17:04:53 +01:00
Arnout Kazemier
6f3d47bd9c Work in progress of converting the files to JSDoc. Finished the transport.js but and started work on the other files. 2011-03-09 23:06:33 +01:00
Arnout Kazemier
d6665e9a1b Removed double var statements.. 2011-03-09 17:01:39 +01:00
Arnout Kazemier
0fcc9c07e9 Removed globals that where introduced by commit: 0a1a93b484 2011-03-09 16:25:48 +01:00
Arnout Kazemier
bddffb1e43 Removed pointless flashcheck codes. We are already bundling the SWFObject inside of the Socket.io.js
This functionality contains checking for flash availablity.

The new Flash check will also check on Flash version number as web-socket-js requires flash 10.0+
2011-03-09 15:59:24 +01:00
Arnout Kazemier
adde74610e Updated the README to reflect the API updates. Added .once support and support for .connect(fn); 2011-03-09 09:46:25 +01:00
Arnout Kazemier
2b48f93d46 First basic implemenation of .once but still need to figure out a way to also have the .once removed as it's wrapped in a function. Anyways this alone is enough to close bug #103 . Because we now have a once listener we can easily fix #38 2011-03-08 23:06:41 +01:00
Arnout Kazemier
7f6ca6eb17 This should fix https://github.com/LearnBoost/Socket.IO/issues/92 because the client will be broken anyways without JSON support we might as well throw an error. 2011-03-08 22:17:20 +01:00
Arnout Kazemier
8e91094cba MOAN, Now, i finally got the html working again... and than i start breaking the flashsocket.. >_< DAMN you privates 2011-03-08 17:02:30 +01:00
Arnout Kazemier
dee3c4511b Merge branch 'master' of git://github.com/LearnBoost/Socket.IO
Conflicts:
	socket.io.min.js
2011-03-07 20:00:36 +01:00
Guillermo Rauch
ec023737a4 Merge branch 'master' of github.com:LearnBoost/Socket.IO 2011-03-07 10:28:14 -08:00
Guillermo Rauch
d062c91027 Preparing 0.7 changelog 2011-03-07 10:27:41 -08:00
Guillermo Rauch
146cfc3253 Added Arnout to contributors 2011-03-07 09:43:00 -08:00
Arnout Kazemier
d860b4ff53 Updated the documentation with some of the missing options and propperties. 2011-03-07 15:03:56 +01:00
Arnout Kazemier
63ce0051be Updated the documentation in the README
Added reconnectionAttempts to the reconnecting event.
Delete redoTransports property when we reset.
2011-03-07 11:06:06 +01:00
Arnout Kazemier
0bd73fa84b Updated the builds after the merge 2011-03-06 19:56:08 +01:00
Arnout Kazemier
eae8020bff Merge branch 'master' of git://github.com/LearnBoost/Socket.IO
Conflicts:
	bin/build
2011-03-06 19:55:43 +01:00
Arnout Kazemier
484c27ea4c Merge branch 'master' of git://github.com/LearnBoost/Socket.IO into reconnect
Conflicts:
	bin/build
2011-03-06 19:52:34 +01:00
Arnout Kazemier
d69a8ce577 Removed once, because it's not that easy to remove the events you attach. Because when call our reset function, you also want to remove all attached listeners we required for the reconnect functionality. And, it's that bad if they are called multiple times. 2011-03-06 19:30:02 +01:00
Guillermo Rauch
83aa03900b Fixed; different port now considered cross-domain. 2011-03-06 00:05:45 -08:00
Guillermo Rauch
2921f50799 Merge branch 'master' of https://github.com/substack/Socket.IO into substack-master 2011-03-05 23:46:11 -08:00
Arnout Kazemier
01cbb21692 Updated the readme with a new event.
Updated the lib/socket with a new event.
Removed todo, as all is implemented.
Generated new builds
2011-03-05 21:51:55 +01:00
Arnout Kazemier
cd0b83a76a Inital draft of reconnection support.
This features some additons to the socket.io code, and fixing some inconsistencies.
2011-03-04 16:43:13 +01:00
Arnout Kazemier
8a62f4523a Produced new builds 2011-03-04 10:56:08 +01:00
Arnout Kazemier
5952bd965b Upgraded the build process to also produce a minified build.
The minification was done using uglifyjs and included in the vendor folder.
2011-03-04 10:47:38 +01:00
Arnout Kazemier
1d80b62da9 Removed unused files. + applied patch for the WebSocket flash fallback,
It throws errors if we are not listening to the onopen event. Fixed
in my personal web-socket-js and send pull request: https://github.com/gimite/web-socket-js/pull/60

But in order to use the latest version of web-socket-js I have applied it
here.
2011-03-04 10:18:56 +01:00
Arnout Kazemier
2fd7f0b130 Removed FABridge from build script, it's no longer needed as the flash fallback
is using ExternalInterface instead
2011-03-04 09:28:52 +01:00
Arnout Kazemier
d0189b0dc0 Updated the flash fallback to the latest version,
This no longer requires the use of FLABridge, so we can save allot filesize
2011-03-04 09:25:46 +01:00