Commit Graph
99 Commits
Author SHA1 Message Date
talksik 10ac1626ab more logic for getting conversation if it's not there but should be 2022-06-11 12:40:17 -05:00
talksik 298a989cd9 quick dial and creating conversations 2022-06-11 12:25:41 -05:00
talksik 4527d110d7 nice checking if exists or not 2022-06-11 11:15:39 -05:00
talksik 701ae1fdde adding in check route for one on one 2022-06-11 10:40:10 -05:00
talksik f2f5148d35 new practice of simplifying responses 2022-06-11 10:26:07 -05:00
talksik acc80ad151 get public user working 2022-06-11 10:24:54 -05:00
talksik 3855690181 adding sorting of conversations 2022-06-11 10:21:00 -05:00
talksik c898402b31 cleaning up api and testing getting conversations and such 2022-06-11 10:18:27 -05:00
talksik e39316eeff whole create flow with error handling and such 2022-06-11 09:45:47 -05:00
talksik 3342654431 creating conversation sort of working but not fully 2022-06-11 09:12:02 -05:00
talksik 4225a5a029 create conversation should work with frontend objectIds 2022-06-11 09:00:49 -05:00
talksik c98e564098 more error handling for create conversation routre 2022-06-11 08:33:25 -05:00
talksik 92aea9de25 cleaning up api and adding in conversation create route 2022-06-11 08:28:43 -05:00
talksik 68299668a7 getting rid of old collections in code and database 2022-06-10 06:08:18 -05:00
talksik 0eda972f29 Update user.ts 2022-06-10 05:51:39 -05:00
talksik fb597b8c31 more junk from core 2022-06-10 05:33:31 -05:00
talksik 445d1ef522 throwing away bunch of garbage 2022-06-10 05:29:30 -05:00
talksik 4879d3fb80 adding boilerplate for database validations 2022-06-08 08:16:27 -05:00
talksik 0156aa692e fixed stable state 2022-06-08 06:07:37 -05:00
talksik 9bf2507cdc adding more stuff and having more production 2022-06-08 06:03:07 -05:00
talksik 82db26e994 cleanup 2022-06-08 05:56:48 -05:00
talksik 8ee150d694 nice showing streams of both people
cannot addStream before the full connection process has happened? otherwise keep getting race conditions? idk why honestly
2022-05-19 09:08:33 -05:00
talksik b11fc9d38f fixing small bug with answering and such 2022-05-19 08:40:22 -05:00
talksik b4cf4c1bd2 setting up back and forth calling as before 2022-05-19 08:21:47 -05:00
talksik bed932875a setting up boilerplate for notifying others of this new line
but need a better system of loading and adding lines to each client on their own code
2022-05-18 07:38:31 -05:00
talksik 6eac8d97e1 queue working? 2022-05-14 17:03:48 -05:00
talksik 9a1207a939 getting calling system all good I thinki 2022-05-14 11:58:24 -05:00
talksik 723427b7cc cleaning up tuning and untuning keeping it simple 2022-05-14 11:08:37 -05:00
talksik bc202ba9db adding more logic for tuning in and untuning 2022-05-14 09:10:18 -05:00
talksik 7b70c4b023 cleaning a bunch and adding in the right handlers for sockets much cleaner 2022-05-14 08:15:34 -05:00
talksik fc9efed3e2 auth and socket connections linear and slow progress but cleaner? 2022-05-13 06:20:08 -05:00
talksik 5814edbf0f fixing bug 2022-05-09 17:48:23 -05:00
talksik d849e58049 incomplete, not sure of priority of this 2022-05-09 07:51:34 -05:00
talksik 6869b5fd26 Update index.ts 2022-05-09 05:18:20 -05:00
talksik ffbb6b6f31 fixing the bug with transport closed disconnection 2022-05-08 13:33:10 -05:00
talksik 26e6a141f1 handling disconnection better
just know the whole socket thing will improve with better code that can scale later on...know that ill never be happy with it, but just live with it and make sure that the data flow is understandable and clean
2022-05-08 13:13:42 -05:00
talksik b16778fa8d getting main flow of everything but don't know if it works 2022-05-07 17:45:26 -05:00
talksik a1e13267cb ungrayscale if connected 2022-05-07 15:25:06 -05:00
talksik 424b1c56a4 untuning with escape...which should then remove from tunedids list and thus the source of truth whether or not to render the peer connector and rtc stuff 2022-05-07 14:24:01 -05:00
talksik a41753b574 prop only changing with new object...should have knowne 2022-05-07 13:31:30 -05:00
talksik d8ece9eb51 fixing fixing bug changing the query data 2022-05-07 13:13:47 -05:00
talksik 19abc4b9fa some process in the web sockets ruining the linesmap 2022-05-07 12:22:47 -05:00
talksik c6c592c214 handling toggle tuning in and just tuning in 2022-05-07 11:23:11 -05:00
talksik f0120b19cf more changes with listeners and having a render test to maek sure that once we have peer connections we don't change it 2022-05-07 10:26:58 -05:00
talksik 45d87c2832 good progress on socket mesh 2022-05-07 10:14:17 -05:00
talksik 1959405450 more cleanup and better to have some prop drilling but just stay balanced here 2022-05-07 08:15:23 -05:00
talksik 0fb8bc2b57 reogranized with a simple socket extension to data provider 2022-05-07 07:56:36 -05:00
talksik f3cd9edc95 getting data transformation with pub sub, although just need to solidify with more flow and just do it step by step as it can get complex 2022-05-06 10:41:28 -05:00
talksik 61c2ac14af handling connections in general, and so now we have two rooms to manage 2022-05-06 10:15:58 -05:00
talksik eb483d4cd9 some socket stuff happening 2022-05-06 09:41:55 -05:00