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