aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthorizationService (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another attempt at sorting out the auto group chicken and egg problems.onefang2019-08-021-1/+2
| | | | Are you a local? Asking for a friend.
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-5/+5
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-2/+2
|
* The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
|
* Pass the first name and last name from the agent circuit data to the ↵Justin Clark-Casey (justincc)2011-07-231-2/+3
| | | | | | | | | | authorization service rather than from the account. This is to accomodate situations where the authorization service is being used by the hypergrid, where visitors have no user account. See http://opensimulator.org/mantis/view.php?id=5517, this code is somewhat adapted/cleaned up from Michelle's patch I'm a little ambivalent about this since visitors could put anything in firstname/lastname so it's not much of an auth measure. It's up to the auth service to decide which data it actually uses. Possibly we should be passing through other info such as agent circuit ip
* updated the IAuthorizationService interface so that a message is passed back ↵Rob Smart2009-09-161-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 Canto2009-09-101-1/+1
|
* The stubs for an authorization service, at the moment the service will ↵Rob Smart2009-09-102-0/+139
always grant access to an avatar entering the region if requested.