aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization/LocalAuthorizationServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* updated the IAuthorizationService interface so that a message is passed back ↵Rob Smart2009-09-161-2/+2
| | | | and can be displayed at the client when an avatar is denied access to a region
* Changed the interface of IAuthorizationService to get less data.Diva Canto2009-09-101-3/+3
|
* The stubs for an authorization service, at the moment the service will ↵Rob Smart2009-09-101-0/+141
always grant access to an avatar entering the region if requested.