Cockatrice/libcockatrice_network/libcockatrice/network/client
Lukas Brübach 1dc20176b3 [Server/Client/Protocol] Address developer role review feedback
Address ZeizaZach's review of the developer staff role:

- Nudge the developer log query to exclude private chat and sender IPs
  (the ModeratorCommand path still sees everything).
- Deduplicate Command_GetLogHistory into Command_ViewLogHistory, which now
  extends both ModeratorCommand (ext) and DeveloperCommand (dev_ext); the
  client picks the DeveloperCommand-scoped extension by extendee, and the
  server reads it via the extension number.
- Pull the uptime snapshot SQL into Servatrice_DatabaseInterface as
  getLatestUptimeSnapshot() and widen the reported counters to 64-bit.
- Document the admin bitfield (1 admin, 2 moderator, 4 judge, 8 developer)
  and add a server-side test for the developer command path.
2026-09-11 08:45:33 +02:00
..
abstract [Server/Client/Protocol] Address developer role review feedback 2026-09-11 08:45:33 +02:00
local [CI] Remove Qt5 (#7071) 2026-08-08 22:04:50 +02:00
remote [Network] Measure real server round-trip times (#7153) 2026-08-23 00:03:52 +02:00
CMakeLists.txt Clean up link targets. (#6304) 2025-11-11 14:04:14 +01:00