aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add regression test for http inventory fetch.Justin Clark-Casey (justincc)2014-03-171-2/+5
* If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some r...Justin Clark-Casey (justincc)2014-02-201-1/+9
* refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-1/+1
* Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2013-07-151-0/+76
|\
| * Added UploadBakedTexture/UploadBakedTextureServerConnector, so that this can ...Diva Canto2013-07-131-0/+76
* | Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)2013-07-151-6/+87
|/
* minor: Add back commented out logging message in Caps.RegisterHandler() that ...Justin Clark-Casey (justincc)2013-07-081-0/+1
* For stat purposes, add names to capability request handlers where these were ...Justin Clark-Casey (justincc)2013-07-081-1/+0
* Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)2013-07-084-5/+17
* Revert "A little more debug for the Unknown User problem mantis #6625"Diva Canto2013-06-301-3/+0
* A little more debug for the Unknown User problem mantis #6625Diva Canto2013-06-291-0/+3
* minor: fix mono compiler warning in FetchInventory2HandlerJustin Clark-Casey (justincc)2013-06-201-2/+2
* Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman2013-06-101-0/+1
* Added AvatarPickerSearch capability handler.Diva Canto2013-05-072-0/+167
* Fix CAPS to work like they should - do not send caps to the viewer if they're...Melanie2013-04-301-2/+5
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
* Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-052-2/+2
* minor: change method doc on GetTextureHandler.TryParseRange(), mainly to trig...Justin Clark-Casey (justincc)2012-12-061-2/+2
* Allow GetTexture calls with no second value in the range header (e.g. just 53...Justin Clark-Casey (justincc)2012-12-061-1/+34
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which...Diva Canto2012-11-132-0/+66
* minor: Comment out "Client requested range for texture ... but" message. Thi...Justin Clark-Casey (justincc)2012-10-121-3/+3
* If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)2012-09-061-5/+29
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)2012-07-131-3/+1
* If a link points to a non-existing item in FetchInventory caps, then don't tr...Justin Clark-Casey (justincc)2012-06-291-1/+2
* As with LLSDInventoryItem from commit 01a2b0b, send type values in LLSDInvent...Justin Clark-Casey (justincc)2012-06-202-8/+4
* Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)2012-06-131-2/+0
* Fix build break whree accidentally did inv.Folders rather than inv.Folders.Co...Justin Clark-Casey (justincc)2012-06-021-1/+1
* minor: tidy up some commentsJustin Clark-Casey (justincc)2012-06-021-4/+2
* Fix various issues with http inventoryJustin Clark-Casey (justincc)2012-06-023-77/+84
* Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen2012-05-231-0/+68
* Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-038-18/+30
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* Guard against null inventory contents.Diva Canto2012-04-061-2/+2
* Implement the FetchInventory2 capability. This accompanies the existing Fetc...Justin Clark-Casey (justincc)2012-01-064-2/+227
* Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)2012-01-021-71/+77
* Migrate detailed "appearance show" report generation up to AvatarFactoryModul...Justin Clark-Casey (justincc)2011-12-191-2/+2
* Add commented log lines to FetchInventoryDescendents2 path for future use.Justin Clark-Casey (justincc)2011-12-092-4/+93
* Revert "Revert "Stop performing the asset save part of baked texture uploadin...Justin Clark-Casey (justincc)2011-12-081-5/+9
* properly lock CapsHandlers.m_capsHandlersJustin Clark-Casey (justincc)2011-12-071-26/+40
* Stop accidentally setting up the UploadTexture caps handler with the same url...Justin Clark-Casey (justincc)2011-12-061-2/+0
* Revert "Stop performing the asset save part of baked texture uploading on the...Justin Clark-Casey (justincc)2011-12-061-9/+5
* Add test for not found response from GetTexture cap handler.Justin Clark-Casey (justincc)2011-12-051-0/+63
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2011-12-054-6/+6
* For the GetTexture capability, if a data range is requested that covers the w...Justin Clark-Casey (justincc)2011-12-051-14/+25
* Stop performing the asset save part of baked texture uploading on the UploadB...Justin Clark-Casey (justincc)2011-12-011-5/+9
* refactor: Separate the upload baked texture handler out from BunchOfCapsJustin Clark-Casey (justincc)2011-12-012-3/+180
* On "show caps", stop excluding the seed cap but do exclude it elsewhereJustin Clark-Casey (justincc)2011-11-291-15/+15
* Rip out unused Scene.HandleFetchInventoryDescendentsCAPS().Justin Clark-Casey (justincc)2011-11-261-0/+13