snxraven
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-10 16:09:26 -04:00
4fbbc73527 Merge pull request 'Fixed bot crash on file attachment, added 2 more new events and topic ID to file message' (#6) from MiTask/LinkUp-P2P-Chat:main into main
edf61f0462 Started working on proper classes for messages (files and text), user peer class, chatroom class
92ba56b9fc Added topic to file attachment json
7275b69948 Added onIcon and onFile events. onMessage is now being called only on messageType == message. Removed debug code from swarm.on('update').
56d8a8091e Yeah it actually works :yay:
Compare 19 commits »
snxraven merged pull request snxraven/LinkUp-P2P-Chat#6 2024-06-10 16:09:25 -04:00
Fixed bot crash on file attachment, added 2 more new events and topic ID to file message
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-10 11:27:00 -04:00
b88337c398 Merge pull request 'Fixed app.js not sending user ID itself and only peers it knows' (#5) from MiTask/LinkUp-P2P-Chat:main into main
bfe0bafebc I removed all of the debugging code for now to push the fix for app.js
d233f9e5aa I sometimes really hate nodej
4134e20403 Array of arrays got fixed but i still cant figure out the issue with topics ehh
d993090f8b I actually didnt fix the issue with array of arrays. Now it should be fine
Compare 27 commits »
snxraven merged pull request snxraven/LinkUp-P2P-Chat#5 2024-06-10 11:26:59 -04:00
Fixed app.js not sending user ID itself and only peers it knows
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 07:00:45 -04:00
f269781226 revert too tired
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 06:44:30 -04:00
5ff2460d23 add debug, last try for now
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 06:39:19 -04:00
d5ea2abb7a add debug
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 06:35:49 -04:00
3835149c92 add debug
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 06:25:34 -04:00
206d095bcf attempts for file attachments again
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 06:14:03 -04:00
0010feed24 attempts for file attachments again
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 06:10:45 -04:00
b07579cdc9 another shot
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 06:06:12 -04:00
f6d9991c71 attempts for file attachments again
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 05:40:42 -04:00
3042974e55 repair file sharing hopefully
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 05:35:43 -04:00
b46ca2b2df repair icons for report peers
55d00260fa fix user icons between peers
Compare 2 commits »
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 04:20:01 -04:00
1c07819d91 Merge pull request 'Fixed rooms not being deleted from the json file' (#4) from MiTask/LinkUp-P2P-Chat:main into main
8bac7def09 I fr fixed it this time
d44ef48d89 I guess i know why it doesnt delete the room now
2a2fbed732 Well i didnt...
c59795a407 Well i hope i fixed it now
Compare 11 commits »
snxraven merged pull request snxraven/LinkUp-P2P-Chat#4 2024-06-09 04:20:00 -04:00
Fixed rooms not being deleted from the json file
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 04:09:10 -04:00
babde932e7 adding readableTimestamp to messages
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 04:07:30 -04:00
8458430989 adding peers to messages
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 04:02:51 -04:00
1c85c78e4c add topic id to message
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-09 03:38:59 -04:00
f83befa2e5 Really fix it