Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add optional getauthinfo and setauthinfo authentication service calls. | Justin Clark-Casey (justincc) | 2011-10-24 | 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 | ||||
* | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵ | Diva Canto | 2011-04-12 | 1 | -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. | ||||
* | * Typo fixes | John Hurliman | 2010-03-09 | 1 | -1/+1 |
| | | | | * Performance improvement in the expensive GenerateClientFlags() | ||||
* | * Added SetPassword to IAuthenticationService. | Diva Canto | 2010-01-09 | 1 | -0/+6 |
| | | | | | * Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim. | ||||
* | New LL login service is working! -- tested in standalone only. Things still ↵ | Diva Canto | 2010-01-01 | 1 | -2/+2 |
| | | | | missing from response, namely Library and Friends. Appearance service is also missing. | ||||
* | Change the signature of the forms requester data in preparation to getting | Melanie | 2009-12-27 | 1 | -3/+3 |
| | | | | to where lists can be sent as requests | ||||
* | Finish the (untested) authentication connector | Melanie | 2009-09-19 | 1 | -2/+35 |
| | |||||
* | Complete the first authenticator method | Melanie | 2009-09-19 | 1 | -1/+7 |
| | |||||
* | Adding the deserializer for server form/xml replies | Melanie | 2009-09-19 | 1 | -0/+12 |
| | |||||
* | Add the skeleton of the authentication connector and the forms data requester | Melanie | 2009-09-19 | 1 | -0/+99 |