aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Permissions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *Added CanRunScript to SceneExternalChecksmingchen2008-05-071-0/+2
|
* *Added SceneExternalChecks.cs that is used to manage checking the results of ↵mingchen2008-05-071-1/+10
| | | | multiple functions that register with the class and return the result (usually true/false) based on those results. This is useful for module wanting to put their opinion in decisions such as 'can the user rez this object?'
* De-tabify source.Jeff Ames2008-05-061-3/+3
|
* * Cleaning up code, making it conform to OpenSim standards.Adam Frisby2008-05-061-7/+7
|
* * Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey2008-05-051-0/+698