|
66dc7cdac2
|
Merge pull request 'Fix shutdown' (#9) from MiTask/LinkUp-P2P-Chat:main into main
Reviewed-on: snxraven/LinkUp-P2P-Chat#9
|
2024-06-14 08:44:09 +00:00 |
|
|
624222f726
|
Merge branch 'main' into main
|
2024-06-14 08:43:47 +00:00 |
|
|
01ca4aae5a
|
Update chatBot/includes/Client.js
|
2024-06-14 08:43:27 +00:00 |
|
|
37ce0ff5bf
|
Merge pull request 'Added graceful shutdown' (#8) from MiTask/LinkUp-P2P-Chat:main into main
Reviewed-on: snxraven/LinkUp-P2P-Chat#8
Perfecto
|
2024-06-14 08:37:47 +00:00 |
|
|
65576e82b3
|
Added proper shutting down
|
2024-06-14 08:35:54 +00:00 |
|
Raven Scott
|
9eeb38ca3f
|
Validate topicBuffer: Ensure topicBuffer is always defined and valid before converting it to a string.
|
2024-06-14 04:33:50 -04:00 |
|
|
d3792b4bd0
|
Merge pull request 'Up to date fork' (#1) from snxraven/LinkUp-P2P-Chat:main into main
Reviewed-on: #1
|
2024-06-14 08:32:25 +00:00 |
|
Raven Scott
|
50a02e8dfd
|
topic validation for the join box
|
2024-06-14 04:04:00 -04:00 |
|
Raven Scott
|
ff0acb1a85
|
add readme
|
2024-06-14 03:17:31 -04:00 |
|
Raven Scott
|
4d9d22060b
|
Adding hyperdrive files management via ~list-files
|
2024-06-14 01:56:46 -04:00 |
|
Raven Scott
|
f84a6cff1b
|
better formatting for help
|
2024-06-14 01:28:08 -04:00 |
|
Raven Scott
|
6a74c23f9c
|
fixed
|
2024-06-14 01:19:58 -04:00 |
|
Raven Scott
|
f50370d2e5
|
Missed something
|
2024-06-14 01:18:13 -04:00 |
|
Raven Scott
|
59e72998c6
|
Fix message history by adding new clear function for internal command
|
2024-06-14 01:17:18 -04:00 |
|
Raven Scott
|
458954c1e1
|
adding in new commands
|
2024-06-14 01:10:23 -04:00 |
|
Raven Scott
|
b56d603b1e
|
Add internal command handler with ping and clear commands to start
|
2024-06-14 00:57:05 -04:00 |
|
Raven Scott
|
7dbcf17429
|
Duplicate message fix
|
2024-06-14 00:33:19 -04:00 |
|
Raven Scott
|
98aa79f075
|
Prevent Message Duplicates in Message History
|
2024-06-14 00:08:32 -04:00 |
|
Raven Scott
|
7a31202ac3
|
Fixing user avatars/icons concerning all of the major changes today
|
2024-06-13 23:12:31 -04:00 |
|
Raven Scott
|
7061aa1e5e
|
fixes
|
2024-06-13 22:41:43 -04:00 |
|
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 |
|
Raven Scott
|
0dbd441cd5
|
Merge branch 'main' of git.ssh.surf:snxraven/LinkUp-P2P-Chat
|
2024-06-13 20:05:21 -04:00 |
|
Raven Scott
|
b50bd0bbab
|
Room Counts done better
|
2024-06-13 20:02:01 -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
|
6a7eb78d34
|
fixing talk button not turning red
|
2024-06-13 06:10:26 -04:00 |
|
Raven Scott
|
76b00ce5b2
|
New dark mode theme, removing green, making UI uniform
|
2024-06-13 05:55:14 -04:00 |
|
Raven Scott
|
145b5b728b
|
Better style for the side bar + removing alert on copy
|
2024-06-13 05:24:44 -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 |
|
Raven Scott
|
052fbecc20
|
Remove not needed join line
|
2024-06-12 00:08:34 -04:00 |
|
Raven Scott
|
b9db313eff
|
Fix chatBot
|
2024-06-11 17:40:02 -04:00 |
|
|
9a14c10bac
|
Merge pull request 'Reworking bot code. Again...' (#7) from MiTask/LinkUp-P2P-Chat:main into main
Reviewed-on: snxraven/LinkUp-P2P-Chat#7
|
2024-06-11 20:38:54 +00:00 |
|
MrMasrozYTLIVE
|
f69b22c810
|
Removed .idea folder
|
2024-06-11 21:49:34 +03: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 |
|
MrMasrozYTLIVE
|
4aa205cd73
|
Got rid of 2 useless classes
|
2024-06-11 20:56:02 +03:00 |
|
MrMasrozYTLIVE
|
5bb5e63105
|
Trying to merge is so hard
|
2024-06-11 20:54:43 +03:00 |
|
MrMasrozYTLIVE
|
4415d196de
|
small change in text
|
2024-06-11 20:53:30 +03:00 |
|
Raven Scott
|
cd4b333954
|
Remove not needed code
|
2024-06-11 03:31:20 -04:00 |
|
Raven Scott
|
a92b22ef17
|
Remove not needed code
|
2024-06-11 03:28:26 -04: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 |
|
Raven Scott
|
6eab069cc5
|
Move Peer Count to Title Bar | Make the count global to all rooms
|
2024-06-11 01:12:01 -04:00 |
|
|
7ec2901165
|
revert 9aedd9fda4
revert update peer count per topic
|
2024-06-11 04:40:01 +00:00 |
|