aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-73/+144
* 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-031-30/+76
* 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
* 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
* Added ability to exclude inventory items or folders when saving IAR files.Kevin Cozens2012-04-131-55/+69
* Clean up "save iar" helpJustin Clark-Casey (justincc)2012-03-171-8/+8
* 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-031-5/+5
* 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
* Add --noassets option for "save iar"Justin Clark-Casey (justincc)2011-05-261-6/+8
* Make -m shortcut option for --merge on load iar specific. Correct some log m...Justin Clark-Casey (justincc)2011-03-081-7/+7
* Addresses mantis #5360: CreatorData was being written as long as it wasn't nu...Diva Canto2011-02-031-0/+2
* Added a -v|verbose option to save iar.Diva Canto2011-01-081-1/+3
* uncomment "load iar" help lines which added the --merge optionJustin Clark-Casey (justincc)2010-12-181-5/+3
* minor: add [-p|--profile=<url>] to usage line that pops up if save iar consol...Justin Clark-Casey (justincc)2010-12-181-3/+3
* Remove the restriction that you have to be logged in when loading/saving iarsJustin Clark-Casey (justincc)2010-12-111-65/+63
* Fix unit test.Diva Canto2010-11-291-3/+7
* Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-291-12/+42
* Formatting cleanup.Jeff Ames2010-09-121-14/+14
* Merge branch 'iar-merge'Justin Clark-Casey (justincc)2010-08-041-26/+28
|\
| * Add --merge switch to load iar.Justin Clark-Casey (justincc)2010-06-301-29/+31
* | improve closing of load/save iar streams in the event of a problemJustin Clark-Casey (justincc)2010-07-141-48/+63
|/
* add ability for load iar/save iar to take in arbitrary optionsJustin Clark-Casey (justincc)2010-06-041-20/+47
* get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu...Justin Clark-Casey (justincc)2010-06-041-1/+3
* Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2010-05-281-4/+17
* May fix mantis #4613Diva Canto2010-03-271-1/+2
* Merge branch 'master' into presence-refactorMelanie2010-02-221-6/+60
|\
| * Formatting cleanup.Jeff Ames2010-02-221-4/+4
| * forestall bug reports about the Command error: System.EntryPointNotFoundExcep...Justin Clark-Casey (justincc)2010-02-191-6/+60
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-29/+6
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-231-6/+29
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-29/+28
* | * Finished SimulationServiceConnectorDiva Canto2010-01-071-1/+1
|/
* Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)2009-11-261-1/+1
* minor: remove experimental tags from load iar and save iar commandsJustin Clark-Casey (justincc)2009-11-241-2/+2
* Formatting cleanup.Jeff Ames2009-10-011-23/+23
* Produce a different error message if the user service does not have the authe...Justin Clark-Casey (justincc)2009-09-241-11/+18
* Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)2009-09-241-16/+5
* correct off-by-one error in save iar command handlingJustin Clark-Casey (justincc)2009-09-181-1/+1
* provide intelligble warning of why load/save iar doesn't work on grid mode, p...Justin Clark-Casey (justincc)2009-09-181-0/+14
* on iar save/load, let the user know if they put in the wrong passwordJustin Clark-Casey (justincc)2009-09-161-22/+17
* Some OSGrid specific changes, please use this or later for OSGrid useMelanie2009-09-151-14/+35
* label load and save iar commands as experimental.Justin Clark-Casey (justincc)2009-09-141-2/+6
* re-enable load and save iar commandsJustin Clark-Casey (justincc)2009-09-141-8/+0