aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-05Add test for not found response from GetTexture cap handler.Justin Clark-Casey (justincc)1-0/+63
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)3-5/+5
2011-12-05For the GetTexture capability, if a data range is requested that covers the w...Justin Clark-Casey (justincc)1-14/+25
2011-12-01Stop performing the asset save part of baked texture uploading on the UploadB...Justin Clark-Casey (justincc)1-5/+9
2011-12-01refactor: Separate the upload baked texture handler out from BunchOfCapsJustin Clark-Casey (justincc)2-3/+180
2011-11-26Rip out unused Scene.HandleFetchInventoryDescendentsCAPS().Justin Clark-Casey (justincc)1-0/+13
2011-11-26Stop locking the requests coming in to WebFetchInvDecHandler.Justin Clark-Casey (justincc)1-8/+8
2011-11-25Resolve error where an unknown asset type would cause the fetch inventory des...Justin Clark-Casey (justincc)1-40/+43
2011-11-25Implement the FetchInventoryDescendents2 capability using the same code as We...Justin Clark-Casey (justincc)1-1/+1
2011-11-25Use the more extensive Utils.AssetTypeToString()/InventoryTypeToString() conv...Justin Clark-Casey (justincc)1-2/+3
2011-11-25Fix WebFetchInventoryDescendents cap to use Utils.AssetTypeTostring/Inventory...Justin Clark-Casey (justincc)1-8/+15
2011-09-09Save the default terrain texture UUIDs for a new region instead of leaving th...Justin Clark-Casey (justincc)1-3/+2
2011-08-18Don't need to try both AssetService.Get and GetCached in GetMesh since Get al...Justin Clark-Casey (justincc)1-36/+9
2011-05-08Comment verbose debug message in GetTextureDiva Canto1-1/+1
2011-05-05Squish a warningMelanie1-1/+0
2011-05-02Fix the GetTexture path to /CAPS/GetTexture for now until we have real capabi...Diva Canto1-1/+1
2011-05-02WebFetchInventoryDescendents working. Tested with robust.Diva Canto2-0/+375
2011-05-02Refactored the GetMesh module into a handler and a module, to be the same as ...Diva Canto4-0/+222
2011-05-02Works!Diva Canto2-9/+6
2011-05-01Added OpenSim.Capabilities.Handlers. For the moment it has only the GetTextur...Diva Canto2-0/+429