Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the auth module silent when there is no configuration for it | Melanie | 2010-01-14 | 1 | -1/+2 |
| | |||||
* | Stop AuthorizationService from throwing an error if it's not configured. | Melanie | 2009-12-07 | 1 | -1/+1 |
| | | | | Optional services should not cause red spew when they're not wanted | ||||
* | Patch + minor formatting fixes. | Diva Canto | 2009-10-31 | 1 | -3/+3 |
| | |||||
* | http://opensimulator.org/mantis/view.php?id=4337 | Douglas R. Miles | 2009-10-31 | 1 | -1/+5 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | updated the IAuthorizationService interface so that a message is passed back ↵ | Rob Smart | 2009-09-16 | 1 | -1/+3 |
| | | | | and can be displayed at the client when an avatar is denied access to a region | ||||
* | Minor indentation cleanup. | Diva Canto | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | Changed RemoteAuthorizationServiceConnector so that it implements the ↵ | Rob Smart | 2009-09-11 | 1 | -4/+3 |
| | | | | | | 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 Canto | 2009-09-10 | 1 | -9/+7 |
| | |||||
* | added AuthorizationRequest and AuthorizationResponse objects for passing ↵ | Rob Smart | 2009-09-10 | 1 | -8/+9 |
| | | | | Authorization messages over http. Added handling code for these in the AuthorizationServerConnector and AuthorizationServicesConnector | ||||
* | adding in working functionality for the remote connector | Rob Smart | 2009-09-10 | 1 | -4/+32 |
| | |||||
* | The stubs for an authorization service, at the moment the service will ↵ | Rob Smart | 2009-09-10 | 1 | -0/+91 |
always grant access to an avatar entering the region if requested. |