aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-18Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future co...Justin Clark-Casey (justincc)1-0/+6
2011-04-18Add regression test to check that OARs start with the control file.Justin Clark-Casey (justincc)1-0/+3
2011-04-18add test to ensure that an IAR starts with the control fileJustin Clark-Casey (justincc)1-10/+11
2011-04-15Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)1-7/+21
2011-03-31suspend check that IAR control file is loaded for nowJustin Clark-Casey (justincc)1-1/+6
2011-03-12factor inventory file loading into its own methodJustin Clark-Casey (justincc)1-57/+80
2011-03-12factor out iar asset load code into its own methodJustin Clark-Casey (justincc)1-29/+40
2011-03-12refactor: make boolean load indicators on load iars instance fieldsJustin Clark-Casey (justincc)1-8/+11
2011-03-12introduce iar load checks which make sure archive.xml comes first, then inven...Justin Clark-Casey (justincc)1-1/+32
2011-03-10re-enable item.CreatorId check in TestLoadIarV0_1AbsentCreator()Justin Clark-Casey (justincc)1-2/+3
2011-03-10For objects loaded from an IAR, make sure the CreatorID points towards the OS...Justin Clark-Casey (justincc)1-3/+37
2011-03-09Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta...Justin Clark-Casey (justincc)1-0/+2
2010-12-18Raise maximum iar version that master can load to 1.x, so that it can load it...Justin Clark-Casey (justincc)1-1/+1
2010-11-29Fix unit test.Diva Canto1-1/+1
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto1-5/+6
2010-10-27Formatting cleanup.Jeff Ames1-4/+4
2010-10-22Implement guard against trying to load incompatible version IARsJustin Clark-Casey (justincc)1-2/+19
2010-10-22start parsing iar control fileJustin Clark-Casey (justincc)1-1/+19
2010-10-22Implement guard against trying to load incompatible version IARsJustin Clark-Casey (justincc)1-2/+19
2010-10-22start parsing iar control fileJustin Clark-Casey (justincc)1-1/+19
2010-09-12Formatting cleanup.Jeff Ames1-9/+9
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)1-2/+1
2010-08-27minor: reduce log chattiness of "load iar" for IARs with lots of foldersJustin Clark-Casey (justincc)1-1/+1
2010-07-14improve closing of load/save iar streams in the event of a problemJustin Clark-Casey (justincc)1-39/+41
2010-07-12uncomment a load iar code line I accidentally commented in the last commitJustin Clark-Casey (justincc)1-1/+1
2010-07-12comment out a lot of the debug log messages when loading an iarJustin Clark-Casey (justincc)1-10/+10
2010-06-30Add --merge switch to load iar.Justin Clark-Casey (justincc)1-49/+61
2010-06-18Fix problem where iar load would duplicate huge number of foldersJustin Clark-Casey (justincc)1-3/+3
2010-06-18change TestPartExistingIarPath() to check appropriate folder creationJustin Clark-Casey (justincc)1-17/+22
2010-06-18in IAR utils, return all folders that match a particular path rather than jus...Justin Clark-Casey (justincc)1-5/+8
2010-06-11create inactive test for iar folders/items merged with existing pathsJustin Clark-Casey (justincc)1-34/+0
2010-06-05various refactorings on methods to replicate IAR paths to user inventory in o...Justin Clark-Casey (justincc)1-81/+127
2010-06-04refactor: do pathname trimming outside of ReplicateArchivePathToUserInventory()Justin Clark-Casey (justincc)1-10/+7
2010-05-28Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)1-2/+1
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-7/+7
2010-01-09Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto1-1/+1
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-2/+2
2009-12-23Fix a bounds exception I came across in IAR restoreMelanie1-0/+5
2009-12-22Added Close() to Inventory/Archiver/InventoryArchiveReadRequest, so that the ...Diva Canto1-1/+7
2009-11-26Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)1-0/+8
2009-11-24Make load/save iar slightly better in the face of io failures by always attem...Justin Clark-Casey (justincc)1-31/+37
2009-11-23Formatting cleanup.Jeff Ames1-3/+3
2009-11-13minor: A further minor tweak to reduce iar load logging verbosityJustin Clark-Casey (justincc)1-2/+2
2009-11-09refactor out iar escapingJustin Clark-Casey (justincc)1-8/+1
2009-11-09minor: correct slightly over-enthusiastic load iar logging messageJustin Clark-Casey (justincc)1-2/+1
2009-11-09fix load iar regression accidentally introduced in last commitJustin Clark-Casey (justincc)1-1/+1
2009-11-09minor: tweak load iar messages to be slightly less verboseJustin Clark-Casey (justincc)1-4/+5