aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IUserAccountService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor: remove some compiler warningsJustin Clark-Casey (justincc)2010-12-101-1/+1
|
* Fixes creation date issue on user accounts.Diva Canto2010-06-151-1/+3
|
* Get the user's DOB back from the server response properly.Melanie Thielker2010-05-291-1/+1
|
* Make the IUserAccountData properly unpack the god mode data, so grid godsMelanie Thielker2010-05-021-3/+3
| | | | work again
* First stage of the new interactive region creation. This will allow creationMelanie2010-03-231-2/+2
| | | | | | | of a region and joining it to an existing estate or creating a new estate, as well as creating an estate owner if in standalone, and assigning estate owners. In Grid mode, existing users must be used. MySQL ONLY!!!! so far, as I can't develop or test for either SQLite or MSSQL.
* Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12Justin Clark-Casey (justincc)2010-03-121-7/+13
| | | | | | Adds MockUserAccountService and connects it up Stops services being carried over between tests since this leads to hard to find bugs Improves information and error reporting when loading plugins
* Several more buglets removed.Diva Canto2010-01-131-4/+4
|
* * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-0/+19
| | | | | * HG is seriously broken here * Compiles. Untested.
* Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-0/+11
|
* Flattening the ServiceURLsDiva Canto2010-01-021-3/+23
|
* Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-0/+103
Implement the fetch operations fully. Rename one last UserService file to UserAccountService