aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/UserAccounts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Made UserAccountService handle UserLevel, UserFlags and UserTitle ↵Diva Canto2010-04-031-12/+1
| | | | | | appropriately. * Removed Store service from the UserAccount handler.
* Several more buglets removed.Diva Canto2010-01-131-5/+6
|
* Test client for remote user account connector and service. It seems to be ↵Diva Canto2010-01-021-8/+8
| | | | working.
* Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-22/+3
| | | | | Implement the fetch operations fully. Rename one last UserService file to UserAccountService
* * All modules and connectors for user account service are in place. Untested.Diva Canto2009-12-292-0/+337
* Cleaned up a few things on presence connectors