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