aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IAssetCache.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-0/+71
|
* Getting rid of a bunch of old classes, that are likely left over from the ↵Kunnis2009-12-121-114/+0
| | | | | | ROBUST change. Signed-off-by: Melanie <melanie@t-data.com>
* Formatting cleanup.Jeff Ames2009-10-011-11/+11
|
* Slowly working my way towards the elimination of IAssetServer and IAssetCache.Diva Canto2009-08-101-21/+3
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Move method documentation from AssetCache up to IAssetCacheJustin Clarke Casey2009-03-091-5/+66
| | | | | | * No functional changes
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-161-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change makes two principal implementation changes: [1] It removes the hard coded set of possible asset server client implementations, allowing any arbitrary implementation that has been identified to the PluginLoader as an appropriate extension. The extension point for asset server client extension is /OpenSim/AssetServerClient. All of the old configuration rules have been preserved, and any of the legacy configuration values will still work as they did before, except the implementation is now loaded as a plug-in, rather than as a hard-coded instantiation of a specific class. The re-hashing of IAssetServer as an extension of IPlugin made upgrading of the implementation classes a necessity. Caveat: I have not been able to meaningfully test the crypto-grid clients. I believe they should work correctly, but the refactoring necessary to handle plug-in based initialization (vs constructor-based initialisation) admits the possibility of a problem. [2] The asset cache implementation, previously introduce as a hard-code class instantiation is now implemented as an IPlugin. Once again the previous (configurationless) behavior has been preserved. But now it is possible for those interested in experimenting with cache technologies to do so simply by introducing a new extension for the asset cache extension point (/OpenSim/AssetCache). I've tested all of the configuration settings, after applying the patch to a newly extracted tree, and they seem to work OK.
* oops, missing file from last patch setSean Dague2009-02-091-0/+51