Files
TrinityCore/src/server/shared
Spp ea2fe0217d Core/RBAC: Simplify RBAC implementation
- Drop groups (roles than can have inherited roles) and roles (set of
  permissions)
- Permissions can now have inherited permissions (those act as roles)

RBAC DB structure is now limited to four tables
- rbac_permissions: Contains permissions and roles
- rbac_linked_permissions: Contains the relation between permissions and
  linked permissions (those permissions that have linked permissions are
  called roles)
- rbac_default_permissions: Contains the list of permissions to be granted
  to each security level [Added to maintain compatibility in an easy way]
- rbac_account_permissions: Contains the list of permissions granted or
  denied for a particular account.

NOTE: IF YOU ARE USING CUSTOM PERMISSIONS, ROLES OR GROUPS CHECK THE SQL
BEFORE APPLYING...
2013-09-29 13:19:05 +02:00
..
2013-09-02 19:40:31 +03:00
2013-06-11 21:25:12 -02:30
2013-09-11 20:58:49 +01:00
2013-09-18 23:15:25 +02:00
2013-01-01 00:41:01 +01:00
2013-06-15 14:07:12 +02:00
2013-01-01 00:41:01 +01:00
2013-01-02 13:58:36 +01:00