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:
Torsten Schulz (local)
2026-03-19 11:59:58 +01:00
parent 65cce920f5
commit 10569bd097
13 changed files with 461 additions and 3925 deletions

7
logs/chat-users.json Normal file
View File

@@ -0,0 +1,7 @@
[
{
"username": "admin",
"passwordHash": "sha256:494a715f7e9b4071aca61bac42ca858a309524e5864f0920030862a4ae7589be",
"rights": ["stat", "kick"]
}
]