aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Null/NullUserAccountData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-16/+21
|
* Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make ↵Justin Clark-Casey (justincc)2011-03-091-14/+51
| | | | static dictionaries on NullUserAccountData instance instead to stop user accounts being carried over between tests
* get TestSaveIarV0_1() working again by setting up an ↵Justin Clark-Casey (justincc)2010-06-041-1/+1
| | | | | | OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly
* Expose Delete at IUserAccountData interface. It was there already. No ↵Diva Canto2010-04-161-0/+21
| | | | changes in IUserAccountService, just the data layer.
* Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ↵Diva Canto2010-02-141-0/+139
can run out-of-the-box. #WaitingForSQLite