Guillermo Rauch
159ad73ba3
Fixed readme
0.7.0
2011-06-21 06:30:11 -03:00
Guillermo Rauch
2838f252cf
Some readme fixes. Broadcast clarification, added rooms.
2011-06-21 06:22:11 -03:00
Guillermo Rauch
e5266b54dc
Added new contributor extraordinaire.
2011-06-21 06:13:52 -03:00
Guillermo Rauch
962736a47a
Reverting to more lightweight htmlfile framing.
2011-06-21 04:59:29 -03:00
Guillermo Rauch
57d33a4a97
Remove graceful close, as web implementations don't need it.
2011-06-21 01:09:11 -03:00
Guillermo Rauch
5518f8cb2c
Added support for CORS of POST requests.
2011-06-21 01:08:25 -03:00
Guillermo Rauch
e55c5e91fb
Fix for htmlfile
2011-06-20 17:50:26 -03:00
Guillermo Rauch
ae5ace723e
Merge branch 'master' of github.com:LearnBoost/Socket.IO-node
2011-06-20 17:34:40 -03:00
Guillermo Rauch
191d68d85f
Workaround for race condition
2011-06-20 17:34:16 -03:00
Guillermo Rauch
35610dfd8c
Merge pull request #260 from 3rd-Eden/master
...
chat example
2011-06-20 01:26:46 -07:00
Arnout Kazemier
043b5e8063
Only require flashpolicy when the we create a function
...
Fixes for handshakes
2011-06-20 10:04:01 +02:00
Arnout Kazemier
8115cbacee
Added reconnect advice from broken handshakes + deadcode removal
2011-06-20 00:14:36 +02:00
Arnout Kazemier
32bf6fecd4
Return instead of wrapping code in a big if statement
2011-06-19 22:33:15 +02:00
Arnout Kazemier
dea523465a
Removed my peanuts
2011-06-19 22:29:53 +02:00
Arnout Kazemier
5032cb25d0
clean up
2011-06-19 22:28:13 +02:00
Arnout Kazemier
aeb8832c1d
Only emit discconect if the user actually has a nickname
2011-06-19 21:42:53 +02:00
Arnout Kazemier
e9bb2e732c
Merge branch 'master' of https://github.com/LearnBoost/Socket.IO-node
2011-06-19 11:12:34 +02:00
Arnout Kazemier
f79c625657
Added error handling, and output details to console
2011-06-18 22:17:58 +02:00
Guillermo Rauch
75f54a56e1
Merge pull request #259 from 3rd-Eden/master
...
Update unit test + send buffers instead of strings
2011-06-18 12:45:06 -07:00
Arnout Kazemier
78285af72f
Fix for encoding of the static serve and we should send buffers instead of strings
2011-06-18 21:37:54 +02:00
Guillermo Rauch
d90014f4ee
Merge pull request #258 from 3rd-Eden/master
...
Improved static serving
2011-06-18 12:20:38 -07:00
Arnout Kazemier
32db05d178
Passes test suite + 2 new tests
2011-06-18 21:12:11 +02:00
Arnout Kazemier
dba93a1bb3
lib/
2011-06-18 20:28:13 +02:00
Arnout Kazemier
567140e183
-- console.dir
2011-06-18 20:15:55 +02:00
Arnout Kazemier
b1837f348e
Improved static serving of content
2011-06-18 20:14:58 +02:00
Guillermo Rauch
b0147f3af8
Merge branch 'master' of github.com:LearnBoost/Socket.IO-node
2011-06-18 10:14:05 -03:00
Guillermo Rauch
13e7f4087a
Exports WSClient
2011-06-18 10:13:38 -03:00
Guillermo Rauch
de1b62c75c
Merge pull request #257 from 3rd-Eden/master
...
Call the init for the correct transport
2011-06-18 06:06:32 -07:00
Arnout Kazemier
0400a51b91
Should init the transport with the init function
...
not the flashsocket each time
2011-06-18 11:17:16 +02:00
Guillermo Rauch
4079da41f3
Changed; simplified flash socket client by inheriting from websocket test client.
...
Removed usage of assert
Improved usage of should.js
- leveraged should.include.string for strings `indexOf`
- leveraged should.contain for arrays `indexOf`
- removed usage of `ok` and `!!`
- added better error checks
Fixed style.
2011-06-18 04:45:14 -03:00
Guillermo Rauch
2be18c8324
Fixed style.
...
Changed; make sure logging is lowercase.
2011-06-18 04:43:23 -03:00
Guillermo Rauch
b928e77fd1
Changed non-socket.io scope requests logging since it was confusing users.
2011-06-18 04:43:01 -03:00
Guillermo Rauch
c2e48f36b2
Changed; attempt to initialize all transports.
2011-06-18 04:42:33 -03:00
Guillermo Rauch
54e78277c0
Changed nickname in irc example.
2011-06-18 04:42:04 -03:00
Guillermo Rauch
3116b8b091
Merge pull request #256 from 3rd-Eden/master
...
flashsocket
2011-06-17 18:49:45 -07:00
Arnout Kazemier
ab0c0d110c
Added tests for the policy file server
...
Changed `update:` back to `set:` because it's more pretty
2011-06-18 01:13:44 +02:00
Arnout Kazemier
26a30c5863
Added WIP flashsocket
2011-06-17 23:10:23 +02:00
Guillermo Rauch
e16f1832ac
Merge branch 'master' of github.com:LearnBoost/Socket.IO-node
2011-06-17 16:14:40 -03:00
Guillermo Rauch
2a3e10f95d
Updated jsonp-polling testing client POST.
2011-06-17 15:51:12 -03:00
Guillermo Rauch
72936ef1c5
Changed; JSONP flagged for POST url decoding.
2011-06-17 15:50:53 -03:00
Guillermo Rauch
ad8f7866cb
Added support for urlencoded POST.
2011-06-17 15:50:40 -03:00
Guillermo Rauch
0c324e0030
Fixed json-p polling comment header.
2011-06-17 14:47:21 -03:00
Guillermo Rauch
5e2ab3926f
Merge pull request #253 from 3rd-Eden/master
...
Updated notifications
2011-06-16 14:45:33 -07:00
Arnout Kazemier
070d76d1d5
Added test suite, updated set to update and enabled it in enable and disable commands
2011-06-16 22:51:25 +02:00
Arnout Kazemier
7646e09a1d
receive updates of config changes
2011-06-16 22:31:53 +02:00
Guillermo Rauch
cddae4226c
Fixed drained setting in the HTMLFile transport.
2011-06-16 14:52:52 -03:00
Guillermo Rauch
1a3fc57ba4
Fixed WebSocket#flush.
...
Fixed style.
2011-06-16 14:52:34 -03:00
Guillermo Rauch
b94320fb97
Changed; improved instrumentation for setting request.
2011-06-16 13:59:01 -03:00
Guillermo Rauch
99ab97af6d
Changed; custom browser client handler is now a middleware-like function.
...
Changed; client can be disabled altogether.
Changed; made client minification optional.
Changed; made client etag serving optional.
Added appropriate new tests.
2011-06-16 13:37:26 -03:00
Guillermo Rauch
32d50f77c7
Added Manager#configure callbacks scope test.
2011-06-16 13:37:00 -03:00