Template:Admin functions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
*[[banPlayer]] | *[[banPlayer]] | ||
*[[unbanIP]] | *[[unbanIP]] | ||
*bool [[aclReload]] () | |||
*bool [[aclSave]] () | |||
*acl [[aclCreate]] ( string aclname ) | |||
*bool [[aclDestroy]] ( acl theACL ) | |||
*acl [[aclGet]] ( string aclname ) | |||
*table of acl [[aclList]] () | |||
*bool [[aclGetRight]] ( string aclname, string rightname ) | |||
*bool [[aclSetRight]] ( string aclname, string rightname, bool access ) | |||
*bool [[aclRemoveRight]] ( string aclname, string rightname ) | |||
*aclgroup [[aclCreateGroup]] ( string groupname ) | |||
*bool [[aclDestroyGroup]] ( aclgroup group ) | |||
*aclgroup [[aclGetGroup]] ( string groupname ) | |||
*table of aclgroup [[aclGroupList]] () | |||
*bool [[aclGroupAddACL]] ( aclgroup group, string aclname ) | |||
*bool [[aclGroupRemoveACL]] ( aclgroup group, string aclname ) | |||
*bool [[aclGroupAddObject]] ( aclgroup group, string object ) | |||
*bool [[aclGroupRemoveObject]] ( aclgroup group, string object ) |
Revision as of 19:32, 20 October 2007
- acl aclCreate ( string aclname )
- bool aclDestroy ( acl theACL )
- bool aclGetRight ( string aclname, string rightname )
- bool aclSetRight ( string aclname, string rightname, bool access )
- bool aclRemoveRight ( string aclname, string rightname )
- aclgroup aclCreateGroup ( string groupname )
- bool aclDestroyGroup ( aclgroup group )
- aclgroup aclGetGroup ( string groupname )
- table of aclgroup aclGroupList ()
- bool aclGroupAddACL ( aclgroup group, string aclname )
- bool aclGroupRemoveACL ( aclgroup group, string aclname )
- bool aclGroupAddObject ( aclgroup group, string object )
- bool aclGroupRemoveObject ( aclgroup group, string object )