aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-03Even OpenSim removed the silly IAR avatar presence check. Purge it with fire.David Walter Seikel1-139/+70
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel8-415/+706
2013-02-08On IAR loading, if loading of a coaleseced item entirely fails, then continue...Justin Clark-Casey (justincc)1-0/+18
2012-11-17Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)2-5/+4
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-11One more module converted: InventoryArchiverModule.Diva Canto1-8/+31
2012-11-01Comment out checks not to overwrite existing IAR/OAR files for now on "save i...Justin Clark-Casey (justincc)1-2/+2
2012-10-27minor: Fix verbose IAR save message to make it a bit clearer that item data i...Justin Clark-Casey (justincc)1-1/+1
2012-10-26Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)3-14/+29
2012-10-24Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)1-0/+4
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)1-32/+32
2012-06-27Fix issue in InventoryArchiveTestCase where it didn't call down to OpenSimTes...Justin Clark-Casey (justincc)1-1/+2
2012-06-27Automatically disable log4net before each regression test so that logging is ...Justin Clark-Casey (justincc)1-1/+1
2012-04-27Use DotNetZip to compress OARs and IARs.Oren Hurvitz1-1/+4
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)3-9/+9
2012-04-13Added ability to exclude inventory items or folders when saving IAR files.Kevin Cozens2-84/+128
2012-03-17Clean up "save iar" helpJustin Clark-Casey (justincc)1-8/+8
2012-03-10minor: In IAR save, log when we start adding the control file rather than say...Justin Clark-Casey (justincc)1-2/+3
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-2/+2
2012-02-25Remove EXPERIMENTAL tags from load iar/save iar commands.Justin Clark-Casey (justincc)1-3/+0
2012-02-03Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer2-6/+6
2012-02-03Corrected console help texts for "save iar"Snoopy Pfeffer1-2/+2
2012-01-25Update save oar and save iar help responses to reflect new -h|--homenebadon1-2/+2
2012-01-11If deserializing a scene object fails during IAR load then ignore the object ...Justin Clark-Casey (justincc)1-1/+4
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2-14/+14
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)3-20/+20
2011-06-14tweak messages. Make verbose inventory item save message give the item name ...Justin Clark-Casey (justincc)1-1/+3
2011-06-04Fix give inventory tests to use different users rather than (accidentally) th...Justin Clark-Casey (justincc)1-4/+15
2011-06-04insert an InventoryArchiveUtils.FindItemsByPath() to return multiple items ra...Justin Clark-Casey (justincc)2-11/+37
2011-06-04create TestGetInventoryItem()Justin Clark-Casey (justincc)1-13/+7
2011-05-27When saving an iar, don't chase down link asset IDs (since these points to ot...Justin Clark-Casey (justincc)1-1/+4
2011-05-26Add --noassets option for "save iar"Justin Clark-Casey (justincc)3-18/+145
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)3-3/+0
2011-05-21rename UserInventoryTestsUtils -> UserInventoryHelpers for consistencyJustin Clark-Casey (justincc)1-4/+4
2011-05-21rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)3-15/+15
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-18bump default IAR version to 0.2 and 1.1 for the --profile version.Justin Clark-Casey (justincc)1-2/+2
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)2-11/+39
2011-04-15get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)3-9/+9
2011-04-15extend TestLoadCoalesecedItem() to check loaded object ids and positionsJustin Clark-Casey (justincc)1-1/+7
2011-04-15Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)3-26/+47
2011-04-14implement stub TestLoadCoalesecedItem(). Doesn't do what it's meant to do yet.Justin Clark-Casey (justincc)2-4/+48
2011-04-14simplify InventoryArchiveTestCase setupJustin Clark-Casey (justincc)1-18/+2
2011-04-14simplify TestSaveItemToIarV0_1()Justin Clark-Casey (justincc)1-18/+2
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