aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/UserAccounts (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-19Allow an http call to set account details if AllowSetAccount = true in ↵Justin Clark-Casey (justincc)1-3/+59
[UserAccountService]. As before, default is false to not allow these calls.
2011-10-18Provide an option to allow remote calls to the CreateUser method on the ↵Justin Clark-Casey (justincc)2-4/+62
UserAccountService Default is false, as before. Enabling AllowCreateUser in [UserAccountService] for ROBUST allows avatars to be created via an http call, with viewer 2 appropriate bits and pieces. Only Ruths can be created at present. Please don't rely on the config since at some point CreateUser will be moved to a separate co-ordinating service.
2010-04-03* Made UserAccountService handle UserLevel, UserFlags and UserTitle ↵Diva Canto1-12/+1
appropriately. * Removed Store service from the UserAccount handler.
2010-01-13Several more buglets removed.Diva Canto1-5/+6
2010-01-02Test client for remote user account connector and service. It seems to be ↵Diva Canto1-8/+8
working.
2009-12-31Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie1-22/+3
Implement the fetch operations fully. Rename one last UserService file to UserAccountService
2009-12-29* All modules and connectors for user account service are in place. Untested.Diva Canto2-0/+337
* Cleaned up a few things on presence connectors