aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Authentication (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto1-1/+0
OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
2010-03-09* Typo fixesJohn Hurliman1-1/+1
* Performance improvement in the expensive GenerateClientFlags()
2010-01-09* Added SetPassword to IAuthenticationService.Diva Canto1-0/+6
* Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
2010-01-05Change the signature of the forms requester data in preparation to gettingMelanie1-3/+3
to where lists can be sent as requests
2010-01-01New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto1-2/+2
missing from response, namely Library and Friends. Appearance service is also missing.
2009-12-27Change the signature of the forms requester data in preparation to gettingMelanie1-3/+3
to where lists can be sent as requests
2009-09-19Finish the (untested) authentication connectorMelanie1-2/+35
2009-09-19Complete the first authenticator methodMelanie1-1/+7
2009-09-19Adding the deserializer for server form/xml repliesMelanie1-0/+12
2009-09-19Add the skeleton of the authentication connector and the forms data requesterMelanie1-0/+99