Arnout Kazemier
a42496dd3c
Added test suite for the builder
2011-06-09 10:35:11 +02:00
Arnout Kazemier
6dd7120b71
Moved the comment block for node inside the ifstatement, so it get's removed after compilation
2011-06-09 10:13:50 +02:00
Arnout Kazemier
d2d6558f8f
Fixed the test suite again after someone, *cough* @rauchg *cough* delete all the qunit files and moved the files to a /dist folder
2011-06-09 10:06:05 +02:00
Arnout Kazemier
32a112bb87
Added the builder to the make file,
...
updated the builder to choose if we want to remove // node if statements
updated to the new file locations
disabled unfinished transports, need to be re-enabled once they are completed
2011-06-09 09:58:12 +02:00
Arnout Kazemier
8ddca3b7af
Added builder
2011-06-09 09:47:58 +02:00
Guillermo Rauch
e05b9ce990
Added other necessary io public properties.
2011-06-08 20:49:46 -03:00
Guillermo Rauch
c004ec92ba
Changed; package.json now server-side *and* browserify compatible.
2011-06-07 20:14:18 -03:00
Guillermo Rauch
294d55a43f
Implemented dist/ directory in builder.
2011-06-07 20:14:09 -03:00
Guillermo Rauch
e34906c650
Added dist/ directory.
2011-06-07 19:29:45 -03:00
Guillermo Rauch
8438dcf309
Adjusted package.json
2011-06-07 19:12:55 -03:00
Guillermo Rauch
49c0a0e7e8
Added .npmignore
2011-06-07 17:56:35 -03:00
Guillermo Rauch
a9573b061f
Added .gitignore
2011-06-07 17:56:24 -03:00
Guillermo Rauch
15fefa0664
Changed; Transport#send is now only concerned with strings.
2011-06-07 17:13:18 -03:00
Guillermo Rauch
688497239f
Changed; style fixes.
2011-06-07 17:13:08 -03:00
Guillermo Rauch
631ad0ddad
Added Transport#packet.
...
Changed; Transport#onHeartbeat now leverages Transport#Packet.
2011-06-07 17:12:41 -03:00
Guillermo Rauch
56c67784d4
Added Socket#packet.
...
Removed Socket#send.
2011-06-07 17:11:54 -03:00
Guillermo Rauch
caa61e1f60
SocketNamespace#packet now calls Socket#packet.
2011-06-07 17:11:39 -03:00
Guillermo Rauch
2ccda648b4
Removed old tests location.
2011-06-07 17:00:48 -03:00
Guillermo Rauch
4df16105b1
Merge pull request #174 from 3rd-Eden/develop
...
Heartbeats and connect
2011-06-07 12:19:52 -07:00
Arnout Kazemier
5be17ed500
Connect event should now fire again..
2011-06-07 21:15:22 +02:00
Arnout Kazemier
343779bb1b
Don't double encode.. Removed .packet and just updated heartbeat to do a .send instead
2011-06-07 20:53:06 +02:00
Arnout Kazemier
87e8f7888e
Fixed missing .packet method
2011-06-06 22:41:04 +02:00
Guillermo Rauch
d4788e7e2a
Replaced testing files.
2011-06-06 13:22:15 -03:00
Guillermo Rauch
c83764f99f
Fixed error and disconnect handling for subsockets.
...
Added onConnect call in onOpen.
2011-06-06 12:36:19 -03:00
Guillermo Rauch
4926211566
Fixed decodePacket reference.
2011-06-06 12:31:48 -03:00
Guillermo Rauch
c5ccaa9adc
Added missing packet parameter.
2011-06-06 12:25:10 -03:00
Guillermo Rauch
c9e674ab51
Merge pull request #173 from dvv/develop
...
Second chunk of fixes, cumulative with #170
2011-06-06 07:39:31 -07:00
Vladimir Dronnikov
ca4e2f5dcf
WS#prepareUrl should override Transport#prepareUrl
2011-06-06 08:16:10 -04:00
Vladimir Dronnikov
2ddd53d46c
WS#connect -> WS#open
2011-06-06 08:02:17 -04:00
Vladimir Dronnikov
55b98e282e
Merge branch 'develop' of github.com:3rd-Eden/Socket.IO into develop
2011-06-06 07:44:42 -04:00
Vladimir Dronnikov
0c52c5c3b2
cleanup
2011-06-06 07:40:41 -04:00
Arnout Kazemier
2c4350afbd
Merge branch 'develop' of git://github.com/dvv/Socket.IO into develop
2011-06-06 13:40:16 +02:00
Vladimir Dronnikov
3be0ff1043
rebuilt minified
2011-06-06 07:29:22 -04:00
Vladimir Dronnikov
e365ae8ec7
typo. Socket#onConnect() is given use
2011-06-06 07:28:09 -04:00
Arnout Kazemier
07e3605f92
Websocket so send error to socket.onError not to websocket.onError which will cause a loop
2011-06-06 13:20:06 +02:00
Vladimir Dronnikov
21e730fe60
Merge branch 'develop' of github.com:3rd-Eden/Socket.IO into develop
2011-06-06 07:17:46 -04:00
Arnout Kazemier
979f692921
Renamed this.socket to this.websocket as it clashes with the Socket instance in the tranport.. which is also called this.socket
2011-06-06 13:10:54 +02:00
Vladimir Dronnikov
4e5f83587a
Merge branch 'develop' of github.com:3rd-Eden/Socket.IO into develop
2011-06-06 04:52:24 -04:00
Arnout Kazemier
f864d2ec72
Fixes wrong inhert & mixin arguments + added io.sockets
2011-06-06 10:46:00 +02:00
Vladimir Dronnikov
c260ad8756
Merge branch 'develop' of github.com:3rd-Eden/Socket.IO into develop
...
Conflicts:
lib/transports/websocket.js
socket.io.min.js
2011-06-06 03:47:42 -04:00
Vladimir Dronnikov
d1f1ce4575
this typos
2011-06-06 03:40:31 -04:00
Arnout Kazemier
02ba0d7db8
Updated to the correct position of the parsers
2011-06-05 21:38:33 +02:00
Arnout Kazemier
e04f5e36b2
Use native JSON if it's supported
...
Updated reference in transport to the new location of the parser
Updated the test suite to use the io.JSON
2011-06-05 21:32:38 +02:00
Arnout Kazemier
0dae527615
Small refactor of the test suite to use equal instead of ok
2011-06-05 21:14:35 +02:00
Arnout Kazemier
766f5d595e
Added qunit test suite for the parser
2011-06-05 20:58:53 +02:00
Arnout Kazemier
c8c2c6ede4
add all parse methods under the parser namespace
2011-06-05 19:34:55 +02:00
Arnout Kazemier
478894bc35
new builds
2011-06-02 22:41:47 +02:00
Arnout Kazemier
6451fd6b2c
Added util qunit test
2011-06-02 22:41:20 +02:00
Arnout Kazemier
e2a5ff8fbe
fancy pancy redcarpet highlight
2011-06-02 22:39:20 +02:00
Arnout Kazemier
796506f91a
Fixed uniqueUri as parseUri doesn't return :// for protocols
...
it https should default to port 443 instead of port 80
the merge function now allows deep merges without chocking on recursion
2011-06-02 22:33:35 +02:00