aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AssetService/HGAssetService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix in HGAssetService. POSTs back home (standalone) should now work.diva2009-05-221-1/+1
|
* cleaning out warnings.Dr Scofield2009-05-221-1/+1
| | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
* Finished HG Service Store. Not fully functional because of problems with ↵diva2009-05-181-1/+12
| | | | asset.ID insisting on being a UUID string.
* Move the connectors under services for reasons of application logic. RemoveMelanie Thielker2009-05-181-1/+1
| | | | | | the user server skeleton in preparation for introducing a generic server
* Renaming [ServiceConnectors] back to [Modules].diva2009-05-171-4/+11
|
* HG asset transfers starting to work -- GETs only for now. diva2009-05-171-13/+67
|
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-1/+1
| | | | | | | | | | | | -- 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
* Plumb the HG asset broker. More naming changes to clarify things. Lots moreMelanie Thielker2009-05-111-0/+107
config options.