aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Authorization/AuthorizationServerConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix loading modules with alternate configurations and ports into ROBUST.Melanie2009-09-291-4/+7
| | | | Make all current modules support the configuration name option
* 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.