Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Console - Cumulative Feature Update #616

Merged
merged 14 commits into from
Jul 26, 2018

Conversation

Acruid
Copy link
Contributor

@Acruid Acruid commented Jul 23, 2018

Purpose

  • Merge ServerConsole and ClientConsoleHost shells into one system named ConsoleShell.
  • Migrate all server side commands to the new ConsoleShell system.
  • Add a PermissionGroup system, for 'ranks' like user/mod/admin/owner.
  • Track per-client permission group, allow clients to elevate permission with global 'sudo' password.
  • Changed IWritableDirProvider.Open() to return a Stream instead of a FileStream to help test-ability.

Resolves #612.

Open Questions and Pre-Merge TODOs

  • This fix is tested on the same branch it is PR'ed to.
  • I correctly commented my code.
  • This PR does not include any unnecessary .meta, .prefab or .unity (scene) changes.
  • This PR does not bring up any new compile errors.
  • This PR has been tested in editor.
  • This PR has been tested in multiplayer.

@ghost ghost assigned Acruid Jul 23, 2018
@ghost ghost added the W: In Progress label Jul 23, 2018
@PJB3005 PJB3005 merged commit 2b69075 into space-wizards:master Jul 26, 2018
@ghost ghost removed the W: In Progress label Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Console - Feature Update
2 participants