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: snxraven/LinkUp-P2P-Chat#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: snxraven/LinkUp-P2P-Chat#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 |
|
Raven Scott
|
8c54e4ca77
|
Try to fix update icons
|
2024-06-08 15:48:56 -04:00 |
|
MrMasrozYTLIVE
|
28be0822f6
|
Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat
|
2024-06-08 22:45:00 +03:00 |
|
|
9f514c31f9
|
Merge branch 'main' into main
|
2024-06-08 19:44:21 +00:00 |
|
Raven Scott
|
748f4664b3
|
Try to fix update icons
|
2024-06-08 15:40:58 -04:00 |
|
MrMasrozYTLIVE
|
83f75a4fc8
|
Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat
This is merge.
|
2024-06-08 22:34:47 +03:00 |
|
MrMasrozYTLIVE
|
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
|
2024-06-08 22:34:25 +03:00 |
|
Raven Scott
|
d1779cb1a7
|
Try to fix update peer count
|
2024-06-08 15:32:21 -04:00 |
|
Raven Scott
|
ccf34e9637
|
Try to fix update peer count
|
2024-06-08 15:24:36 -04:00 |
|
Raven Scott
|
c4ebb6713a
|
Try to fix update peer count
|
2024-06-08 15:22:50 -04:00 |
|
Raven Scott
|
607480c91b
|
Revert back
|
2024-06-08 15:19:39 -04:00 |
|
Raven Scott
|
310f1bd14d
|
Update
|
2024-06-08 15:16:28 -04:00 |
|
Raven Scott
|
9e6c803347
|
testing EventEmitter
|
2024-06-08 15:06:24 -04:00 |
|
Raven Scott
|
20aa777270
|
Display full topic per room
|
2024-06-08 01:47:29 -04:00 |
|
Raven Scott
|
e7e80f8791
|
Bug fix, resolve issue with Leave Room button not removing the room from the sidebar
|
2024-06-08 01:25:06 -04:00 |
|
Raven Scott
|
24ffe2a977
|
Adding a sidebar that contains a room list that can switch chat views, a toggle button to access create/join settings
|
2024-06-08 01:21:25 -04:00 |
|
Raven Scott
|
378aeb7469
|
adding .env
|
2024-06-04 01:36:45 -04:00 |
|
Raven Scott
|
c293e3b5e7
|
Add command handler for bot
|
2024-06-04 01:19:56 -04:00 |
|
Raven Scott
|
6463f2e526
|
Re add scroll to bottom
|
2024-06-04 01:00:24 -04:00 |
|
Raven Scott
|
ef312ad068
|
fix
|
2024-06-04 00:57:28 -04:00 |
|
Raven Scott
|
1d7f69ccd2
|
fix
|
2024-06-04 00:53:49 -04:00 |
|
Raven Scott
|
7a29ecc391
|
fix
|
2024-06-04 00:40:38 -04:00 |
|
Raven Scott
|
bc4a3bcc77
|
fix
|
2024-06-04 00:38:14 -04:00 |
|
Raven Scott
|
184edb8b44
|
fix
|
2024-06-04 00:33:53 -04:00 |
|
Raven Scott
|
b62636ed0e
|
Update
|
2024-06-04 00:26:32 -04:00 |
|
Raven Scott
|
7ba32ea7c0
|
Add multi line support
|
2024-06-04 00:03:14 -04:00 |
|
Raven Scott
|
59c1a2f776
|
keep user data in localstorage
|
2024-06-03 23:22:13 -04:00 |
|
Raven Scott
|
1d19fc5a9d
|
fix
|
2024-06-03 23:16:22 -04:00 |
|