aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/GetAssetStreamHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712009-04-131-12/+55
| | | | | | | | | * Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere)
* Add copyright headers. Minor formatting cleanup.Jeff Ames2009-02-211-0/+27
|
* Update svn properties.Jeff Ames2009-02-211-94/+94
|
* * Another stab at removing AssetServer.exe dependencieslbsa712009-02-201-0/+95
|
* * Reverted the AssetServer fix, apparently something was dependent on ↵lbsa712009-02-191-94/+0
| | | | IAssetDataPlugin being in OpenSim.Data
* * Moved the AssetStreamHandlers to OpenSim.Framework.Serverslbsa712009-02-191-0/+94
* And there, all refs to OpenSim.Grid.AssetServer.exe gone. /me takes a bow.