aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthorizationService/AuthorizationService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-02Another attempt at sorting out the auto group chicken and egg problems.onefang1-1/+2
Are you a local? Asking for a friend.
2011-07-23Pass the first name and last name from the agent circuit data to the ↵Justin Clark-Casey (justincc)1-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
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/+1
2009-09-10The stubs for an authorization service, at the moment the service will ↵Rob Smart1-18/+14
always grant access to an avatar entering the region if requested.
2009-09-06Remove the encryption from the IAuthenticationService interface. ThatMelanie1-5/+0
is too high up for that type of stuff. It needs to be at the connector/handler level
2009-09-04Implement plain password authentication partway. Tested, but no userMelanie1-11/+1
functionality yet.
2009-09-04Flech out the Authentication service. Add the database loader. IntroduceMelanie1-13/+12
inheritance to deal with common tasks like crypto. Still untested.
2009-09-03Remove the distinction between password and login key in the authenticationMelanie1-13/+3
service. This will be done in the login service instead, it's out of scope for an authenticator
2009-08-31Recreate the shell of the AuthenticationService to squelch Windows buildMelanie1-19/+29
error. WIll be filled in as soon as I figure out the crypto stuff.
2009-08-09Finish the renaming and mae things compile againMelanie1-9/+9
2009-06-30Updated services to allow external applications like web interfaces toMelanie Thielker1-1/+11
authenticate against the services. This paves the way for such apps to directly talk to services.
2009-06-22Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker1-1/+1
connector and the glue code.
2009-06-22Committing the meat of the user server interface and the bones of the ↵Melanie Thielker1-0/+24
service implementation
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-05Some refactoring. Database is now active in the new user serverMelanie Thielker1-4/+4
2009-05-05Plumb the database into the new server skelMelanie Thielker1-0/+3
2009-05-05Plumb the new server connector logicMelanie Thielker1-1/+32
2009-05-05Add an interface skeleton for user servicesMelanie Thielker1-0/+8