Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix loading modules with alternate configurations and ports into ROBUST. | Melanie | 2009-09-29 | 1 | -4/+7 |
| | | | | Make all current modules support the configuration name option | ||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | updated the IAuthorizationService interface so that a message is passed back ↵ | Rob Smart | 2009-09-16 | 1 | -1/+2 |
| | | | | and can be displayed at the client when an avatar is denied access to a region | ||||
* | Changed the interface of IAuthorizationService to get less data. | Diva Canto | 2009-09-10 | 1 | -1/+3 |
| | |||||
* | added AuthorizationRequest and AuthorizationResponse objects for passing ↵ | Rob Smart | 2009-09-10 | 2 | -38/+13 |
| | | | | 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 | -6/+31 |
| | |||||
* | The stubs for an authorization service, at the moment the service will ↵ | Rob Smart | 2009-09-10 | 2 | -0/+131 |
always grant access to an avatar entering the region if requested. |