• Joined on 2023-01-04
MiTask merged pull request MiTask/LinkUp-P2P-Chat#1 2024-06-14 04:32:25 -04:00
Up to date fork
MiTask created pull request MiTask/LinkUp-P2P-Chat#1 2024-06-14 04:32:13 -04:00
Up to date fork
MiTask created pull request snxraven/LinkUp-P2P-Chat#7 2024-06-11 14:51:19 -04:00
Reworking bot code. Again...
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-11 14:50:46 -04:00
f69b22c810 Removed .idea folder
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-11 14:48:01 -04:00
00b26d6afe Changed lots of stuff inside of bot code. Got rid of peers in message object.
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-11 13:56:29 -04:00
4aa205cd73 Got rid of 2 useless classes
5bb5e63105 Trying to merge is so hard
4415d196de small change in text
cd4b333954 Remove not needed code
a92b22ef17 Remove not needed code
Compare 20 commits »
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:35:47 -04:00
edf61f0462 Started working on proper classes for messages (files and text), user peer class, chatroom class
MiTask created pull request snxraven/LinkUp-P2P-Chat#6 2024-06-10 14:26:31 -04:00
Fixed bot crash on file attachment, added 2 more new events and topic ID to file message
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:26:02 -04:00
92ba56b9fc Added topic to file attachment json
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:24:15 -04:00
7275b69948 Added onIcon and onFile events. onMessage is now being called only on messageType == message. Removed debug code from swarm.on('update').
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:18:50 -04:00
56d8a8091e Yeah it actually works :yay:
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:17:32 -04:00
4ec0be2774 I think i got it to work lol
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:14:07 -04:00
27b3528304 It can have multiple topics :( time to figure a way to do it then ig
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:12:02 -04:00
2ca07e46c3 so topics in .map() are array. Is it array that always has only one buffer or can have lots of them???
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:10:41 -04:00
e396bcbb0b b4a doesnt work its time to debug again
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:09:50 -04:00
3b7f0fbd1d replaced topic.toString with b4a.toString(topic)
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:06:28 -04:00
79bdd04810 Lmfao i did peer.topics
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:03:17 -04:00
1dca21fe75 Did an oopsie with array.filter ([array.filter] instead of [array].filter)
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:02:18 -04:00
edd3f632cf Now its time to debug peer topics since its empty right now
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-10 14:00:39 -04:00
340362872f Lol it actually was inverted for some reason