aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/UserAccounts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-7/+59
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-032-20/+12
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)2012-07-131-5/+4
* Fixed mix-up in UserAccount fields when passing UserAccounts remotely.Diva Canto2011-12-291-1/+1
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2011-12-051-1/+1
* Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)2011-10-241-2/+0
* Make ScopeID optional for http GetAccount and GetAccountsJustin Clark-Casey (justincc)2011-10-191-11/+6
* Make PrincipalID a synonym for UserID in GetUserAccountJustin Clark-Casey (justincc)2011-10-191-0/+6
* Get new NewUser and SetUserAccount calls to accept PrincipalID instead of Use...Justin Clark-Casey (justincc)2011-10-191-3/+3
* Allow an http call to set account details if AllowSetAccount = true in [UserA...Justin Clark-Casey (justincc)2011-10-191-3/+59
* Provide an option to allow remote calls to the CreateUser method on the UserA...Justin Clark-Casey (justincc)2011-10-182-4/+62
* * Made UserAccountService handle UserLevel, UserFlags and UserTitle appropria...Diva Canto2010-04-031-12/+1
* Several more buglets removed.Diva Canto2010-01-131-5/+6
* Test client for remote user account connector and service. It seems to be wor...Diva Canto2010-01-021-8/+8
* Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-22/+3
* * All modules and connectors for user account service are in place. Untested.Diva Canto2009-12-292-0/+337