aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IAuthorizationService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updated the IAuthorizationService interface so that a message is passed back ↵Rob Smart2009-09-161-1/+1
| | | | and can be displayed at the client when an avatar is denied access to a region
* moved AuthorizationRequest and AuthorizationResponse to ↵Rob Smart2009-09-111-0/+98
| | | | IAuthorizationService to keep service dependencies together.
* Changed the interface of IAuthorizationService to get less data.Diva Canto2009-09-101-1/+1
|
* The stubs for an authorization service, at the moment the service will ↵Rob Smart2009-09-101-0/+46
always grant access to an avatar entering the region if requested.