forked from PerpetuumOnline/PerpetuumServer
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Allow the server to bootup in "dev only" mode to only let tooladmin level accounts in.
The client used to show if the server was in this state after the client connects before the client logs in. I don't know if that works with the server selection now. But this may indicate the existence of some code/feature we can wire up again.
Some desired functionality:
- Ideally its a mode we can toggle at runtime or on startup.
- A startup arg (or config file value) to have it start in dev-only state, or not.
- A command to enable/disable this state.
Why?
Even though we catch most things in dev/staging, it won't catch everything.
It would be good to have a period where admins can verify the integrity of a live server update before players jump on, giving us a chance to rollback without reversing any player progress.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done