MinecraftConsoles/Minecraft.Server
kuwacom b535baa7c6 add: Dedicated Server BAN access manager with persistent player and IP bans
- add Access frontend that publishes thread-safe ban manager snapshots for dedicated server use
- add BanManager storage for banned-players.json and banned-ips.json with load/save/update flows
- add persistent player and IP ban checks during dedicated server connection handling
- add UTF-8 BOM-safe JSON parsing and shared file helpers backed by nlohmann/json
- add Unicode-safe ban file read/write and safer atomic replacement behavior on Windows
- add active-ban snapshot APIs and expiry-aware filtering for expires metadata
- add RAII-based dedicated access shutdown handling during server startup and teardown
2026-03-08 10:15:13 +09:00
..
Access add: Dedicated Server BAN access manager with persistent player and IP bans 2026-03-08 10:15:13 +09:00
Common add: add FileUtils 2026-03-08 10:13:36 +09:00
Console add: implement StringUtils for string manipulation and refactor usages 2026-03-07 17:39:37 +09:00
docs add: create Minecraft.Server developer guide in English and Japanese 2026-03-07 20:18:35 +09:00
vendor add: add nlohmann/json json lib 2026-03-08 01:08:23 +09:00
Windows64 add: Dedicated Server BAN access manager with persistent player and IP bans 2026-03-08 10:15:13 +09:00
Minecraft.Server.vcxproj add: Dedicated Server BAN access manager with persistent player and IP bans 2026-03-08 10:15:13 +09:00
Minecraft.Server.vcxproj.filters add: Dedicated Server BAN access manager with persistent player and IP bans 2026-03-08 10:15:13 +09:00
ServerLogger.cpp add: implement StringUtils for string manipulation and refactor usages 2026-03-07 17:39:37 +09:00
ServerLogger.h update: converted Japanese comments to English 2026-03-07 20:12:17 +09:00
ServerProperties.cpp update: converted Japanese comments to English 2026-03-07 20:12:17 +09:00
ServerProperties.h update: add LAN advertising configuration for server.properties 2026-03-07 11:51:38 +09:00
WorldManager.cpp update: add note about issue 2026-03-07 20:24:10 +09:00
WorldManager.h update: converted Japanese comments to English 2026-03-07 20:12:17 +09:00