Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-03-10 | 1 | -14/+51 |
|\ | |||||
| * | Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make ↵ | Justin Clark-Casey (justincc) | 2011-03-09 | 1 | -14/+51 |
| | | | | | | | | static dictionaries on NullUserAccountData instance instead to stop user accounts being carried over between tests | ||||
* | | Add the ability for gods to impersonate users. For this, bit 6 needs to be | Melanie | 2010-11-25 | 1 | -0/+5 |
|/ | | | | | | set in the target's UserFlags and the impersonator must have UserLevel 200 or above. The user can then log in using the target's name and their own password. | ||||
* | get TestSaveIarV0_1() working again by setting up an ↵ | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -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 Canto | 2010-04-16 | 1 | -0/+21 |
| | | | | changes in IUserAccountService, just the data layer. | ||||
* | Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ↵ | Diva Canto | 2010-02-14 | 1 | -0/+139 |
can run out-of-the-box. #WaitingForSQLite |