aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | corresponding RemoteAdmin parameter
* 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
| | | | | switches which replace -p|--profile ie: "save oar --home=http://hg.osgrid.org:80 region.oar"
* Add --noassets option for "save iar"Justin Clark-Casey (justincc)2011-05-261-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.
* Make -m shortcut option for --merge on load iar specific. Correct some log ↵Justin Clark-Casey (justincc)2011-03-081-7/+7
| | | | message origins.
* Addresses mantis #5360: CreatorData was being written as long as it wasn't ↵Diva Canto2011-02-031-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.
* 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 ↵Justin Clark-Casey (justincc)2010-12-181-3/+3
| | | | console command isn't valid
* Remove the restriction that you have to be logged in when loading/saving iarsJustin Clark-Casey (justincc)2010-12-111-65/+63
| | | | This is pointless as we're supplying the password on the command line
* Fix unit test.Diva Canto2010-11-291-3/+7
|
* Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto2010-11-291-12/+42
| | | | usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
* Formatting cleanup.Jeff Ames2010-09-121-14/+14
|
* Merge branch 'iar-merge'Justin Clark-Casey (justincc)2010-08-041-26/+28
|\ | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
| * Add --merge switch to load iar.Justin Clark-Casey (justincc)2010-06-301-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
* | 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
| | | | not used for anything yet
* get TestSaveIarV0_1() working again by setting up an ↵Justin Clark-Casey (justincc)2010-06-041-1/+3
| | | | | | OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly
* Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2010-05-281-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.
* May fix mantis #4613Diva Canto2010-03-271-1/+2
|
* Merge branch 'master' into presence-refactorMelanie2010-02-221-6/+60
|\ | | | | | | This brings presence-refactor up to master again
| * Formatting cleanup.Jeff Ames2010-02-221-4/+4
| |
| * forestall bug reports about the Command error: ↵Justin Clark-Casey (justincc)2010-02-191-6/+60
| | | | | | | | System.EntryPointNotFoundException: CreateZStream save/load oar/iar issue by telling the user what the likely problem is
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-29/+6
| | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-231-6/+29
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | 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
| | | | | | | | | | * HG is seriously broken here * Compiles. Untested.
* | * Finished SimulationServiceConnectorDiva Canto2010-01-071-1/+1
|/ | | | | * Started rerouting calls to UserService. * Compiles. May run.
* Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)2009-11-261-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
* 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 ↵Justin Clark-Casey (justincc)2009-09-241-11/+18
| | | | authenticate method available
* Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)2009-09-241-16/+5
| | | | | This should allow load/save iar to work for grid mode as long as the grid user service is later than this revision Grid services of earlier revisions will always erroneously report incorrect password. This will be addressed shortly.
* 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, ↵Justin Clark-Casey (justincc)2009-09-181-0/+14
| | | | pending a fix
* on iar save/load, let the user know if they put in the wrong passwordJustin Clark-Casey (justincc)2009-09-161-22/+17
| | | | refactor GetUserInfo() to eliminate copypasta
* 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
|
* Disable non-user ready load/save iar for now pending possible format changeJustin Clark-Casey (justincc)2009-09-111-2/+10
|
* Only allow iar load/save if user is logged in to the region simulatorJustin Clark-Casey (justincc)2009-09-071-22/+106
|
* change default iar filenameJustin Clark-Casey (justincc)2009-09-071-1/+1
|
* refactor: use direct scene reference in inventory archive read requestJustin Clark-Casey (justincc)2009-09-061-15/+5
|
* refactor: replace some uses of iar module reference with scene insteadJustin Clark-Casey (justincc)2009-09-061-2/+2
|
* Add ids to iar requestsJustin Clark-Casey (justincc)2009-09-041-11/+30
| | | | Stop save iar test wrongly relying on thread pulsing (still disabled though)
* If a test dll fails, stop immediately rather than trying all the other test dllsJustin Clark-Casey (justincc)2009-09-031-25/+26
| | | | | This is very useful behaviour if debugging test failures otherwise it's hard to pick out the test output Also, some minor method shuffling in the iar module
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-5/+12
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* * Change inventory archiver module to use profile cacheJustin Clarke Casey2009-04-171-11/+3
| | | | | | * Clean up some log messages