This repository has been archived by the owner on Jun 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Rewrite permissions plugin in C++ #39
Labels
enhancement
New feature or request
Comments
Also, plugin writers should be able to use permissions and groups easily. They should be able to create permissions and groups on the fly under some common name of the plugin writer's choosing (use std::map). Worlds should be able to create its own permissions and groups easily using the above idea. E.g., worlds could have a group called admin (with world permissions visit,build,modify) that can build even when the owner sets a build limitation. Pseudo code:
|
Example of how the permission configuration files could look:
|
The permission system should be:
|
|
We need two kinds of security layers for the permission system:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The permission system should be a core part of the server and should be rewritten in C++.
The text was updated successfully, but these errors were encountered: