aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-26try fix IAR load inventory links and objects ownerUbitUmarov3-59/+98
2017-06-24 a few more changes to iar/oar assets save error/warning to show problems kno...UbitUmarov1-7/+11
2017-06-23 code actually has no ideia if a id is a asset or not and does try to handle ...UbitUmarov1-4/+4
2017-06-23 coment out missing or damage assets messages in uuidgather that are not very...UbitUmarov1-2/+27
2017-06-23several changes to iar/oar assets error reportsUbitUmarov1-4/+6
2017-06-22 actually iar do it for iarUbitUmarov1-0/+3
2017-06-21 avoid some broken object assets present in osgrid inventories due to past pr...UbitUmarov2-2/+6
2017-06-21make oar/iar assets writer be done by caller thread like the rest of theUbitUmarov1-4/+2
2017-01-05Massive tab and trailing space cleanupMelanie Thielker7-266/+266
2016-10-25mantis 8041: check target user password on save/load IARUbitUmarov1-3/+0
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto5-5/+0
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto1-6/+2
2015-03-11minor: Remove windows build warning about CompressionLevel package ambiguity.Justin Clark-Casey (justincc)1-0/+1
2015-01-08Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)1-8/+6
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-1/+1
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)4-4/+0
2014-09-28Improve on the last commit to InventoryArchiver: put back the original constr...Diva Canto3-10/+23
2014-09-23Modifications to previous IAR commits to bring them more inline with existing...AliciaRaven2-7/+10
2014-09-23Add an event callback for loading IAR files. The callback for creating them a...AliciaRaven7-45/+133
2014-09-23Change existing IAR save to use UUID for its callback reference instead of Gu...AliciaRaven5-17/+17
2014-09-23Include same content filters for IAR file exports that already exist for OAR ...AliciaRaven2-0/+54
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)1-1/+2
2014-03-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz1-1/+1
2014-03-24Refactored Load IAR: created a generic mechanism to modify the SOG's as they ...Oren Hurvitz1-47/+19
2014-01-20Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz1-2/+2
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-2/+2
2013-08-23Fix a printing of exception error in InventoryArchiveModule that onlyRobert Adams1-1/+1
2013-07-05Changed a few bits in Inventory/Archiver/InventoryArchiveReadRequest.cs to be...Diva Canto4-23/+27
2013-02-16Separate IAR tests into separate files for load/save/loadpath testsJustin Clark-Casey (justincc)3-245/+198
2013-02-16Make it so that "load iar / ..." does not save the 'root' "My Inventory" folder.Justin Clark-Casey (justincc)2-1/+60
2013-02-16Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)5-27/+179
2013-02-08On IAR loading, if loading of a coaleseced item entirely fails, then continue...Justin Clark-Casey (justincc)1-0/+18
2013-01-02If Save OAR/IAR times-out while waiting for assets then notify the caller tha...Oren Hurvitz1-2/+8
2012-11-17Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)2-5/+4
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus4-66/+47
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-07-24Allow load and save of IAR without a password. The password must still beMelanie1-0/+3
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