aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* * Make save iar behave properly if the nominated inventory path does not existJustin Clarke Casey2009-02-181-6/+18
| | | | | | * load iar probably still fails for this
* * Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2009-02-171-10/+24
| | | | | | * This is done on the inventory archiver module directly rather than Scene.EventManager - the module seems the more appropriate location
* * minor: print out status messages at start and end of inventory archive ↵Justin Clarke Casey2009-02-161-0/+16
| | | | loading and saving
* * Make it possible to load and save inventory archives while a user is not ↵Justin Clarke Casey2009-02-121-2/+2
| | | | | | | | logged in on standalone mode but not on grid mode * No user functionality yet
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-11/+11
|
* * move userinfo for inventory archiving up to module class so that it only ↵Justin Clarke Casey2009-02-121-25/+59
| | | | has to be done once
* * optimized usings.lbsa712009-02-121-11/+11
|
* * When an inventory archive is loaded, immediately update the client's ↵Justin Clarke Casey2009-02-111-16/+46
| | | | | | | | inventory if that client is online at that region server * Not useable yet
* * Establish a common InventoryNodeBase class from InventoryItemBase and ↵Justin Clarke Casey2009-02-111-0/+11
| | | | InventoryFolderBase
* * Refactor inventory archive code to allow direct invocation in order to ↵Justin Clarke Casey2009-02-111-0/+169
support future unit tests * Add a file I missed out from the last commit (the build was probably fine without it)