aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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
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
2010-06-04add ability for load iar/save iar to take in arbitrary optionsJustin Clark-Casey (justincc)1-20/+47
not used for anything yet
2010-06-04get TestSaveIarV0_1() working again by setting up an ↵Justin Clark-Casey (justincc)1-1/+3
OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly
2010-05-28Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)1-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.
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: ↵Justin Clark-Casey (justincc)1-6/+60
System.EntryPointNotFoundException: CreateZStream save/load oar/iar issue by telling the user what the likely problem is
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-29/+6
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-6/+29
Signed-off-by: Melanie <melanie@t-data.com>
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
* HG is seriously broken here * Compiles. Untested.
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-1/+1
* Started rerouting calls to UserService. * Compiles. May run.
2009-11-26Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)1-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
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 ↵Justin Clark-Casey (justincc)1-11/+18
authenticate method available
2009-09-24Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)1-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.
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, ↵Justin Clark-Casey (justincc)1-0/+14
pending a fix
2009-09-16on iar save/load, let the user know if they put in the wrong passwordJustin Clark-Casey (justincc)1-22/+17
refactor GetUserInfo() to eliminate copypasta
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
Stop save iar test wrongly relying on thread pulsing (still disabled though)
2009-09-03If a test dll fails, stop immediately rather than trying all the other test dllsJustin Clark-Casey (justincc)1-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
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva1-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
2009-04-17* Change inventory archiver module to use profile cacheJustin Clarke Casey1-11/+3
* Clean up some log messages
2009-02-18* Make save iar behave properly if the nominated inventory path does not existJustin Clarke Casey1-6/+18
* load iar probably still fails for this
2009-02-17* Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey1-10/+24
* This is done on the inventory archiver module directly rather than Scene.EventManager - the module seems the more appropriate location
2009-02-16* minor: print out status messages at start and end of inventory archive ↵Justin Clarke Casey1-0/+16
loading and saving
2009-02-12* Make it possible to load and save inventory archives while a user is not ↵Justin Clarke Casey1-2/+2
logged in on standalone mode but not on grid mode * No user functionality yet
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-11/+11
2009-02-12* move userinfo for inventory archiving up to module class so that it only ↵Justin Clarke Casey1-25/+59
has to be done once
2009-02-12* optimized usings.lbsa711-11/+11
2009-02-11* When an inventory archive is loaded, immediately update the client's ↵Justin Clarke Casey1-16/+46
inventory if that client is online at that region server * Not useable yet
2009-02-11* Establish a common InventoryNodeBase class from InventoryItemBase and ↵Justin Clarke Casey1-0/+11
InventoryFolderBase
2009-02-11* Refactor inventory archive code to allow direct invocation in order to ↵Justin Clarke Casey1-0/+169
support future unit tests * Add a file I missed out from the last commit (the build was probably fine without it)