aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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 <category/module>"...Justin Clark-Casey (justincc)1-2/+2
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
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
2011-05-26Add --noassets option for "save iar"Justin Clark-Casey (justincc)1-6/+8
2011-03-08Make -m shortcut option for --merge on load iar specific. Correct some log m...Justin Clark-Casey (justincc)1-7/+7
2011-02-03Addresses mantis #5360: CreatorData was being written as long as it wasn't nu...Diva Canto1-0/+2
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 consol...Justin Clark-Casey (justincc)1-3/+3
2010-12-11Remove the restriction that you have to be logged in when loading/saving iarsJustin Clark-Casey (justincc)1-65/+63
2010-11-29Fix unit test.Diva Canto1-3/+7
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto1-12/+42
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
2010-06-04add ability for load iar/save iar to take in arbitrary optionsJustin Clark-Casey (justincc)1-20/+47
2010-06-04get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu...Justin Clark-Casey (justincc)1-1/+3
2010-05-28Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)1-4/+17
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: System.EntryPointNotFoundExcep...Justin Clark-Casey (justincc)1-6/+60
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-29/+6
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-6/+29
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
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-1/+1
2009-11-26Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)1-1/+1
2009-11-24minor: remove experimental tags from load iar and save iar commandsJustin Clark-Casey (justincc)1-2/+2
2009-10-01Formatting cleanup.Jeff Ames1-23/+23
2009-09-24Produce a different error message if the user service does not have the authe...Justin Clark-Casey (justincc)1-11/+18
2009-09-24Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)1-16/+5
2009-09-18correct off-by-one error in save iar command handlingJustin Clark-Casey (justincc)1-1/+1
2009-09-18provide intelligble warning of why load/save iar doesn't work on grid mode, p...Justin Clark-Casey (justincc)1-0/+14
2009-09-16on iar save/load, let the user know if they put in the wrong passwordJustin Clark-Casey (justincc)1-22/+17
2009-09-15Some OSGrid specific changes, please use this or later for OSGrid useMelanie1-14/+35
2009-09-14label load and save iar commands as experimental.Justin Clark-Casey (justincc)1-2/+6
2009-09-14re-enable load and save iar commandsJustin Clark-Casey (justincc)1-8/+0
2009-09-11Disable non-user ready load/save iar for now pending possible format changeJustin Clark-Casey (justincc)1-2/+10
2009-09-07Only allow iar load/save if user is logged in to the region simulatorJustin Clark-Casey (justincc)1-22/+106
2009-09-07change default iar filenameJustin Clark-Casey (justincc)1-1/+1
2009-09-06refactor: use direct scene reference in inventory archive read requestJustin Clark-Casey (justincc)1-15/+5
2009-09-06refactor: replace some uses of iar module reference with scene insteadJustin Clark-Casey (justincc)1-2/+2
2009-09-04Add ids to iar requestsJustin Clark-Casey (justincc)1-11/+30