aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto2015-05-051-207/+2
* Mantis #7514Diva Canto2015-05-021-2/+2
* Fix script state not being preserved in objects sent via Hypergrid.Justin Clark-Casey (justincc)2015-03-131-1/+10
* minor: In HGAssetMapper, don't complain on seeing an XmlDeclaration as we kno...Justin Clark-Casey (justincc)2015-02-251-0/+5
* In HGAssetMapper.RewriteSOP(), don't explicitly end the document.Justin Clark-Casey (justincc)2015-02-211-2/+0
* If HGAssetMapper.PostAsset fails then be more explicit about the uuid, type, ...Justin Clark-Casey (justincc)2015-02-191-2/+27
* Add the type of the unrecognized node to the HG asset mapping error message i...Justin Clark-Casey (justincc)2015-02-191-1/+3
* Fix a recent regression with HG asset posting to other grids where the assets...Justin Clark-Casey (justincc)2015-01-151-0/+1
* Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)2015-01-081-11/+10
* When inserting missing CreatorData in the HGAssetMapper, do the rewrite on a ...Justin Clark-Casey (justincc)2014-11-251-31/+184
* Hypergrid: don't send Local assets to other gridsOren Hurvitz2014-04-231-35/+34
* Better error-handling when storing assets: recognize that 'null' is an error ...Oren Hurvitz2014-04-201-1/+1
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-021-20/+49
* Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz2014-01-201-4/+4
* refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-1/+1
* HG: close a loophole by which if something was wrong with the ServiceURLs it ...Diva Canto2013-07-021-0/+9
* HGAssetMapper: Get wasn't really working. It's true that some assets are copi...Diva Canto2012-12-091-3/+35
* Deleted extraneous debug messageDiva Canto2012-09-251-2/+0
* Moved the small HGUuidGatherer class to the file where its parent class is. N...Diva Canto2012-09-211-17/+2
* Removed redundant asset fetches on HGAssetMapper. The UuidGatherer already do...Diva Canto2012-09-211-18/+24
* Minor: change the return value of unsuccessful posts to string.Empty.Diva Canto2012-09-211-1/+1
* More HG2.0: Added permission policies in HGAsset Service based on asset types...Diva Canto2012-09-201-15/+19
* HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto2012-01-121-5/+5
* HG: one more adjustment with trailing /sDiva Canto2011-12-231-2/+8
* Creator information preserved upon HG transfers.Diva Canto2010-11-261-6/+77
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-131-1/+1
* Started to clean up the mess with HyperAssets in LLClientView. Fixed HG acces...Diva Canto2010-07-041-0/+2
* * Changed CreatorIDs consistently to varchar(128)Diva Canto2010-06-081-0/+4
* * UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman2010-03-151-2/+2
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+1
* * HGScene is no more.Diva Canto2010-01-301-0/+200