Remove CMake configuration and application source files. This includes the deletion of CMakeLists.txt, application logic in app.cpp and app.h, and broadcast functionality in broadcast.cpp. This cleanup streamlines the project structure by removing unused files and configurations.
This commit is contained in:
7
logs/chat-users.json
Normal file
7
logs/chat-users.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"username": "admin",
|
||||
"passwordHash": "sha256:494a715f7e9b4071aca61bac42ca858a309524e5864f0920030862a4ae7589be",
|
||||
"rights": ["stat", "kick"]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user