aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Osp/OspResolver.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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