Commit Graph

7876 Commits

Author SHA1 Message Date
Seth Call e881b19245 * adding in-progress connection cleaner class 2012-10-17 19:39:43 -05:00
Seth Call 0e4d5a13f8 * removing session topic concept; instead sending to a session causes a message to be created for each client 2012-10-16 22:50:28 -05:00
Seth Call 9205b35bc0 Merge branch 'VRFS-19' 2012-10-16 22:49:48 -05:00
Seth Call c8d255dde9 *VRFS-19 finishing touches on publishing user_joined_session from jam-web 2012-10-16 22:49:24 -05:00
Seth Call 6650bf889a Merge branch 'VRFS-19' 2012-10-16 22:48:40 -05:00
Seth Call fd9770f0f3 * VRFS-19; finishing touches on making session messaging work via jam-web 2012-10-16 22:48:10 -05:00
Jonathon Wilson d74c7c7202 resolve merge conflict 2012-10-16 20:35:16 -06:00
Jonathon Wilson bee3187e5a Notes for next steps 2012-10-16 20:30:00 -06:00
Seth Call b829a0cdc3 * VRFS-19: adding amqp and logging gem to jam-ruby 2012-10-16 07:15:09 -05:00
Seth Call d976fde213 * adding logging-rails railtie in, so that use of 'logging' gem in jam-rby works. also adds color to console out, and log rotation in production without any thought, so why not 2012-10-16 07:14:27 -05:00
tihot_jk c1c5faaa03 Changed the client to join the session after creating it. 2012-10-16 01:44:33 -07:00
Seth Call a1cb141fab * VRFS-19; wip 2012-10-15 21:11:49 -05:00
Seth Call 6128621ce6 * VRFS-19 - jam-ruby looks to have client messaging integrated, but need to see if it works when used in jam-web 2012-10-15 21:09:57 -05:00
Brian Smith 848154eb33 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2012-10-15 08:54:01 -04:00
Brian Smith aaade12b59 more friend API development 2012-10-15 08:46:51 -04:00
Seth Call cb9ec9c636 * usitng pb_msg and not msg to extract message 2012-10-15 06:38:33 -05:00
tihot_jk d195ec78dd Disable the p2p message test and reenable the ping messages. 2012-10-15 02:39:32 -07:00
tihot_jk b96a4b8f36 Hooking up the JS bridge to C++ and p2p messages. 2012-10-15 02:23:58 -07:00
tihot_jk 8397291ab1 Renaming message_factory.js to AAB_message_factory.js 2012-10-15 02:19:35 -07:00
tihot_jk 019fe8fc36 Adding p2p message type. 2012-10-15 02:13:22 -07:00
Brian Smith c407fcfd86 model updates 2012-10-15 00:14:40 -04:00
Brian Smith d7fb9850e8 include friend_request in jam_ruby 2012-10-14 22:02:55 -04:00
Jonathon Wilson 2c0690bb34 Add a simple self-ping 5 times upon login as a test. 2012-10-14 13:54:12 -06:00
Jonathon Wilson ade0928bdc Change 'target' to 'route_to' in websocket messages 2012-10-14 10:56:09 -06:00
Jonathon Wilson f6e21c41df Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2012-10-14 10:10:42 -06:00
Jonathon Wilson 1be39b2c18 JS Organization. Investigation of websocket connections. 2012-10-14 09:48:56 -06:00
Brian Smith 1fa514b2bd added /friends subresource for user API 2012-10-14 00:29:49 -04:00
Brian Smith daa042630d formatting 2012-10-14 00:21:52 -04:00
Brian Smith a36eec81c5 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2012-10-13 22:22:30 -04:00
Brian Smith 8da4d1a42d friend API development 2012-10-13 22:22:13 -04:00
Brian Smith a1f911086b Merge branch 'master' of bitbucket.org:jamkazam/jam-ruby 2012-10-13 22:18:42 -04:00
Brian Smith cccae35a97 friend API development 2012-10-13 22:18:20 -04:00
Brian Smith 0f261ee834 merge 2012-10-13 22:17:40 -04:00
Brian Smith 6e1293b6cf added friend_requests table 2012-10-13 22:16:31 -04:00
Seth Call 1bbf3248b2 * websocket-gateway updated to support p2p session 2012-10-13 17:55:01 -05:00
Seth Call 67087c3370 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2012-10-13 17:53:11 -05:00
Seth Call 3f6c343e4c * client_id required by /api/sessions/#id/participants now 2012-10-13 17:51:51 -05:00
Seth Call ef968fb29d * fixing tests for new client_id field 2012-10-13 17:51:08 -05:00
Seth Call ba473ee9c9 * merging in FriendUpdate 2012-10-13 17:48:35 -05:00
Seth Call 43b51168bc * adding PingRequest, PingAck, and TestClientMessage (all p2p messages) 2012-10-13 17:47:10 -05:00
Seth Call 961a236deb * p2p.sql added--client_id added to music_session_clients table 2012-10-13 17:46:40 -05:00
Seth Call bd047b0eea Merge branch 'master' of bitbucket.org:jamkazam/jam-ruby 2012-10-10 22:33:58 -05:00
Seth Call 754194f4f4 * adding client_id for p2p messaging 2012-10-10 22:33:54 -05:00
Seth Call c711fa932b * p2p initial version implemented and particially tested 2012-10-10 22:04:43 -05:00
Brian Smith ed87614309 corrected misspelled semaphore variable 2012-10-09 01:03:49 -04:00
Brian Smith 007b1e67d2 fixed issue with connection cleanup 2012-10-08 23:06:39 -04:00
Brian Smith c388f9e169 fixed bug 2012-10-08 21:26:06 -04:00
Brian Smith 76883a0d7e minor refactor to be consistent with session directed messages 2012-10-07 16:51:43 -04:00
Brian Smith 5ba13fa893 fixed issues found in unit tests 2012-10-07 14:02:26 -04:00
Brian Smith c3616a0cb3 fixed issues found in unit tests 2012-10-07 14:01:48 -04:00