aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization/External/OspResolver.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-22/+22
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where ↵Justin Clark-Casey (justincc)1-3/+11
folders with asset type of 'Folder' and 'Unknown' were accidentally treated as system folders. This prevented more than one additional ordinary folder from being created in the base "My Inventory" user folder. Added regression test for this case. Switched tests to use XInventoryService with mostly implemented TestXInventoryDataPlugin rather than InventoryService Disabled TestLoadIarV0_1SameNameCreator() since this has not been working for a very long time (ever since XInventoryService) started being used since it doesnt' preserve creator data in the same way as InventoryService did and so effectively lost the OSPAs. However, nobody noticed/complained about this issue and OSPAs have been superseded by HG like creator information via the --home save oar/iar switch.
2011-03-09Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make ↵Justin Clark-Casey (justincc)1-1/+18
static dictionaries on NullUserAccountData instance instead to stop user accounts being carried over between tests
2010-11-29Fix unit test.Diva Canto1-0/+6
2010-11-29Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto1-1/+1
usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
2010-03-31First attempt at fixing mantis #4641. It's better but there are now some ↵Diva Canto1-1/+4
issues with permissions. (looks like my commit is going to touch CM files, I'm going to let it do it - eof only)
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+0
2010-01-09Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto1-10/+11
2009-11-13make logging less verbose when loading iarsJustin Clark-Casey (justincc)1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-6/+6
2009-09-09Add test to check behaviour if an iar is loaded where no user profile exists ↵Justin Clark-Casey (justincc)1-1/+6
for the creators Disable generation of temporary profiles for now, instead record loading user as creator
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-07* minor: Quieten down temporary profile resolver to only log when it's ↵Justin Clarke Casey1-3/+3
actually dealing with a temporary profile
2009-05-05* If an item creator id contains an iar loaded name, create a temporary ↵Justin Clarke Casey1-10/+9
profile and hashed UUID to represent the user
2009-05-04* refactor: move OspResolver to a different namespaceJustin Clarke Casey1-1/+1
2009-05-04* Insert profile references for creators for items saved into iarsJustin Clarke Casey1-3/+18
2009-04-30* refactor: move iar name hashing into a methodJustin Clarke Casey1-1/+11
2009-04-29* Add test to check temp profile creation on iar loadJustin Clarke Casey1-4/+8
2009-04-29* Adjust load iar unit test to check load of items with creator names that ↵Justin Clarke Casey1-2/+13
exist in the system but which are not the loading user
2009-04-28* Add preliminary code for resolving iar profile namesJustin Clarke Casey1-0/+130
* Not yet active