aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweak messages. Make verbose inventory item save message give the item name ↵Justin Clark-Casey (justincc)2011-06-141-1/+3
| | | | as well as item id and asset id
* insert an InventoryArchiveUtils.FindItemsByPath() to return multiple items ↵Justin Clark-Casey (justincc)2011-06-041-3/+0
| | | | rather than just the first one
* When saving an iar, don't chase down link asset IDs (since these points to ↵Justin Clark-Casey (justincc)2011-05-271-1/+4
| | | | | | other items rather than real assets) This bug had no practical effect other than to make "save iar" misreport the number of missing assets
* Add --noassets option for "save iar"Justin Clark-Casey (justincc)2011-05-261-10/+35
| | | | | | | | 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.
* bump default IAR version to 0.2 and 1.1 for the --profile version.Justin Clark-Casey (justincc)2011-04-181-2/+2
| | | | There are no changes in this bump, they just signal a point at which the control file comes first in the archive.
* Added a -v|verbose option to save iar.Diva Canto2011-01-081-0/+6
|
* If we're saving an IAR with --profile information, then label this a version ↵Justin Clark-Casey (justincc)2010-12-111-5/+22
| | | | 1.0 IAR since it isn't compatible with older OpenSim releases.
* Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto2010-11-291-15/+13
| | | | usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
* minor: remove some old commented out codeJustin Clark-Casey (justincc)2010-10-301-22/+0
|
* Formatting cleanup.Jeff Ames2010-10-271-2/+2
|
* print IAR version number on console when savingJustin Clark-Casey (justincc)2010-10-221-2/+6
|
* write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)2010-10-221-4/+6
|
* Formatting cleanup.Jeff Ames2010-09-121-5/+5
|
* very minor log message and var name tweaking for iar savingJustin Clark-Casey (justincc)2010-08-281-4/+6
|
* improve closing of load/save iar streams in the event of a problemJustin Clark-Casey (justincc)2010-07-141-70/+69
|
* in IAR utils, return all folders that match a particular path rather than ↵Justin Clark-Casey (justincc)2010-06-181-2/+3
| | | | just the first one
* refactor: move GetStream and URI methods from ArchiveReadRequest -> ↵Justin Clark-Casey (justincc)2010-05-281-1/+0
| | | | ArchiveHelpers
* * UuidGatherer now tracks asset types for assets it discovers. The asset ↵John Hurliman2010-03-151-2/+2
| | | | | | types are inferred from context * OAR saving will attempt to correct unknown asset types before writing broken assets to the OAR file
* OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
|
* * Starting to clean the house...Diva Canto2010-01-101-1/+1
| | | | * Fixed circular dependency
* * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-8/+8
| | | | | * HG is seriously broken here * Compiles. Untested.
* Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto2010-01-091-1/+1
|
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-3/+3
|
* Make load/save iar slightly better in the face of io failures by always ↵Justin Clark-Casey (justincc)2009-11-241-32/+40
| | | | attempting to close the streams
* Formatting cleanup.Jeff Ames2009-11-231-3/+3
|
* refactor out iar escapingJustin Clark-Casey (justincc)2009-11-091-9/+2
|
* Tell the user when a 'save iar' has failed because the inventory path could ↵Justin Clark-Casey (justincc)2009-11-091-53/+21
| | | | not be found
* * Escape / character when saving items and folders in an iar so that the ↵Justin Clark-Casey (justincc)2009-11-051-0/+7
| | | | loader doesn't barf
* Formatting cleanup.Jeff Ames2009-10-011-10/+10
|
* Don't preserve full user profile details within iars for nowJustin Clark-Casey (justincc)2009-09-251-1/+3
| | | | This information was not being used in the load process
* add control files containing version info to iarsJustin Clark-Casey (justincc)2009-09-251-0/+28
|
* Remove bug where iar created folders could not be deleted after relogJustin Clark-Casey (justincc)2009-09-111-1/+1
| | | | New folders need to be created with AssetType.Unknown rather than AssetType.Folder!
* refactor iar name generationJustin Clark-Casey (justincc)2009-09-081-7/+60
| | | | slightly change the format of item archive names
* Convert iar write request to use inventory service requests rather than cacheJustin Clark-Casey (justincc)2009-09-061-12/+18
|
* refactor: use direct scene reference in inventory archive read requestJustin Clark-Casey (justincc)2009-09-061-2/+1
|
* refactor: replace some uses of iar module reference with scene insteadJustin Clark-Casey (justincc)2009-09-061-6/+16
|
* Temporarily re-enable save iar test by manually insert the item into the old ↵Justin Clark-Casey (justincc)2009-09-061-0/+7
| | | | cache during the test
* Add ids to iar requestsJustin Clark-Casey (justincc)2009-09-041-4/+12
| | | | Stop save iar test wrongly relying on thread pulsing (still disabled though)
* If running tests manually, fail immediately on errorJustin Clark-Casey (justincc)2009-09-041-2/+0
|
* If a test dll fails, stop immediately rather than trying all the other test dllsJustin Clark-Casey (justincc)2009-09-031-1/+4
| | | | | 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-2/+2
| | | | | | | | | | | | -- 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
* * When saving an oar, save assets when immediately received rather than ↵Justin Clarke Casey2009-05-141-11/+10
| | | | | | | | | storing them all up in memory * Hopefully this will remove out of memory problems when saving large oars on machines without much memory * It may also speed up saving of large oars
* Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2009-05-051-15/+15
|
* * refactor: move OspResolver to a different namespaceJustin Clarke Casey2009-05-041-0/+1
|
* * Insert profile references for creators for items saved into iarsJustin Clarke Casey2009-05-041-5/+8
|
* * minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey2009-05-041-0/+1
|
* * Refactor: Simplify InventoryFolderImpl. No functional change.Justin Clarke Casey2009-05-041-4/+2
|
* * refactor: move archive user inventory item serialization out to a separate ↵Justin Clarke Casey2009-04-231-65/+3
| | | | file
* * Make it possible to store creator strings in user inventory items as well ↵Justin Clarke Casey2009-04-081-2/+2
| | | | | | | | | as UUIDs * All existing functionality should be unaffected. * Database schemas have not been changed.