aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectors/Asset/HGAssetBroker.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-141-343/+0
| | | | Region/CoreModules/ServiceConnectorsOut. No functional changes.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Forgot to add this to my last commit 2 days ago. Async in the HGBroker too.diva2009-05-301-1/+1
|
* This should make HG asset transfers work much better. It now uses ↵diva2009-05-231-1/+1
| | | | HGUuidGatherer, which is a subclass of UuidGatherer. Hence, on-line HG asset transfers use exactly the same UUID collection code as save oar/xml. If it doesn't work, it's Justin's fault :D
* Finished HG Service Store. Not fully functional because of problems with ↵diva2009-05-181-3/+6
| | | | asset.ID insisting on being a UUID string.
* Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker2009-05-181-1/+1
| | | | | | the handlers out of the asset server context into a generic scope.
* Renaming [ServiceConnectors] back to [Modules].diva2009-05-171-1/+1
|
* HG asset transfers starting to work -- GETs only for now. diva2009-05-171-21/+41
|
* 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/+320
config options.