aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IUserAccountData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-0/+1
2010-04-16Expose Delete at IUserAccountData interface. It was there already. No ↵Diva Canto1-0/+1
changes in IUserAccountService, just the data layer.
2009-12-31Implement avatar picker queriesMelanie1-0/+1
2009-12-31Implement saving user account dataMelanie1-2/+2
2009-12-30Some modifications to user service. Query by name is implemented nowMelanie1-0/+1
2009-12-29Change the interface a bit before someone depends on it's current formMelanie1-1/+1
2009-12-29Give the new user tables the once-over. Strip the current set of methodsMelanie1-6/+2
from IUserAccountService, we need to define what goes in there. Change the handler to the generic handler. Adjust migrations, add index
2009-12-28* Added packing/unpacking of the Home fields in PresenceInfoDiva Canto1-1/+1
* Cleaned up IUserService and beefed up UserAccoutData
2009-09-06Revising the user account data interfaces. No user functionality yetMelanie1-8/+7
2009-09-04Fully implement unencrypted auth token operationsMelanie1-0/+4
2009-09-04Add the user authentication data adapter. This is meant to use a new tableMelanie1-5/+15
schema, but can read the old ones for compatibility. It should not be used to write to the old tables unless you know what you're doing! This is untested and will probably not work.
2009-07-01Formatting cleanup.Jeff Ames1-7/+7
2009-07-01Add copyright headers.Jeff Ames1-1/+26
2009-07-01Update svn properties.Jeff Ames1-17/+17
2009-06-29Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke1-0/+17
The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object.