[Opensim-dev] DearchiveInventory() without providing user password

Per Mint pmint6 at gmail.com
Tue Mar 27 10:41:16 UTC 2012


Hi,

I'm trying to make a module that would dearchive an inventory archive
without user password. This would be very useful if the user cannot provide
the password via console or any other way.

I found the following method to proceed *with* the password :

IInventoryArchiverModule iar = scene.RequestModuleInterface<
IInventoryArchiverModule>();
iar.DearchiveInventory("firstname", "lastname", "/inventory/path",
"userpassword", filestream);
but is there a way to process to IAR loading *without* password ?

Many thanks,
PMint.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20120327/b162c2d0/attachment-0001.html>


More information about the Opensim-dev mailing list