Commit Graph

  • 7c874fab21 Auto Join Guild on Create main Raven Scott 2024-07-08 00:57:58 -0400
  • f125cad87c change screenshot Raven Scott 2024-07-08 00:41:46 -0400
  • cb88b16606 Readd Markdown Support + Syntax Highlights and DOMPurify is used to sanitize HTML content to prevent XSS attacks. Raven Scott 2024-07-07 23:42:17 -0400
  • 94ea9b6840 Merge pull request 'Feat: Adding GUILDS!' (#12) from guilds into main snxraven 2024-07-07 23:01:33 -0400
  • 7eddd45f79 Only auto play on peers guilds Raven Scott 2024-07-07 22:49:15 -0400
  • 70bc69ddea auto play audio messages Raven Scott 2024-07-07 22:45:55 -0400
  • aa70e42fdc change internal agent prefix Raven Scott 2024-07-07 22:40:22 -0400
  • c530a8d69c Add back file menu Raven Scott 2024-07-07 22:39:31 -0400
  • 084cb02a11 fix icon message Raven Scott 2024-07-07 22:00:13 -0400
  • a0c7eb1561 fix Raven Scott 2024-07-07 21:52:57 -0400
  • 43e9890235 readd updateIcon Raven Scott 2024-07-07 21:49:13 -0400
  • ed4625275d init all guild topics on start Raven Scott 2024-07-07 21:40:52 -0400
  • 55875f468c more test Raven Scott 2024-07-07 21:30:09 -0400
  • e0ad9c7067 more test Raven Scott 2024-07-07 21:21:55 -0400
  • d423031cfb more test Raven Scott 2024-07-07 21:14:17 -0400
  • 181d011b8d more test Raven Scott 2024-07-07 21:08:30 -0400
  • 6cfbb36d35 Merge branch 'guilds' of git.ssh.surf:snxraven/LinkUp-P1P-Chat into guilds Raven Scott 2024-07-07 20:51:41 -0400
  • da1bf28e3d test Raven Scott 2024-07-07 20:51:12 -0400
  • a1b11f7ae6 test Raven Scott 2024-07-07 20:46:59 -0400
  • de9e01e932 revert 8c0f7ebd0f snxraven 2024-06-22 21:19:28 +0000
  • 8c0f7ebd0f test Raven Scott 2024-06-22 16:56:04 -0400
  • 0e6d074c11 test Raven Scott 2024-06-22 16:53:07 -0400
  • 6ea37b8082 test Raven Scott 2024-06-22 16:52:05 -0400
  • fd02cff23f test Raven Scott 2024-06-22 16:49:42 -0400
  • cd92618351 Add the beginnings of guilds Raven Scott 2024-06-20 00:46:24 -0400
  • 9d759e5af3 Merge pull request 'fix: make avatars not draggable and selectable' (#11) from Cyber/LinkUp-P2P-Chat:main into main snxraven 2024-06-15 17:50:47 +0000
  • 882e35f14d fix: make avatars not draggable and selectable Cyber 2024-06-15 15:42:35 +0200
  • 241cf62220 update readme, add screenshot Raven Scott 2024-06-15 03:57:42 -0400
  • 5080c37bcf update Raven Scott 2024-06-15 03:28:36 -0400
  • 7350d134a1 update Raven Scott 2024-06-15 03:20:52 -0400
  • a6229b4b9a update readme Raven Scott 2024-06-15 03:19:54 -0400
  • c477a988fd update readme Raven Scott 2024-06-15 03:18:52 -0400
  • 04c677e8e7 update readme Raven Scott 2024-06-15 03:16:15 -0400
  • 983d88002e Add current bot readme Raven Scott 2024-06-15 03:12:38 -0400
  • 150b69a2a2 update example paths Raven Scott 2024-06-15 03:04:41 -0400
  • 487bc13970 Adding proper support for audio messages via bot Raven Scott 2024-06-15 03:03:43 -0400
  • 2cf819553a correct support for sending files via the bot Raven Scott 2024-06-15 02:52:20 -0400
  • 49f4cc88ed fix usernames being sent Raven Scott 2024-06-14 15:38:45 -0400
  • 66ae839318 Fix usernames for bots Raven Scott 2024-06-14 15:21:41 -0400
  • db88b09ba5 handling user icons via HyperDrive Raven Scott 2024-06-14 15:09:54 -0400
  • 1c6cc9a82e Merge pull request 'Reworked message format, added support for audio messages, made Message class' (#10) from MiTask/LinkUp-P2P-Chat:main into main snxraven 2024-06-14 18:15:43 +0000
  • f706e7d621 Made Client.js->setupSwarm() parsing messages more readable MrMasrozYTLIVE 2024-06-14 20:06:05 +0300
  • 42dccf9547 Actually just returning the url if its host is not 'localhost' MrMasrozYTLIVE 2024-06-14 19:58:40 +0300
  • d4dc1b299d Ignoring 'updatePortInUrl' if port is 443 (SSL connection) MrMasrozYTLIVE 2024-06-14 19:53:51 +0300
  • 3e9a2101d5 I did this.botName and not bot.botName lol MrMasrozYTLIVE 2024-06-14 19:51:34 +0300
  • 2d0f97bc8f Oops i made async constructor MrMasrozYTLIVE 2024-06-14 19:50:10 +0300
  • 6cbfe34966 Testing bot avatars thingy MrMasrozYTLIVE 2024-06-14 19:49:26 +0300
  • 9b4357dd00 i hate js. it ignores all of my code and just sends 'messagetype' instead of 'type' MrMasrozYTLIVE 2024-06-14 19:25:17 +0300
  • 14aa129f6d Trying some changes to make bot messages and client mmessages have same format MrMasrozYTLIVE 2024-06-14 17:44:05 +0300
  • d449249f41 Revert reverting MrMasrozYTLIVE 2024-06-14 17:39:16 +0300
  • bb26b5c2a8 Revert all changes i did to app.js MrMasrozYTLIVE 2024-06-14 17:37:58 +0300
  • 52a319a1c0 Fixed my bots messages MrMasrozYTLIVE 2024-06-14 17:36:16 +0300
  • 70655ce901 So messages actually broke somehow lol MrMasrozYTLIVE 2024-06-14 17:34:06 +0300
  • 75be3a5b33 Reworked commands, added some funny stuff MrMasrozYTLIVE 2024-06-14 17:20:37 +0300
  • d5650a9d7b I think i did it yay MrMasrozYTLIVE 2024-06-14 17:09:30 +0300
  • 2ff9c73585 It doesnt want to work 😭 MrMasrozYTLIVE 2024-06-14 17:07:21 +0300
  • d50e0df6a1 Time to do lots of debugging 😭 MrMasrozYTLIVE 2024-06-14 17:05:00 +0300
  • 8262bd4eb7 Hm. Its pretty strange. Thats why i dont really like JavaScript MrMasrozYTLIVE 2024-06-14 17:04:08 +0300
  • 457bf01bc3 Trying out isPrototypeOf() function MrMasrozYTLIVE 2024-06-14 17:02:26 +0300
  • feff30fecc Testing if sendMessage argument extends Message class MrMasrozYTLIVE 2024-06-14 17:00:35 +0300
  • b3ccda32ea did lots of work on bot package MrMasrozYTLIVE 2024-06-14 16:43:17 +0300
  • bd885bb591 Fix peerName in Message received Raven Scott 2024-06-14 04:46:19 -0400
  • 66dc7cdac2 Merge pull request 'Fix shutdown' (#9) from MiTask/LinkUp-P2P-Chat:main into main snxraven 2024-06-14 08:44:09 +0000
  • 624222f726 Merge branch 'main' into main MiTask 2024-06-14 08:43:47 +0000
  • 01ca4aae5a Update chatBot/includes/Client.js MiTask 2024-06-14 08:43:27 +0000
  • 37ce0ff5bf Merge pull request 'Added graceful shutdown' (#8) from MiTask/LinkUp-P2P-Chat:main into main snxraven 2024-06-14 08:37:47 +0000
  • 65576e82b3 Added proper shutting down MiTask 2024-06-14 08:35:54 +0000
  • 9eeb38ca3f Validate topicBuffer: Ensure topicBuffer is always defined and valid before converting it to a string. Raven Scott 2024-06-14 04:33:50 -0400
  • d3792b4bd0 Merge pull request 'Up to date fork' (#1) from snxraven/LinkUp-P2P-Chat:main into main MiTask 2024-06-14 08:32:25 +0000
  • 50a02e8dfd topic validation for the join box Raven Scott 2024-06-14 04:04:00 -0400
  • ff0acb1a85 add readme Raven Scott 2024-06-14 03:17:31 -0400
  • 4d9d22060b Adding hyperdrive files management via ~list-files Raven Scott 2024-06-14 01:56:46 -0400
  • f84a6cff1b better formatting for help Raven Scott 2024-06-14 01:28:08 -0400
  • 6a74c23f9c fixed Raven Scott 2024-06-14 01:19:58 -0400
  • f50370d2e5 Missed something Raven Scott 2024-06-14 01:18:13 -0400
  • 59e72998c6 Fix message history by adding new clear function for internal command Raven Scott 2024-06-14 01:17:18 -0400
  • 458954c1e1 adding in new commands Raven Scott 2024-06-14 01:10:23 -0400
  • b56d603b1e Add internal command handler with ping and clear commands to start Raven Scott 2024-06-14 00:57:05 -0400
  • 7dbcf17429 Duplicate message fix Raven Scott 2024-06-14 00:33:19 -0400
  • 98aa79f075 Prevent Message Duplicates in Message History Raven Scott 2024-06-14 00:08:32 -0400
  • 7a31202ac3 Fixing user avatars/icons concerning all of the major changes today Raven Scott 2024-06-13 23:12:31 -0400
  • 7061aa1e5e fixes Raven Scott 2024-06-13 22:41:43 -0400
  • af37909b3f update Raven Scott 2024-06-13 22:29:05 -0400
  • 2faf2b6f78 Moving to MultiSwarm with proper connection tracking per topic Raven Scott 2024-06-13 21:44:30 -0400
  • b1ea06018b Using swarm.connections.size Raven Scott 2024-06-13 21:05:10 -0400
  • 116b23d70f Move back to global peer count Raven Scott 2024-06-13 20:47:45 -0400
  • 0dbd441cd5 Merge branch 'main' of git.ssh.surf:snxraven/LinkUp-P2P-Chat Raven Scott 2024-06-13 20:05:21 -0400
  • b50bd0bbab Room Counts done better Raven Scott 2024-06-13 20:02:01 -0400
  • 6b1b13f75e revert 0a3732fb07 snxraven 2024-06-13 23:41:30 +0000
  • 0a3732fb07 Re adding per room topic counts Raven Scott 2024-06-13 19:23:42 -0400
  • 5edcff29e1 revert 8c4a38ca8e snxraven 2024-06-13 20:06:49 +0000
  • 8c4a38ca8e peer count per room Raven Scott 2024-06-13 16:00:02 -0400
  • 3c803c811e Debug Raven Scott 2024-06-13 14:50:23 -0400
  • 6a7eb78d34 fixing talk button not turning red Raven Scott 2024-06-13 06:10:26 -0400
  • 76b00ce5b2 New dark mode theme, removing green, making UI uniform Raven Scott 2024-06-13 05:55:14 -0400
  • 145b5b728b Better style for the side bar + removing alert on copy Raven Scott 2024-06-13 05:24:44 -0400
  • 6b3f043332 first attempt at audio messages Raven Scott 2024-06-13 03:53:23 -0400
  • 060308ec92 Remove localStorage uses Raven Scott 2024-06-13 01:44:44 -0400
  • 7461dadf88 remove unused function Raven Scott 2024-06-13 01:38:10 -0400
  • 052fbecc20 Remove not needed join line Raven Scott 2024-06-12 00:08:34 -0400