Gráfico de Commits

80 Commits

Autor SHA1 Mensagem Data
Daniel Howard c8747974ee Add User.close() to a session's timer and connections. 2014-06-27 15:02:51 -07:00
Daniel Howard d6caf96690 Remove User.respond() and call jsonp() directly. 2014-06-27 14:07:47 -07:00
Daniel Howard 8b94d6c411 Use bi-directional events system instead of handcrafted messages. 2014-06-20 15:29:17 -07:00
Daniel Howard 5226091385 Fix file format for EGit. 2014-05-13 12:28:15 -07:00
ajaximrpg a89a9f0ac4 Initial import. 2014-05-13 12:23:02 -07:00
Daniel Howard 519ae5c751 Remove obsolete daemon code and cookie pages. 2014-05-09 15:10:17 -07:00
Daniel Howard 014375eea3 Set 'sessionid' cookie automatically. 2014-05-07 16:41:35 -07:00
Daniel Howard e1097a73d5 Fix JSONP. 2014-05-07 16:17:38 -07:00
Daniel Howard 26282c4929 Add charset to suppress browser warning. 2014-05-07 15:51:37 -07:00
Daniel Howard b52aab4136 Replace req.dev with /app URL. 2014-05-02 15:01:20 -07:00
Daniel Howard ad03007044 Fix "status updates before adding listeners" bug. 2014-05-02 14:22:59 -07:00
Daniel Howard b38ba6a3c5 Upgrade jQuery from 1.4.1 to 1.11.0. 2014-05-01 16:09:43 -07:00
Daniel Howard 8c26db802f Use same uid() function on server and client. 2014-05-01 15:29:19 -07:00
Daniel Howard 7a7015078a Fix "all requests marked dev" bug. 2014-05-01 15:14:02 -07:00
Daniel Howard 2742cdd014 Merge branch 'master' of https://github.com/ajaximrpg/AjaxIM.git 2014-04-29 13:44:06 -07:00
ajaximrpg c1d9011d70 Delete .project 2014-04-29 13:41:43 -07:00
Daniel Howard 884e776d3e Update to run on node v0.10.26. 2014-04-29 13:11:13 -07:00
Daniel Howard 677587ca05 Eclipse project. 2013-04-26 12:33:49 -07:00
Daniel Howard d0afe8590d Support JSONP to allow Apache integration. 2013-02-20 12:24:10 -08:00
Daniel Howard 5be7d482e7 Improve cookies.get() to handle both non-JSON values, too. 2013-02-20 12:19:01 -08:00
ajaximrpg ea69a15a62 Merge pull request #52 from mburtscher/patch-1
Allow server to return multiple messages in one response.
2012-10-05 10:05:27 -07:00
ajaximrpg 6899d8e63d Merge pull request #56 from ajaximrpg/master
Upgraded code for node 0.8.9
2012-10-04 12:52:35 -07:00
Daniel Howard c819c7ec43 Fix copyright list formatting. 2012-09-19 12:48:29 -07:00
Daniel Howard 8d2675e328 Update for node 0.8.9. 2012-09-19 12:28:15 -07:00
Daniel Howard c44ec4751d Revise for express and connect package changes and node 0.8.9. 2012-09-19 12:26:31 -07:00
Daniel Howard 9a9bbfef50 Don't pass on listen URL to avoid setHeader() console warning. 2012-09-19 12:20:56 -07:00
Daniel Howard 3be668abaf Limit users to 10 for easier dev demo. 2012-09-19 11:24:44 -07:00
Daniel Howard b98e531bca Use cookie package; connect package no longer supports cookies. 2012-09-19 11:22:32 -07:00
Daniel Howard 02896ecc4a Update format for jade 0.27.4 (node 0.8.9). 2012-09-19 11:19:36 -07:00
Daniel Howard 43289d0d17 Use session storage to stop storing username too long. 2012-09-19 11:18:54 -07:00
Daniel Howard eeac0be514 Show offline users for better demo. 2012-09-19 11:18:14 -07:00
Joshua Gross f00a7fe1c3 Mark project as no longer in active development. 2012-01-09 10:14:45 -05:00
mburtscher eb5a174e3b Allow server to return multiple messages in one response. Quite useful since you generate fewer requests and the implementation on server side is easier ... 2011-07-22 04:34:37 -07:00
Joshua Gross 053795c875 Add wiki link to README 2010-12-30 11:51:55 -05:00
Joshua Gross 4cd2d4f406 Adjust /dev jade layout for latest version of Jade (0.6.0) 2010-12-22 00:13:25 -05:00
Joshua Gross e43ecf2c82 Update README 2010-11-22 13:46:33 -06: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 263b00b5cd Fix issue #37; some code cleanup. 2010-11-21 11:59:17 -06:00
Joshua Gross 409199ea97 Status panel implementation completed; offline/reconnect feature added. 2010-11-21 11:39:52 -06:00
Joshua Gross 3d667cf94b Merge branch '35-remove-ext' 2010-09-29 08:51:29 -05:00
Joshua Gross df28002475 Fix for jade chat template throwing error 2010-09-27 14:29:47 -05:00
Joshua Gross e90343e072 Replace stray references to ext.js functions 2010-09-24 19:54:45 -05: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 46fdfb74c3 Update README install instructions; replace connect refs with express. 2010-09-13 22:58:16 -05:00
Johan Euphrosine a16b250bd1 add ext.js dependency in installation instructions 2010-09-10 10:40:42 +02:00
Joshua Gross 115480d535 Add testing instructions to README 2010-08-08 19:07:32 -04:00
Joshua Gross bf45db98a5 Fix listener response issues; add debug function to client-side. 2010-08-05 23:58:53 -04:00
Joshua Gross 1d66d44a5d Stop storing tab object using data; fix textbox autosizing. 2010-08-05 15:35:33 -04:00
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