This website requires JavaScript.
Explore
Sign In
Cyber
/
LinkUp-P2P-Chat
Watch
1
Star
0
Fork
0
You've already forked LinkUp-P2P-Chat
forked from
snxraven/LinkUp-P2P-Chat
Code
Pull Requests
Activity
62
Commits
1
Branch
0
Tags
2
MiB
JavaScript
75.6%
CSS
16.1%
HTML
8.3%
cc654112b2
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
snxraven
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
chatBot
Added check if botName or chatRoomID is not defined
2024-06-08 23:38:44 +03:00
test
first commit
2024-06-03 19:23:14 -04:00
.gitignore
Bug Fix: Allowing clients to have different ServePorts per client and storages per client
2024-06-08 16:46:53 -04:00
app.js
Update port range
2024-06-08 17:08:30 -04:00
index.html
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
package.json
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
style.css
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