aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'iar-merge'Justin Clark-Casey (justincc)2010-08-041-26/+28
|\
| * Add --merge switch to load iar.Justin Clark-Casey (justincc)2010-06-301-29/+31
* | 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
* get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu...Justin Clark-Casey (justincc)2010-06-041-1/+3
* Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2010-05-281-4/+17
* May fix mantis #4613Diva Canto2010-03-271-1/+2
* Merge branch 'master' into presence-refactorMelanie2010-02-221-6/+60
|\
| * Formatting cleanup.Jeff Ames2010-02-221-4/+4
| * forestall bug reports about the Command error: System.EntryPointNotFoundExcep...Justin Clark-Casey (justincc)2010-02-191-6/+60
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-29/+6
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-231-6/+29
* | 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
* | * Finished SimulationServiceConnectorDiva Canto2010-01-071-1/+1
|/
* Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)2009-11-261-1/+1
* 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 authe...Justin Clark-Casey (justincc)2009-09-241-11/+18
* Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)2009-09-241-16/+5
* 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, p...Justin Clark-Casey (justincc)2009-09-181-0/+14
* on iar save/load, let the user know if they put in the wrong passwordJustin Clark-Casey (justincc)2009-09-161-22/+17
* 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
* If a test dll fails, stop immediately rather than trying all the other test dllsJustin Clark-Casey (justincc)2009-09-031-25/+26
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-5/+12
* * Change inventory archiver module to use profile cacheJustin Clarke Casey2009-04-171-11/+3
* * Make save iar behave properly if the nominated inventory path does not existJustin Clarke Casey2009-02-181-6/+18
* * Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2009-02-171-10/+24
* * minor: print out status messages at start and end of inventory archive load...Justin Clarke Casey2009-02-161-0/+16
* * Make it possible to load and save inventory archives while a user is not lo...Justin Clarke Casey2009-02-121-2/+2
* 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 ha...Justin Clarke Casey2009-02-121-25/+59
* * optimized usings.lbsa712009-02-121-11/+11
* * When an inventory archive is loaded, immediately update the client's invent...Justin Clarke Casey2009-02-111-16/+46
* * Establish a common InventoryNodeBase class from InventoryItemBase and Inven...Justin Clarke Casey2009-02-111-0/+11
* * Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey2009-02-111-0/+169