aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Finished SimulationServiceConnectorDiva Canto2010-01-071-3/+3
| | | | | * Started rerouting calls to UserService. * Compiles. May run.
* Same for the remote auth connectorMelanie2009-12-071-1/+1
|
* Formatting cleanup.Jeff Ames2009-10-012-2/+2
|
* updated the IAuthorizationService interface so that a message is passed back ↵Rob Smart2009-09-162-4/+5
| | | | and can be displayed at the client when an avatar is denied access to a region
* Formatting cleanup.Jeff Ames2009-09-131-1/+1
|
* Minor indentation cleanup.Diva Canto2009-09-111-2/+3
|
* Changed RemoteAuthorizationServiceConnector so that it implements the ↵Rob Smart2009-09-111-4/+45
| | | | | | IAuthorization interface method isAuthorizedForRegion looks up user and region data and delegates the remote authorization check to the AuthorizationServiceConnector This keeps the IAuthorization as clean as possible and moves the dependency of using a UserProfileData object out to the connector from the scene.
* Changed the interface of IAuthorizationService to get less data.Diva Canto2009-09-101-3/+3
|
* adding in working functionality for the remote connectorRob Smart2009-09-101-1/+1
|
* The stubs for an authorization service, at the moment the service will ↵Rob Smart2009-09-102-0/+254
always grant access to an avatar entering the region if requested.