aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver (follow)
Commit message (Expand)AuthorAgeFilesLines
* OpenSim found a new way for archiving to be spammy.onefang2019-07-311-15/+9
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-198-397/+541
* Even OpenSim removed the silly IAR avatar presence check. Purge it with fire.David Walter Seikel2016-11-031-139/+70
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-038-415/+706
* On IAR loading, if loading of a coaleseced item entirely fails, then continue...Justin Clark-Casey (justincc)2013-02-081-0/+18
* Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)2012-11-172-5/+4
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
* One more module converted: InventoryArchiverModule.Diva Canto2012-11-111-8/+31
* Comment out checks not to overwrite existing IAR/OAR files for now on "save i...Justin Clark-Casey (justincc)2012-11-011-2/+2
* minor: Fix verbose IAR save message to make it a bit clearer that item data i...Justin Clark-Casey (justincc)2012-10-271-1/+1
* Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)2012-10-263-14/+29
* Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)2012-10-241-0/+4
* Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)2012-08-291-32/+32
* Fix issue in InventoryArchiveTestCase where it didn't call down to OpenSimTes...Justin Clark-Casey (justincc)2012-06-271-1/+2
* Automatically disable log4net before each regression test so that logging is ...Justin Clark-Casey (justincc)2012-06-271-1/+1
* Use DotNetZip to compress OARs and IARs.Oren Hurvitz2012-04-271-1/+4
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-273-9/+9
* Added ability to exclude inventory items or folders when saving IAR files.Kevin Cozens2012-04-132-84/+128
* Clean up "save iar" helpJustin Clark-Casey (justincc)2012-03-171-8/+8
* minor: In IAR save, log when we start adding the control file rather than say...Justin Clark-Casey (justincc)2012-03-101-2/+3
* Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-2/+2
* Remove EXPERIMENTAL tags from load iar/save iar commands.Justin Clark-Casey (justincc)2012-02-251-3/+0
* Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer2012-02-032-6/+6
* Corrected console help texts for "save iar"Snoopy Pfeffer2012-02-031-2/+2
* Update save oar and save iar help responses to reflect new -h|--homenebadon2012-01-251-2/+2
* If deserializing a scene object fails during IAR load then ignore the object ...Justin Clark-Casey (justincc)2012-01-111-1/+4
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-062-14/+14
* rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2011-08-063-20/+20
* tweak messages. Make verbose inventory item save message give the item name ...Justin Clark-Casey (justincc)2011-06-141-1/+3
* Fix give inventory tests to use different users rather than (accidentally) th...Justin Clark-Casey (justincc)2011-06-041-4/+15
* insert an InventoryArchiveUtils.FindItemsByPath() to return multiple items ra...Justin Clark-Casey (justincc)2011-06-042-11/+37
* create TestGetInventoryItem()Justin Clark-Casey (justincc)2011-06-041-13/+7
* When saving an iar, don't chase down link asset IDs (since these points to ot...Justin Clark-Casey (justincc)2011-05-271-1/+4
* Add --noassets option for "save iar"Justin Clark-Casey (justincc)2011-05-263-18/+145
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-213-3/+0
* rename UserInventoryTestsUtils -> UserInventoryHelpers for consistencyJustin Clark-Casey (justincc)2011-05-211-4/+4
* rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)2011-05-213-15/+15
* Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future co...Justin Clark-Casey (justincc)2011-04-181-0/+6
* bump default IAR version to 0.2 and 1.1 for the --profile version.Justin Clark-Casey (justincc)2011-04-181-2/+2
* Add regression test to check that OARs start with the control file.Justin Clark-Casey (justincc)2011-04-181-0/+3
* add test to ensure that an IAR starts with the control fileJustin Clark-Casey (justincc)2011-04-182-11/+39
* get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)2011-04-153-9/+9
* extend TestLoadCoalesecedItem() to check loaded object ids and positionsJustin Clark-Casey (justincc)2011-04-151-1/+7
* Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)2011-04-153-26/+47
* implement stub TestLoadCoalesecedItem(). Doesn't do what it's meant to do yet.Justin Clark-Casey (justincc)2011-04-142-4/+48
* simplify InventoryArchiveTestCase setupJustin Clark-Casey (justincc)2011-04-141-18/+2
* simplify TestSaveItemToIarV0_1()Justin Clark-Casey (justincc)2011-04-141-18/+2
* suspend check that IAR control file is loaded for nowJustin Clark-Casey (justincc)2011-03-311-1/+6
* factor inventory file loading into its own methodJustin Clark-Casey (justincc)2011-03-121-57/+80
* factor out iar asset load code into its own methodJustin Clark-Casey (justincc)2011-03-121-29/+40