aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Authentication (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-0/+7
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-5/+9
2012-05-09Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)1-0/+0
the actual class names. This is usually because the file name was singular (*Service*) but the class name was plural (*Services*). This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector. This does not affect existing configuration since the files are being renamed rather than the classes.
2011-10-24Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)1-0/+12
These are disabled by default, as before. Please only turn these on in secure grids, since they allow the same facilities as the existing SetPassword call (also disabled by default) These facilities can be helpful when integrating external systems, in addition to the existing option of adapting an IAuthenticationService or using WebLoginKey
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