aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-16updated the IAuthorizationService interface so that a message is passed back ↵Rob Smart2-4/+5
and can be displayed at the client when an avatar is denied access to a region
2009-09-13Formatting cleanup.Jeff Ames1-1/+1
2009-09-11Minor indentation cleanup.Diva Canto1-2/+3
2009-09-11Changed RemoteAuthorizationServiceConnector so that it implements the ↵Rob Smart1-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.
2009-09-10Changed the interface of IAuthorizationService to get less data.Diva Canto1-3/+3
2009-09-10adding in working functionality for the remote connectorRob Smart1-1/+1
2009-09-10The stubs for an authorization service, at the moment the service will ↵Rob Smart2-0/+254
always grant access to an avatar entering the region if requested.