Daniel Howard
5805778a17
Refactor server for flexibility.
2014-10-09 14:26:31 -07:00
Daniel Howard
ba32c3b727
Replace homebrew triggerEvent()/onEvent() with jQuery on()/trigger().
2014-09-24 14:56:31 -07:00
Daniel Howard
a6ef421f79
Replace get() and post() calls with request() calls.
2014-09-24 14:29:52 -07:00
Daniel Howard
9f7c470b05
Move get(), post() and request() to be non-static.
2014-09-12 16:30:51 -07:00
Daniel Howard
c75b3d2f31
Store sessionid in store instead of in cookies.
2014-09-12 14:31:46 -07:00
Daniel Howard
7658637231
Default chat textarea to 16 pixels.
2014-08-28 13:06:36 -07:00
Daniel Howard
9e7ab46683
Hide .imjs-scroll after loading theme.
2014-08-28 11:11:58 -07:00
Daniel Howard
48f51255a1
Use Socket.IO instead of HTTP when possible.
2014-07-18 15:49:01 -07:00
Daniel Howard
acf9bffb7e
Detect and create a Socket.IO object.
2014-07-02 15:12:46 -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
8b94d6c411
Use bi-directional events system instead of handcrafted messages.
2014-06-20 15:29: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
b52aab4136
Replace req.dev with /app URL.
2014-05-02 15:01:20 -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
d0afe8590d
Support JSONP to allow Apache integration.
2013-02-20 12:24:10 -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
Daniel Howard
eeac0be514
Show offline users for better demo.
2012-09-19 11:18:14 -07: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
dc8a4ab000
Add status message display to friends list; status message propigated.
2010-11-22 13:34:23 -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
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
Joshua Gross
5f8c4d02c6
Workaround authentication for /dev URLs; get IM working across pages
2010-08-03 02:25:37 -04:00
Joshua Gross
1806a93762
Breakout client/js/im.js into multiple files for clarity.
2010-07-28 01:40:53 -07:00
Joshua Gross
78ac74f202
Add contribution and style guide to README.md
2010-07-26 17:22:35 -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