aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Authorization/AuthorizationServerConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added AuthorizationRequest and AuthorizationResponse objects for passing ↵Rob Smart2009-09-101-1/+1
| | | | Authorization messages over http. Added handling code for these in the AuthorizationServerConnector and AuthorizationServicesConnector
* The stubs for an authorization service, at the moment the service will ↵Rob Smart2009-09-101-0/+61
always grant access to an avatar entering the region if requested.