aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Authorization (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-4/+7
Make all current modules support the configuration name option
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-4/+7
Make all current modules support the configuration name option
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-09-16updated the IAuthorizationService interface so that a message is passed back ↵Rob Smart1-1/+2
and can be displayed at the client when an avatar is denied access to a region
2009-09-10Changed the interface of IAuthorizationService to get less data.Diva Canto1-1/+3
2009-09-10added AuthorizationRequest and AuthorizationResponse objects for passing ↵Rob Smart2-38/+13
Authorization messages over http. Added handling code for these in the AuthorizationServerConnector and AuthorizationServicesConnector
2009-09-10adding in working functionality for the remote connectorRob Smart1-6/+31
2009-09-10The stubs for an authorization service, at the moment the service will ↵Rob Smart2-0/+131
always grant access to an avatar entering the region if requested.