aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
|
* * Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman2010-02-221-1/+1
| | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
* 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-7/+7
| | | | | * 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-2/+2
|
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2009-12-231-1/+7
|\
| * Added Close() to Inventory/Archiver/InventoryArchiveReadRequest, so that the ↵Diva Canto2009-12-221-1/+7
| | | | | | | | stream can be closed.
* | Fix a bounds exception I came across in IAR restoreMelanie2009-12-231-0/+5
|/
* Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)2009-11-261-0/+8
| | | | | See http://opensimulator.org/mantis/view.php?id=4394 This change preserves the uuid when a profile is found rather than the ospa
* Make load/save iar slightly better in the face of io failures by always ↵Justin Clark-Casey (justincc)2009-11-241-31/+37
| | | | attempting to close the streams
* Formatting cleanup.Jeff Ames2009-11-231-3/+3
|
* minor: A further minor tweak to reduce iar load logging verbosityJustin Clark-Casey (justincc)2009-11-131-2/+2
|
* Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-11-091-3/+4
|\
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2009-11-051-2/+11
| |\
| * | Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman2009-11-051-3/+4
| | | | | | | | | | | | unknown asset type, and log an error if it ever does happen
* | | refactor out iar escapingJustin Clark-Casey (justincc)2009-11-091-8/+1
| | |
* | | minor: correct slightly over-enthusiastic load iar logging messageJustin Clark-Casey (justincc)2009-11-091-2/+1
| | |
* | | fix load iar regression accidentally introduced in last commitJustin Clark-Casey (justincc)2009-11-091-1/+1
| | |
* | | minor: tweak load iar messages to be slightly less verboseJustin Clark-Casey (justincc)2009-11-091-4/+5
| | |
* | | minor: provide updates on number of assets loaded while executing "load iar"Justin Clark-Casey (justincc)2009-11-091-2/+9
| | |
* | | refactor: break actual item load in iar into separate methodJustin Clark-Casey (justincc)2009-11-091-28/+46
| | |
* | | minor: remove some old commented out load iar codeJustin Clark-Casey (justincc)2009-11-091-30/+0
| |/ |/|
* | * Escape / character when saving items and folders in an iar so that the ↵Justin Clark-Casey (justincc)2009-11-051-2/+11
|/ | | | loader doesn't barf
* Formatting cleanup.Jeff Ames2009-10-011-6/+6
|
* Remove bug where iar created folders could not be deleted after relogJustin Clark-Casey (justincc)2009-09-111-2/+6
| | | | New folders need to be created with AssetType.Unknown rather than AssetType.Folder!
* fix spurious loading... messages on iar load by creating folders as version ↵Justin Clark-Casey (justincc)2009-09-101-1/+1
| | | | 1 rather than version 0
* Add test to check behaviour if an iar is loaded where no user profile exists ↵Justin Clark-Casey (justincc)2009-09-091-0/+2
| | | | | | for the creators Disable generation of temporary profiles for now, instead record loading user as creator
* extend load iar test to loading into a deeply nested directoryJustin Clark-Casey (justincc)2009-09-081-1/+1
| | | | correct bug associated with this
* refactor: change method argument nameJustin Clark-Casey (justincc)2009-09-081-22/+24
|
* change iar load to make discrete inventory service requests rather than the ↵Justin Clark-Casey (justincc)2009-09-061-25/+40
| | | | cache
* refactor: use direct scene reference in inventory archive read requestJustin Clark-Casey (justincc)2009-09-061-12/+14
|
* Re-enable TestReplicateArchivePathToUserInventory() but stop it failing on ↵Justin Clark-Casey (justincc)2009-08-111-0/+5
| | | | | | the NRE for now Add temporarily logging for diagnosis
* * Fixed a few more async calls. Still not uncommented, some asserts still ↵Arthur Valadares2009-06-111-0/+7
| | | | failing
* 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-4/+7
| | | | | | | | | | | | -- 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
* * If an item creator id contains an iar loaded name, create a temporary ↵Justin Clarke Casey2009-05-051-3/+3
| | | | profile and hashed UUID to represent the user
* * refactor: move OspResolver to a different namespaceJustin Clarke Casey2009-05-041-2/+3
|
* * Insert profile references for creators for items saved into iarsJustin Clarke Casey2009-05-041-1/+1
|
* * Add preliminary code for resolving iar profile namesJustin Clarke Casey2009-04-281-5/+8
| | | | | | * Not yet active
* * Refactor: break out loading of archive paths into inventory into a ↵Justin Clarke Casey2009-04-241-110/+139
| | | | separate method
* * correct spelling mistake in item seiralizationJustin Clarke Casey2009-04-241-1/+0
|
* * refactor: move archive user inventory item serialization out to a separate ↵Justin Clarke Casey2009-04-231-82/+15
| | | | 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.
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-161-7/+7
| | | | | Update using statements and prebuild.xml. Also trim trailing whitespace.
* * Support loading empty folders in an iarJustin Clarke Casey2009-03-131-78/+90
|
* Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur2009-03-121-46/+46
| | | | | | | | | | - move a couple constants from InventoryArchiveConstants to ArchiveConstants, now only one of these is needed - change InventoryArchiveConstants references to ArchiveConstants - remove InventoryArchive AssetInventoryServer plugin dependency on OpenSim.Region.CodeModules - trim trailing whitespace
* Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur2009-03-121-0/+1
| | | | | | | We now build OpenSim.Framework.Archive.dll which aims to contain code used for archiving various things in OpenSim. Also remove trailing whitespace.
* * Add the abilty to load and save iar item nodes where folders have ↵Justin Clarke Casey2009-03-041-14/+77
| | | | identical names
* * Properly load items into correct folders when an iar is loadedJustin Clarke Casey2009-02-251-8/+12
| | | | | | | * At the moment, any existing folders with the same name are reused - will need an option to always create new folders * not yet ready for general use