Tidied folder structure + Node port
authorDarren <darren@darren-vm.(none)>
Fri, 15 Jul 2011 14:59:30 +0000 (15:59 +0100)
committerDarren <darren@darren-vm.(none)>
Fri, 15 Jul 2011 14:59:30 +0000 (15:59 +0100)
commit5bb74b5b96f3d936eefa56702040297719a76d94
treeb7c259b1bece9108ff6ebbc95c5ba7b3c6191e28
parent54f4a22eb16ca39ebef1a57449634f8d236fd8a7
Tidied folder structure + Node port
44 files changed:
config.php
index.php
js/front.js
js/gateway.js
node/client/gateway.js [new file with mode: 0644]
node/kiwi.js [new file with mode: 0644]
node/lib/starttls.js [new file with mode: 0644]
node/lib/underscore.min.js [new file with mode: 0644]
node/node_modules/socket.io-client/dist/WebSocketMain.swf [new file with mode: 0644]
node/node_modules/socket.io-client/dist/WebSocketMainInsecure.swf [new file with mode: 0644]
node/node_modules/socket.io-client/dist/socket.io.js [new file with mode: 0644]
node/node_modules/socket.io-client/dist/socket.io.min.js [new file with mode: 0644]
node/node_modules/socket.io/.gitignore [new file with mode: 0644]
node/node_modules/socket.io/.npmignore [new file with mode: 0644]
node/node_modules/socket.io/History.md [new file with mode: 0644]
node/node_modules/socket.io/Makefile [new file with mode: 0644]
node/node_modules/socket.io/Readme.md [new file with mode: 0644]
node/node_modules/socket.io/TODO [new file with mode: 0644]
node/node_modules/socket.io/index.js [new file with mode: 0644]
node/node_modules/socket.io/lib/logger.js [new file with mode: 0644]
node/node_modules/socket.io/lib/manager.js [new file with mode: 0644]
node/node_modules/socket.io/lib/namespace.js [new file with mode: 0644]
node/node_modules/socket.io/lib/parser.js [new file with mode: 0644]
node/node_modules/socket.io/lib/socket.io.js [new file with mode: 0644]
node/node_modules/socket.io/lib/socket.js [new file with mode: 0644]
node/node_modules/socket.io/lib/store.js [new file with mode: 0644]
node/node_modules/socket.io/lib/stores/memory.js [new file with mode: 0644]
node/node_modules/socket.io/lib/stores/redis.js [new file with mode: 0644]
node/node_modules/socket.io/lib/transport.js [new file with mode: 0644]
node/node_modules/socket.io/lib/transports/flashsocket.js [new file with mode: 0644]
node/node_modules/socket.io/lib/transports/htmlfile.js [new file with mode: 0644]
node/node_modules/socket.io/lib/transports/http-polling.js [new file with mode: 0644]
node/node_modules/socket.io/lib/transports/http.js [new file with mode: 0644]
node/node_modules/socket.io/lib/transports/index.js [new file with mode: 0644]
node/node_modules/socket.io/lib/transports/jsonp-polling.js [new file with mode: 0644]
node/node_modules/socket.io/lib/transports/websocket.js [new file with mode: 0644]
node/node_modules/socket.io/lib/transports/xhr-polling.js [new file with mode: 0644]
node/node_modules/socket.io/lib/util.js [new file with mode: 0644]
node/node_modules/socket.io/new-old/app.js [new file with mode: 0644]
node/node_modules/socket.io/new-old/index.jade [new file with mode: 0644]
node/node_modules/socket.io/new-old/layout.jade [new file with mode: 0644]
node/node_modules/socket.io/new-old/package.json [new file with mode: 0644]
node/node_modules/socket.io/new-old/public/js/main.js [new file with mode: 0644]
node/node_modules/socket.io/package.json [new file with mode: 0644]