aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectors/Asset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Cleaning up a few HG things. HG Posts may now work in grids, but if the home ↵diva2009-05-221-11/+24
| | | | grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection.
* 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-182-2/+2
| | | | | | the handlers out of the asset server context into a generic scope.
* 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-173-3/+3
|
* 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-153-3/+3
| | | | | | | | | | | | -- 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
* Move the connector for the new asset server to a connectors project. InheritMelanie Thielker2009-05-141-184/+9
| | | | | | | the region module version from this. This enables inter-server connections to reuse connetor code from region modules.
* Honor the temp and local asset flagsMelanie Thielker2009-05-142-0/+12
|
* Changes to the new user system to add the modularity developed for the assetMelanie Thielker2009-05-111-1/+1
| | | | | | system
* Plumb the HG asset broker. More naming changes to clarify things. Lots moreMelanie Thielker2009-05-113-167/+322
| | | | | | config options.
* Add the HG asset module skeletonMelanie Thielker2009-05-101-0/+165
|
* Use the new async handling class to actually make the new asset service'sMelanie Thielker2009-05-101-12/+34
| | | | | | async request perform asynchronously
* Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker2009-05-102-31/+189
| | | | | | for asset retrieval (full asset only) to ease migration to the new system
* Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker2009-05-102-0/+42
| | | | | | keys to allow caching the new crop of URI identified objects.
* Make remote assets work through the new server systemMelanie Thielker2009-05-091-5/+53
|
* Plumb the remote asset hookup, all but the actual requestsMelanie Thielker2009-05-092-13/+59
|
* Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker2009-05-092-0/+209