aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-21 avoid some broken object assets present in osgrid inventories due to past ↵UbitUmarov1-2/+4
problems, etc
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-1/+1
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 ↵Diva Canto1-1/+0
OpenSim.Framework.
2014-09-28Improve on the last commit to InventoryArchiver: put back the original ↵Diva Canto1-2/+2
constructor (3rd party modules use it), change order of new parameters to make it more consistent.
2014-09-23Modifications to previous IAR commits to bring them more inline with ↵AliciaRaven1-2/+4
existing OpenSim code conventions. Also include new IAR save switch in console help print out.
2014-09-23Add an event callback for loading IAR files. The callback for creating them ↵AliciaRaven1-21/+65
already existed but not for loading. This is of interest for use by region modules. Also includes reporting numbers of items saved and items filtered to the completed log printout.
2014-09-23Change existing IAR save to use UUID for its callback reference instead of ↵AliciaRaven1-7/+7
Guid. This is for uniformity as discussed on IRC.
2014-09-23Include same content filters for IAR file exports that already exist for OAR ↵AliciaRaven1-0/+1
files. Adds new console switch --perm=CTM to save iar command.
2013-08-23Fix a printing of exception error in InventoryArchiveModule that onlyRobert Adams1-1/+1
printed the error message and not the call stack.
2013-07-05Changed a few bits in Inventory/Archiver/InventoryArchiveReadRequest.cs to ↵Diva Canto1-2/+2
be less dependent on a Scene.
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus1-4/+0
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
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 ↵Justin Clark-Casey (justincc)1-2/+2
iar/oar" since this causes problems for some backup systems. Needs more thought, maybe an explicit --force/--overwrite switch Comments on http://opensimulator.org/mantis/view.php?id=6389
2012-10-24Get "save oar" and "save iar" to tell you in a more friendly manner if the ↵Justin Clark-Casey (justincc)1-0/+4
filename to save already exists, rather than exception throwing. Also changes ConsoleUtil.CheckFileExists to CheckFileDoesNotExist() since this is more meaningful in the context, even though it does result in double negatives.
2012-07-24Allow load and save of IAR without a password. The password must still beMelanie1-0/+3
present on the command line for compatibility, but is ignored. Avination's IAR operations are administratively done and the staff doesn't have the passwords of the users.
2012-04-13Added ability to exclude inventory items or folders when saving IAR files.Kevin Cozens1-55/+69
2012-03-17Clean up "save iar" helpJustin Clark-Casey (justincc)1-8/+8
2012-03-08Change "help" to display categories/module list then "help ↵Justin Clark-Casey (justincc)1-2/+2
<category/module>" to display commands in a category. This is to deal with the hundred lines of command splurge when one previously typed "help" Modelled somewhat on the mysql console One can still type help <command> to get per command help at any point. Categories capitalized to avoid conflict with the all-lowercase commands (except for commander system, as of yet). Does not affect command parsing or any other aspects of the console apart from the help system. Backwards compatible with existing modules.
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 Pfeffer1-5/+5
corresponding RemoteAdmin parameter
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
switches which replace -p|--profile ie: "save oar --home=http://hg.osgrid.org:80 region.oar"
2011-05-26Add --noassets option for "save iar"Justin Clark-Casey (justincc)1-6/+8
Like "save oar", this saves an iar without assets This can be useful for backup when you know the required assets will still be present (e.g. you're backing up the assets db separately). This also bumps the iar format version to 0.3 and 1.2 respectively. 0.3 is backward compatible with previous opensim versions 1.2 is used if the --profile switch is specified. It is only compatible with 0.7.1 presently.
2011-03-08Make -m shortcut option for --merge on load iar specific. Correct some log ↵Justin Clark-Casey (justincc)1-7/+7
message origins.
2011-02-07Fix merge issuesMelanie1-6/+0
2011-02-03Addresses mantis #5360: CreatorData was being written as long as it wasn't ↵Diva Canto1-0/+2
null. This made iars backwards incompatible when some items had non-null foreign creators. This patch adds an explicit option (-c) to preserve foreign creator information.
2011-01-08Added a -v|verbose option to save iar.Diva Canto1-1/+3
2010-12-18uncomment "load iar" help lines which added the --merge optionJustin Clark-Casey (justincc)1-5/+3
2010-12-18minor: add [-p|--profile=<url>] to usage line that pops up if save iar ↵Justin Clark-Casey (justincc)1-3/+3
console command isn't valid
2010-12-11Remove the restriction that you have to be logged in when loading/saving iarsJustin Clark-Casey (justincc)1-65/+63
This is pointless as we're supplying the password on the command line
2010-11-29Fix unit test.Diva Canto1-3/+7
2010-11-29Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto1-12/+42
usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
2010-09-12Formatting cleanup.Jeff Ames1-14/+14
2010-07-14improve closing of load/save iar streams in the event of a problemJustin Clark-Casey (justincc)1-48/+63
2010-06-30Add --merge switch to load iar.Justin Clark-Casey (justincc)1-29/+31
When this switch is used, iar folders are merged with existing same-name user inventory folders. This makes it a little easier to back and restore entire individual user inventories, among other things Added unit test to check behaviour
2010-06-04add ability for load iar/save iar to take in arbitrary optionsJustin Clark-Casey (justincc)1-20/+47
not used for anything yet
2010-06-04get TestSaveIarV0_1() working again by setting up an ↵Justin Clark-Casey (justincc)1-1/+3
OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly
2010-05-28Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)1-4/+17
So, something like load iar Justin Clark-Casey / PASSWORD http://justincc.org/downloads/iars/my-great-items.iar Will load my IAR directly from the web.
2010-03-27May fix mantis #4613Diva Canto1-1/+2
2010-02-22Formatting cleanup.Jeff Ames1-4/+4
2010-02-19forestall bug reports about the Command error: ↵Justin Clark-Casey (justincc)1-6/+60
System.EntryPointNotFoundException: CreateZStream save/load oar/iar issue by telling the user what the likely problem is
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-29/+6
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-29/+6
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-6/+29
Signed-off-by: Melanie <melanie@t-data.com>
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-29/+28
* HG is seriously broken here * Compiles. Untested.
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-1/+1
* Started rerouting calls to UserService. * Compiles. May run.
2009-11-26Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)1-1/+1
See http://opensimulator.org/mantis/view.php?id=4394 This change preserves the uuid when a profile is found rather than the ospa