6 Commits

Autor SHA1 Mensagem Data
Joshua Gross 8338810e21 Replace jQuery.md5.js with md5.js (GPL vs BSD); add jQuery-inspired Makefile 2010-08-05 11:34:39 -04:00
Joshua Gross 5f8c4d02c6 Workaround authentication for /dev URLs; get IM working across pages 2010-08-03 02:25:37 -04:00
Joshua Gross 728711939f Add daemonizing module, settings, and compile instructions. 2010-07-27 20:04:08 -07: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
Joshua Gross 27255ac23d Get listening, friends list, and basic messaging working. 2010-07-06 09:51:56 -07:00
Joshua Gross 833883928a Give Ajax IM a proper web framework with Express.js (bug 17)
Start bugs 17, 12, 13

* Begin integration of Express.js grammar into Ajax IM server (bug 17)
* Add basic framework for various chat object (User, Message, Room,
  Notification) (bug 12)
* Begin bringing Ajax IM up to speed with Node.js (assisted by bug 17) (bug 13)
2010-06-20 19:01:14 -07:00