Commit Graph

107 Commits

Author SHA1 Message Date
Raven Scott
af37909b3f update 2024-06-13 22:29:05 -04:00
Raven Scott
2faf2b6f78 Moving to MultiSwarm with proper connection tracking per topic 2024-06-13 21:44:30 -04:00
Raven Scott
b1ea06018b Using swarm.connections.size 2024-06-13 21:05:10 -04:00
Raven Scott
116b23d70f Move back to global peer count 2024-06-13 20:47:45 -04:00
6b1b13f75e revert 0a3732fb07
revert Re adding per room topic counts
2024-06-13 23:41:30 +00:00
Raven Scott
0a3732fb07 Re adding per room topic counts 2024-06-13 19:23:42 -04:00
5edcff29e1 revert 8c4a38ca8e
revert peer count per room
2024-06-13 20:06:49 +00:00
Raven Scott
8c4a38ca8e peer count per room 2024-06-13 16:00:02 -04:00
Raven Scott
3c803c811e Debug 2024-06-13 14:50:23 -04:00
Raven Scott
6b3f043332 first attempt at audio messages 2024-06-13 03:53:23 -04:00
Raven Scott
060308ec92 Remove localStorage uses 2024-06-13 01:44:44 -04:00
Raven Scott
7461dadf88 remove unused function 2024-06-13 01:38:10 -04:00
MrMasrozYTLIVE
00b26d6afe Changed lots of stuff inside of bot code. Got rid of peers in message object. 2024-06-11 21:47:42 +03:00
Raven Scott
7a74d3fc4d Add room names to room view header, add a copy topic button and remove the display of the topics 2024-06-11 02:52:53 -04:00
7ec2901165 revert 9aedd9fda4
revert update peer count per topic
2024-06-11 04:40:01 +00:00
Raven Scott
9aedd9fda4 update peer count per topic 2024-06-11 00:18:27 -04:00
Raven Scott
6a0b05df86 REFRACTOR: New connection logic, all saved rooms are connected on init. New Room tracking and message tracking with message history after switching. Better connection management 2024-06-10 21:51:34 -04:00
Raven Scott
d0d408230a Adding buttons instead of links for downloads 2024-06-10 21:08:44 -04:00
Raven Scott
3dcabac0b4 Fix channel edit input size 2024-06-10 20:28:16 -04:00
Raven Scott
8d1ecc2c19 Adding in Room Aliases 2024-06-10 20:01:00 -04:00
Raven Scott
01fee56692 Fixing bot messages 2024-06-10 19:49:46 -04:00
Raven Scott
e1153cb5df Fixed Message attachments! 2024-06-10 17:18:06 -04:00
Raven Scott
25e421e982 more work on file attachments 2024-06-10 17:13:20 -04:00
Raven Scott
3a0af4ace2 Adding syntax highlights 2024-06-10 16:32:52 -04:00
MrMasrozYTLIVE
92ba56b9fc Added topic to file attachment json 2024-06-10 21:25:41 +03:00
MrMasrozYTLIVE
d993090f8b I actually didnt fix the issue with array of arrays. Now it should be fine 2024-06-10 18:03:15 +03:00
MrMasrozYTLIVE
051aa09c2d Opps i had array of arrays of peers in message json 2024-06-10 17:55:23 +03:00
MrMasrozYTLIVE
d9dbdf4401 Oh i actually broke it because push returns length and not array itself 💀 2024-06-10 17:22:06 +03:00
MrMasrozYTLIVE
961599f366 I might've fix sending all 'peers' lol 2024-06-10 17:19:36 +03:00
MrMasrozYTLIVE
704f6ca0dc Hmm how can i get publickey of the user sending info and not just peers who connected? 2024-06-10 17:17:34 +03:00
MrMasrozYTLIVE
165d2f0faa Trying to fix a bug with message peers 2024-06-10 17:07:54 +03:00
Raven Scott
f269781226 revert too tired 2024-06-09 07:00:42 -04:00
Raven Scott
5ff2460d23 add debug, last try for now 2024-06-09 06:44:26 -04:00
Raven Scott
d5ea2abb7a add debug 2024-06-09 06:39:15 -04:00
Raven Scott
3835149c92 add debug 2024-06-09 06:35:45 -04:00
Raven Scott
206d095bcf attempts for file attachments again 2024-06-09 06:25:30 -04:00
Raven Scott
0010feed24 attempts for file attachments again 2024-06-09 06:13:58 -04:00
Raven Scott
b07579cdc9 another shot 2024-06-09 06:10:42 -04:00
Raven Scott
f6d9991c71 attempts for file attachments again 2024-06-09 06:06:08 -04:00
Raven Scott
3042974e55 repair file sharing hopefully 2024-06-09 05:40:37 -04:00
Raven Scott
b46ca2b2df repair icons for report peers 2024-06-09 05:35:37 -04:00
Raven Scott
55d00260fa fix user icons between peers 2024-06-09 05:09:39 -04:00
MrMasrozYTLIVE
8bac7def09 I fr fixed it this time 2024-06-09 11:17:20 +03:00
MrMasrozYTLIVE
d44ef48d89 I guess i know why it doesnt delete the room now 2024-06-09 11:16:22 +03:00
MrMasrozYTLIVE
2a2fbed732 Well i didnt... 2024-06-09 11:15:05 +03:00
MrMasrozYTLIVE
c59795a407 Well i hope i fixed it now 2024-06-09 11:12:40 +03:00
MrMasrozYTLIVE
33e0a13f93 Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat 2024-06-09 11:10:02 +03:00
MrMasrozYTLIVE
840b6e2069 Fixed removing rooms 2024-06-09 11:09:58 +03:00
Raven Scott
babde932e7 adding readableTimestamp to messages 2024-06-09 04:09:07 -04:00
MrMasrozYTLIVE
72bf632cd4 I dont know what to say here because i just need up-to-date repo on my laptop 2024-06-09 11:07:52 +03:00