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