Gráfico de Commits

90 Commits

Autor SHA1 Mensagem Data
Daniel Howard 48f51255a1 Use Socket.IO instead of HTTP when possible. 2014-07-18 15:49:01 -07:00
Daniel Howard 1678ebb345 Refactor to make code more compact. 2014-07-02 15:20:23 -07:00
Daniel Howard acf9bffb7e Detect and create a Socket.IO object. 2014-07-02 15:12:46 -07:00
Daniel Howard dff403f604 Refactor make init cleaner. 2014-07-02 14:40:53 -07:00
Daniel Howard 80d5d177f5 Use hub instead of random numbers to create username and friend's lists. 2014-06-27 16:58:27 -07:00
Daniel Howard 786aec2505 Add new users to friend's list automatically in _friendUpdate(). 2014-06-27 16:42:02 -07:00
Daniel Howard 438ea86155 Fix _friendUpdate() to send correct string to l10n. 2014-06-27 16:40:24 -07:00
Daniel Howard ed404bffcb Add hub as argument #3 to authentication calls. 2014-06-27 15:37:18 -07:00
Daniel Howard 1b1a7a5159 Fix off-by-1 bug in User.close(). 2014-06-27 15:29:58 -07:00
Daniel Howard fd191229a0 Delete and close a session when it is reaped. 2014-06-27 15:04:17 -07:00
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