Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revised GetMesh to not use intermediate base64 coding scheme | Freaky Tech | 2015-03-05 | 1 | -14/+45 |
| | | | | | | | it delivers binary and has binary as input. base64 intermediate coding makes no sense. Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | Allow GetMesh capability to be served directly by a server like GetTexture | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -18/+15 |
| | | | | | To do this required GetMesh to be converted to a BaseStreamHandler Unlike GetTexture connector, no redirect URL functionality yet (this wasn't present in the first place). | ||||
* | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 1 | -1/+1 |
| | |||||
* | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 2012-11-12 | 1 | -1/+1 |
| | | | | grepping for remaining uses | ||||
* | Implement optional name and description on http stream handlers so that we ↵ | Justin Clark-Casey (justincc) | 2012-05-03 | 1 | -5/+7 |
| | | | | | | can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing. | ||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-08-16 | 1 | -3/+3 |
| | |||||
* | comment out some of the currently less useful debug log messages | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -2/+2 |
| | |||||
* | Test m_Enabled on RemoveRegion. | Diva Canto | 2011-05-04 | 1 | -0/+3 |
| | |||||
* | Refactored the GetMesh module into a handler and a module, to be the same as ↵ | Diva Canto | 2011-05-02 | 1 | -113/+38 |
| | | | | GetTexture. | ||||
* | Nope, that didn't feel right. Moving all those modules to Linden space. | Diva Canto | 2011-04-30 | 1 | -0/+211 |