mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
- Integrated linenoise library for line editing and completion in the server console. - Updated ServerLogger to handle external writes safely during logging. - Modified ServerMain to initialize and manage the ServerCli for command input. - The implementation is separate from everything else, so it doesn't affect anything else. - The command input section and execution section are separated into threads. |
||
|---|---|---|
| .. | ||
| commands | ||
| ServerCli.cpp | ||
| ServerCli.h | ||
| ServerCliEngine.cpp | ||
| ServerCliEngine.h | ||
| ServerCliInput.cpp | ||
| ServerCliInput.h | ||
| ServerCliParser.cpp | ||
| ServerCliParser.h | ||
| ServerCliRegistry.cpp | ||
| ServerCliRegistry.h | ||