snxraven
snxraven merged pull request snxraven/LinkUp-P2P-Chat#7 2024-06-11 16:38:55 -04:00
Reworking bot code. Again...
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-11 16:38:55 -04:00
9a14c10bac Merge pull request 'Reworking bot code. Again...' (#7) from MiTask/LinkUp-P2P-Chat:main into main
f69b22c810 Removed .idea folder
00b26d6afe Changed lots of stuff inside of bot code. Got rid of peers in message object.
4aa205cd73 Got rid of 2 useless classes
5bb5e63105 Trying to merge is so hard
Compare 6 commits »
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-11 03:31:26 -04:00
cd4b333954 Remove not needed code
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-11 03:28:29 -04:00
a92b22ef17 Remove not needed code
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-11 02:52:57 -04:00
7a74d3fc4d Add room names to room view header, add a copy topic button and remove the display of the topics
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-11 01:12:06 -04:00
6eab069cc5 Move Peer Count to Title Bar | Make the count global to all rooms
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-11 00:40:02 -04:00
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-11 00:18:30 -04:00
9aedd9fda4 update peer count per topic
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-10 22:20:39 -04:00
e57db27a13 Fixing bot
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-10 22:05:01 -04:00
157c8af4f4 Update bot Client to work with the new connection logic
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-10 21:51:38 -04:00
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
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-10 21:08:48 -04:00
d0d408230a Adding buttons instead of links for downloads
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-10 20:28:18 -04:00
3dcabac0b4 Fix channel edit input size
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-10 20:01:04 -04:00
8d1ecc2c19 Adding in Room Aliases
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-10 19:49:49 -04:00
01fee56692 Fixing bot messages
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-10 17:18:11 -04:00
e1153cb5df Fixed Message attachments!
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-10 17:13:24 -04:00
25e421e982 more work on file attachments
snxraven pushed to main at snxraven/LinkUp-P2P-Chat 2024-06-10 16:32:56 -04:00
3a0af4ace2 Adding syntax highlights
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