kuwacom
465b2b8f14
update: support stream(file stdin) input mode for server CLI
...
Support for the stream (file stdin) required when attaching a tty to a Docker container on Linux.
2026-03-13 13:03:03 +09:00
kuwacom
26dc63af6b
refactor: refactor command path structure
...
As the number of commands has increased and become harder to navigate, each command has been organized into separate folders.
2026-03-13 00:14:20 +09:00
kuwacom
7315fcbc92
refactor: clean up and refactor the code
...
- unify duplicated implementations that were copied repeatedly
- update outdated patterns to more modern ones
2026-03-11 17:48:05 +09:00
kuwacom
cfa0a7de7f
add: add Whitelist to Dedicated Server
2026-03-11 17:16:36 +09:00
kuwacom
590241c5ef
fix: fix stop command shutdown process
...
add dedicated server shutdown request handling
2026-03-08 18:23:29 +09:00
kuwacom
8b68b81ffa
add: add ban and pardon commands for Player and IP
2026-03-08 17:14:14 +09:00
kuwacom
fa09e28572
add: implement StringUtils for string manipulation and refactor usages
...
Unified the scattered utility functions.
2026-03-07 17:39:37 +09:00
kuwacom
965a859b40
add: add implementing interactive command line using linenoise
...
- 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.
2026-03-07 16:48:58 +09:00