Commit Graph

290 Commits

Author SHA1 Message Date
MrMasrozYTLIVE
f3b4755821 Very strange stuff tbh 2024-06-09 10:03:23 +03:00
MrMasrozYTLIVE
f6f804ab39 It actually works now but i want to get it to work properly 2024-06-09 10:01:01 +03:00
MrMasrozYTLIVE
f5f8d0ce19 And I honestly have no idea why it doesnt want to work 2024-06-09 10:00:01 +03:00
MrMasrozYTLIVE
13e4020920 It just doesnt want to put proper data to the config for some strange reason 2024-06-09 09:58:35 +03:00
MrMasrozYTLIVE
4a881ed721 Its actually not the reason... 2024-06-09 09:57:11 +03:00
MrMasrozYTLIVE
2befd34039 Ohh reading is async, thats why it didnt work 2024-06-09 09:56:12 +03:00
MrMasrozYTLIVE
b577ff3207 It doesnt want to use config for some reason. Time to debug stuff 2024-06-09 09:54:30 +03:00
MrMasrozYTLIVE
8ca1cc2b8f I just forgot to read from the file LOL 2024-06-09 09:53:11 +03:00
MrMasrozYTLIVE
a3fbe7434a Hmm will it work this way? 2024-06-09 09:50:05 +03:00
MrMasrozYTLIVE
a9f50e892b Oopsie checking if config exists didnt work (It is done by checking if username is not empty lol) 2024-06-09 09:46:42 +03:00
MrMasrozYTLIVE
1271c48571 Mostly finished loading. User avatar stuff is left to do 😭 2024-06-09 09:44:52 +03:00
MrMasrozYTLIVE
d33d31debf Got rid of userName and userAvatar in exchange of config.userName and config.userAvatar 2024-06-09 09:32:33 +03:00
MrMasrozYTLIVE
89ebe02743 Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat 2024-06-09 09:29:39 +03:00
Raven Scott
b227683778 Adding padding to the attach file and send buttons 2024-06-09 02:27:20 -04:00
MrMasrozYTLIVE
c2e1242d8b Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat
This is automatic merge of FileUploading and Config commits.
2024-06-09 09:24:04 +03:00
MrMasrozYTLIVE
3947e78aef Started working on saving the user data on actions like registration, joining and leaving rooms. Lacks of loading on start up. 2024-06-09 09:23:45 +03:00
Raven Scott
ee52e49030 Adding file and image upload and sharing 2024-06-09 02:22:46 -04:00
Raven Scott
2fa431886c make window controls look better, move app name to the right side 2024-06-09 01:55:39 -04:00
Raven Scott
27f555d267 Setting force window default size, min size and adding real window buttons 2024-06-09 01:27:42 -04:00
Raven Scott
148f79ed13 Actually fixing the scrollbar issue and styling the chat scrollbar 2024-06-09 00:58:14 -04:00
Raven Scott
d6f14c3062 removing overflow-y from css to remove scrollbar 2024-06-09 00:50:03 -04:00
Raven Scott
34b771bea9 Removing imports that are no longer needed 2024-06-09 00:00:11 -04:00
Raven Scott
6d469dd0fd move storage into subdir 2024-06-08 23:49:34 -04:00
Raven Scott
4e961aebb7 Update CSS layout and Syles 2024-06-08 20:38:18 -04:00
4cc087fae2 delete ai command from repo 2024-06-08 23:08:39 +00:00
Raven Scott
d26c025073 update gitignore 2024-06-08 19:07:31 -04:00
Raven Scott
a4f89be654 Merge branch 'main' of git.ssh.surf:snxraven/LinkUp-P2P-Chat 2024-06-08 19:07:04 -04:00
Raven Scott
e1adede7c3 update gitignore 2024-06-08 19:06:25 -04:00
cc654112b2 Merge pull request 'Some more changed to the bot structure' (#2) from MiTask/LinkUp-P2P-Chat:main into main
Reviewed-on: #2
2024-06-08 21:11:17 +00:00
Raven Scott
9461368c02 Update port range 2024-06-08 17:08:30 -04:00
Raven Scott
302589e97e Bug Fix: Allowing clients to have different ServePorts per client and storages per client 2024-06-08 16:48:10 -04:00
Raven Scott
736a3a5e70 Merge branch 'main' of git.ssh.surf:snxraven/LinkUp-P2P-Chat 2024-06-08 16:47:46 -04:00
d65b76cbc5 Merge branch 'main' into main 2024-06-08 20:47:37 +00:00
Raven Scott
7855689289 Bug Fix: Allowing clients to have different ServePorts per client and storages per client 2024-06-08 16:46:53 -04:00
Raven Scott
8dbaa629d2 Revert "Bug Fix: Allowing clients to have different ServePorts per client and storages per client"
This reverts commit b1271ceb82.
2024-06-08 16:46:36 -04:00
Raven Scott
b1271ceb82 Bug Fix: Allowing clients to have different ServePorts per client and storages per client 2024-06-08 16:46:29 -04:00
Raven Scott
5931d68a29 Revert "Bug Fix: Allowing clients to have different ServePorts per client and storages per client"
This reverts commit 5f8817a2f2.
2024-06-08 16:45:46 -04:00
Raven Scott
5f8817a2f2 Bug Fix: Allowing clients to have different ServePorts per client and storages per client 2024-06-08 16:45:15 -04:00
MrMasrozYTLIVE
9f2353c902 Added check if botName or chatRoomID is not defined 2024-06-08 23:38:44 +03:00
MrMasrozYTLIVE
cd5cfb20a4 Replaced 'setTimeOut' with bot.on('onBotJoinRoom', () => {}); for sending ON_READY_MESSAGE to the chat 2024-06-08 23:36:00 +03:00
MrMasrozYTLIVE
164efc5b72 Removed Enum class because it does not work 😭 2024-06-08 23:31:24 +03:00
MrMasrozYTLIVE
b244aa9bdf Added Event enum and 2 new events 2024-06-08 23:29:51 +03:00
f045f5804d Merge pull request 'Rework ChatBot' (#1) from MiTask/LinkUp-P2P-Chat:main into main
Reviewed-on: #1
2024-06-08 20:19:09 +00:00
MrMasrozYTLIVE
114875cddb Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat 2024-06-08 23:17:29 +03:00
Raven Scott
dd8099649f Tests for user icons with eventEmitter 2024-06-08 16:15:55 -04:00
Raven Scott
c15b298268 Tests 2024-06-08 16:13:20 -04:00
Raven Scott
d0310247c5 Trying to fix peer counts 2024-06-08 16:08:53 -04:00
MrMasrozYTLIVE
e33244c1f1 Merge https://git.ssh.surf/MiTask/LinkUp-P2P-Chat 2024-06-08 22:56:23 +03:00
MrMasrozYTLIVE
0587f261b7 Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat 2024-06-08 22:55:01 +03:00
Raven Scott
ac2da1524d Trying to fix peer counts 2024-06-08 15:52:44 -04:00