Gráfico de Commits

13 Commits

Autor SHA1 Mensagem Data
Daniel Howard 5805778a17 Refactor server for flexibility. 2014-10-09 14:26:31 -07:00
Daniel Howard 58bdceef45 Replace cookies with params because cookies are not cross-domain. 2014-09-24 15:15:58 -07:00
Daniel Howard 48f51255a1 Use Socket.IO instead of HTTP when possible. 2014-07-18 15:49:01 -07:00
Daniel Howard 8b94d6c411 Use bi-directional events system instead of handcrafted messages. 2014-06-20 15:29:17 -07:00
Daniel Howard e1097a73d5 Fix JSONP. 2014-05-07 16:17:38 -07:00
Daniel Howard b52aab4136 Replace req.dev with /app URL. 2014-05-02 15:01:20 -07:00
Daniel Howard d0afe8590d Support JSONP to allow Apache integration. 2013-02-20 12:24:10 -08:00
Daniel Howard 9a9bbfef50 Don't pass on listen URL to avoid setHeader() console warning. 2012-09-19 12:20:56 -07:00
Joshua Gross dc8a4ab000 Add status message display to friends list; status message propigated. 2010-11-22 13:34:23 -06:00
Joshua Gross 00de205459 Fix issue #38, pass active request object to authentication library 2010-11-21 13:37:24 -06:00
Joshua Gross 3a2b35f2db Initial removal of ext.js; replace functions with small utils library 2010-09-23 15:49:54 -05:00
Joshua Gross 5f8c4d02c6 Workaround authentication for /dev URLs; get IM working across pages 2010-08-03 02:25:37 -04:00
Joshua Gross b7b5a874c4 Updated server for Express 1.0.0; reorganized modules; updated README
* Server now works with Express 1.0.0 (beta or beta2) and Connect
* `AjaxIM` is now `Hub` and functions as both manager and session middleware
* Authentication directory structure neatened
* Development controllers and views separated into `dev/` folder
* Client-side content moved to `client/` folder
* Updated installation instructions in README
2010-07-25 17:35:24 -07:00