Commit Graph

  • f3b4755821 Very strange stuff tbh MrMasrozYTLIVE 2024-06-09 10:03:23 +0300
  • f6f804ab39 It actually works now but i want to get it to work properly MrMasrozYTLIVE 2024-06-09 10:01:01 +0300
  • f5f8d0ce19 And I honestly have no idea why it doesnt want to work MrMasrozYTLIVE 2024-06-09 10:00:01 +0300
  • 13e4020920 It just doesnt want to put proper data to the config for some strange reason MrMasrozYTLIVE 2024-06-09 09:58:35 +0300
  • 4a881ed721 Its actually not the reason... MrMasrozYTLIVE 2024-06-09 09:57:11 +0300
  • 2befd34039 Ohh reading is async, thats why it didnt work MrMasrozYTLIVE 2024-06-09 09:56:12 +0300
  • b577ff3207 It doesnt want to use config for some reason. Time to debug stuff MrMasrozYTLIVE 2024-06-09 09:54:30 +0300
  • 8ca1cc2b8f I just forgot to read from the file LOL MrMasrozYTLIVE 2024-06-09 09:53:11 +0300
  • a3fbe7434a Hmm will it work this way? MrMasrozYTLIVE 2024-06-09 09:50:05 +0300
  • a9f50e892b Oopsie checking if config exists didnt work (It is done by checking if username is not empty lol) MrMasrozYTLIVE 2024-06-09 09:46:42 +0300
  • 1271c48571 Mostly finished loading. User avatar stuff is left to do 😭 MrMasrozYTLIVE 2024-06-09 09:44:52 +0300
  • d33d31debf Got rid of userName and userAvatar in exchange of config.userName and config.userAvatar MrMasrozYTLIVE 2024-06-09 09:32:33 +0300
  • 89ebe02743 Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat MrMasrozYTLIVE 2024-06-09 09:29:39 +0300
  • b227683778 Adding padding to the attach file and send buttons Raven Scott 2024-06-09 02:27:20 -0400
  • c2e1242d8b Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat This is automatic merge of FileUploading and Config commits. MrMasrozYTLIVE 2024-06-09 09:24:04 +0300
  • 3947e78aef Started working on saving the user data on actions like registration, joining and leaving rooms. Lacks of loading on start up. MrMasrozYTLIVE 2024-06-09 09:23:45 +0300
  • ee52e49030 Adding file and image upload and sharing Raven Scott 2024-06-09 02:22:46 -0400
  • 2fa431886c make window controls look better, move app name to the right side Raven Scott 2024-06-09 01:55:39 -0400
  • 27f555d267 Setting force window default size, min size and adding real window buttons Raven Scott 2024-06-09 01:27:42 -0400
  • 148f79ed13 Actually fixing the scrollbar issue and styling the chat scrollbar Raven Scott 2024-06-09 00:58:14 -0400
  • d6f14c3062 removing overflow-y from css to remove scrollbar Raven Scott 2024-06-09 00:50:03 -0400
  • 34b771bea9 Removing imports that are no longer needed Raven Scott 2024-06-09 00:00:11 -0400
  • 6d469dd0fd move storage into subdir Raven Scott 2024-06-08 23:49:34 -0400
  • 4e961aebb7 Update CSS layout and Syles Raven Scott 2024-06-08 20:38:18 -0400
  • 4cc087fae2 delete ai command from repo snxraven 2024-06-08 23:08:39 +0000
  • d26c025073 update gitignore Raven Scott 2024-06-08 19:07:31 -0400
  • a4f89be654 Merge branch 'main' of git.ssh.surf:snxraven/LinkUp-P2P-Chat Raven Scott 2024-06-08 19:07:04 -0400
  • e1adede7c3 update gitignore Raven Scott 2024-06-08 19:06:25 -0400
  • cc654112b2 Merge pull request 'Some more changed to the bot structure' (#2) from MiTask/LinkUp-P2P-Chat:main into main snxraven 2024-06-08 21:11:17 +0000
  • 9461368c02 Update port range Raven Scott 2024-06-08 17:08:30 -0400
  • 302589e97e Bug Fix: Allowing clients to have different ServePorts per client and storages per client Raven Scott 2024-06-08 16:48:10 -0400
  • 736a3a5e70 Merge branch 'main' of git.ssh.surf:snxraven/LinkUp-P2P-Chat Raven Scott 2024-06-08 16:47:46 -0400
  • d65b76cbc5 Merge branch 'main' into main MiTask 2024-06-08 20:47:37 +0000
  • 7855689289 Bug Fix: Allowing clients to have different ServePorts per client and storages per client Raven Scott 2024-06-08 16:46:53 -0400
  • 8dbaa629d2 Revert "Bug Fix: Allowing clients to have different ServePorts per client and storages per client" Raven Scott 2024-06-08 16:46:36 -0400
  • b1271ceb82 Bug Fix: Allowing clients to have different ServePorts per client and storages per client Raven Scott 2024-06-08 16:46:29 -0400
  • 5931d68a29 Revert "Bug Fix: Allowing clients to have different ServePorts per client and storages per client" Raven Scott 2024-06-08 16:45:46 -0400
  • 5f8817a2f2 Bug Fix: Allowing clients to have different ServePorts per client and storages per client Raven Scott 2024-06-08 16:45:15 -0400
  • 9f2353c902 Added check if botName or chatRoomID is not defined MrMasrozYTLIVE 2024-06-08 23:38:44 +0300
  • cd5cfb20a4 Replaced 'setTimeOut' with bot.on('onBotJoinRoom', () => {}); for sending ON_READY_MESSAGE to the chat MrMasrozYTLIVE 2024-06-08 23:36:00 +0300
  • 164efc5b72 Removed Enum class because it does not work 😭 MrMasrozYTLIVE 2024-06-08 23:31:24 +0300
  • b244aa9bdf Added Event enum and 2 new events MrMasrozYTLIVE 2024-06-08 23:29:51 +0300
  • f045f5804d Merge pull request 'Rework ChatBot' (#1) from MiTask/LinkUp-P2P-Chat:main into main snxraven 2024-06-08 20:19:09 +0000
  • 114875cddb Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat MrMasrozYTLIVE 2024-06-08 23:17:29 +0300
  • dd8099649f Tests for user icons with eventEmitter Raven Scott 2024-06-08 16:15:55 -0400
  • c15b298268 Tests Raven Scott 2024-06-08 16:13:20 -0400
  • d0310247c5 Trying to fix peer counts Raven Scott 2024-06-08 16:08:53 -0400
  • e33244c1f1 Merge https://git.ssh.surf/MiTask/LinkUp-P2P-Chat MrMasrozYTLIVE 2024-06-08 22:56:23 +0300
  • 0587f261b7 Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat MrMasrozYTLIVE 2024-06-08 22:55:01 +0300
  • ac2da1524d Trying to fix peer counts Raven Scott 2024-06-08 15:52:44 -0400
  • 8c54e4ca77 Try to fix update icons Raven Scott 2024-06-08 15:48:56 -0400
  • 28be0822f6 Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat MrMasrozYTLIVE 2024-06-08 22:45:00 +0300
  • 9f514c31f9 Merge branch 'main' into main MiTask 2024-06-08 19:44:21 +0000
  • 748f4664b3 Try to fix update icons Raven Scott 2024-06-08 15:40:58 -0400
  • 83f75a4fc8 Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat This is merge. MrMasrozYTLIVE 2024-06-08 22:34:47 +0300
  • de00514397 I actually dont know if it works or not. Changes: Replaced TopicBuffer with chatRoomID and now topicBuffer is being created directly in Client class; Replaced chatBot with Client; Client now extends EventEmitter; bot.on('onMessage', (pear, message) => {}) is now a thing instead of directly putting method in chatBot constructor MrMasrozYTLIVE 2024-06-08 22:34:25 +0300
  • d1779cb1a7 Try to fix update peer count Raven Scott 2024-06-08 15:32:21 -0400
  • ccf34e9637 Try to fix update peer count Raven Scott 2024-06-08 15:24:36 -0400
  • c4ebb6713a Try to fix update peer count Raven Scott 2024-06-08 15:22:50 -0400
  • 607480c91b Revert back Raven Scott 2024-06-08 15:19:39 -0400
  • 310f1bd14d Update Raven Scott 2024-06-08 15:16:28 -0400
  • 9e6c803347 testing EventEmitter Raven Scott 2024-06-08 15:06:24 -0400
  • 20aa777270 Display full topic per room Raven Scott 2024-06-08 01:47:29 -0400
  • e7e80f8791 Bug fix, resolve issue with Leave Room button not removing the room from the sidebar Raven Scott 2024-06-08 01:25:06 -0400
  • 24ffe2a977 Adding a sidebar that contains a room list that can switch chat views, a toggle button to access create/join settings Raven Scott 2024-06-08 01:21:25 -0400
  • 378aeb7469 adding .env Raven Scott 2024-06-04 01:36:45 -0400
  • c293e3b5e7 Add command handler for bot Raven Scott 2024-06-04 01:19:56 -0400
  • 6463f2e526 Re add scroll to bottom Raven Scott 2024-06-04 01:00:24 -0400
  • ef312ad068 fix Raven Scott 2024-06-04 00:57:28 -0400
  • 1d7f69ccd2 fix Raven Scott 2024-06-04 00:53:49 -0400
  • 7a29ecc391 fix Raven Scott 2024-06-04 00:40:38 -0400
  • bc4a3bcc77 fix Raven Scott 2024-06-04 00:38:14 -0400
  • 184edb8b44 fix Raven Scott 2024-06-04 00:33:53 -0400
  • b62636ed0e Update Raven Scott 2024-06-04 00:26:32 -0400
  • 7ba32ea7c0 Add multi line support Raven Scott 2024-06-04 00:03:14 -0400
  • 59c1a2f776 keep user data in localstorage Raven Scott 2024-06-03 23:22:13 -0400
  • 1d19fc5a9d fix Raven Scott 2024-06-03 23:16:22 -0400
  • 1608a44ac7 make things look better on screen Raven Scott 2024-06-03 23:05:03 -0400
  • f43b615021 Adding better css Raven Scott 2024-06-03 22:49:52 -0400
  • fa2d93e830 testing Raven Scott 2024-06-03 22:33:39 -0400
  • 9bf319dcf3 Removing storage Raven Scott 2024-06-03 20:13:17 -0400
  • 2ac5a606a7 Removing stoage Raven Scott 2024-06-03 20:12:36 -0400
  • cd5edfc9aa current Raven Scott 2024-06-03 20:04:32 -0400
  • 2d199493ac current Raven Scott 2024-06-03 20:04:15 -0400
  • dae080a833 test Raven Scott 2024-06-03 20:01:48 -0400
  • 2fbc3f3bf0 test Raven Scott 2024-06-03 20:01:09 -0400
  • 50026db476 test Raven Scott 2024-06-03 19:53:10 -0400
  • 4c6cdb9170 revert Raven Scott 2024-06-03 19:43:33 -0400
  • 6e171c5ffa test Raven Scott 2024-06-03 19:42:30 -0400
  • c58671dc7d first commit Raven Scott 2024-06-03 19:23:14 -0400