Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-07-23 | Pass the first name and last name from the agent circuit data to the ↵ | Justin Clark-Casey (justincc) | 1 | -14/+18 | |
authorization service rather than from the account. This is to accomodate situations where the authorization service is being used by the hypergrid, where visitors have no user account. See http://opensimulator.org/mantis/view.php?id=5517, this code is somewhat adapted/cleaned up from Michelle's patch I'm a little ambivalent about this since visitors could put anything in firstname/lastname so it's not much of an auth measure. It's up to the auth service to decide which data it actually uses. Possibly we should be passing through other info such as agent circuit ip | |||||
2009-09-16 | updated the IAuthorizationService interface so that a message is passed back ↵ | Rob Smart | 1 | -1/+1 | |
and can be displayed at the client when an avatar is denied access to a region | |||||
2009-09-11 | moved AuthorizationRequest and AuthorizationResponse to ↵ | Rob Smart | 1 | -0/+98 | |
IAuthorizationService to keep service dependencies together. | |||||
2009-09-10 | Changed the interface of IAuthorizationService to get less data. | Diva Canto | 1 | -1/+1 | |
2009-09-10 | The stubs for an authorization service, at the moment the service will ↵ | Rob Smart | 1 | -3/+11 | |
always grant access to an avatar entering the region if requested. | |||||
2009-06-22 | Update svn properties. | Jeff Ames | 1 | -38/+38 | |
2009-06-14 | Factoring out "land_data" / RequestLandData that was hanging off of ↵ | diva | 1 | -38/+38 | |
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works. | |||||
2009-06-14 | Update svn properties. | Jeff Ames | 1 | -38/+38 | |
2009-06-14 | Oops. Forgot to add this file. | diva | 1 | -33/+38 | |
2009-05-05 | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 1 | -0/+27 | |
2009-05-05 | Some refactoring. Database is now active in the new user server | Melanie Thielker | 1 | -1/+1 | |
2009-05-05 | Add an interface skeleton for user services | Melanie Thielker | 1 | -0/+6 | |