aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-24Revert "In GetDisplayNames, if user last name is Resident then only send firs...Justin Clark-Casey (justincc)1-1/+1
2015-01-23In GetDisplayNames, if user last name is Resident then only send first name f...Justin Clark-Casey (justincc)1-1/+1
2015-01-21Stop currently unsettable display names from appearing when [ClientStack.Lind...Justin Clark-Casey (justincc)1-1/+1
2015-01-13And finally renamed the classes themselves.Diva Canto2-9/+9
2015-01-13Renamed the folder too.Diva Canto2-0/+0
2015-01-13Renamed these 2 files, because their names are misleading. This is no longer ...Diva Canto2-0/+0
2015-01-09Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto2-0/+191
2014-11-25Allow GetMesh capability to be served directly by a server like GetTextureJustin Clark-Casey (justincc)2-40/+31
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
2014-07-26Fix issue with TestTextureNotFound in previous commit 1e3027aJustin Clark-Casey (justincc)1-1/+1
2014-07-21Revert "Removed unused files: Texture/Mesh server connectors"root2-0/+150
2014-07-21Removed unused files: Texture/Mesh server connectorsOren Hurvitz2-150/+0
2014-07-21Close streams immediately when we finish using themOren Hurvitz1-12/+17
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-05-08Fix test breakageDiva Canto1-1/+1
2014-05-08Make the URL for texture redirects match the path of the resource that we use...Diva Canto1-1/+1
2014-05-07Finished implementing redirects in GetTexture.Diva Canto3-6/+12
2014-03-17Add regression test for http inventory fetch.Justin Clark-Casey (justincc)1-2/+5
2014-02-20If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some r...Justin Clark-Casey (justincc)1-1/+9
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-07-15Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)1-6/+87
2013-07-13Added UploadBakedTexture/UploadBakedTextureServerConnector, so that this can ...Diva Canto1-0/+76
2013-07-08minor: Add back commented out logging message in Caps.RegisterHandler() that ...Justin Clark-Casey (justincc)1-0/+1
2013-07-08For stat purposes, add names to capability request handlers where these were ...Justin Clark-Casey (justincc)1-1/+0
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)4-5/+17
2013-06-30Revert "A little more debug for the Unknown User problem mantis #6625"Diva Canto1-3/+0
2013-06-29A little more debug for the Unknown User problem mantis #6625Diva Canto1-0/+3
2013-06-20minor: fix mono compiler warning in FetchInventory2HandlerJustin Clark-Casey (justincc)1-2/+2
2013-06-10Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman1-0/+1
2013-05-07Added AvatarPickerSearch capability handler.Diva Canto2-0/+167
2013-04-30Fix CAPS to work like they should - do not send caps to the viewer if they're...Melanie1-2/+5
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2-2/+2
2013-02-01Revert "Update assembly version numbers"BlueWall2-2/+2
2013-02-01Update assembly version numbersBlueWall2-2/+2
2012-12-06minor: change method doc on GetTextureHandler.TryParseRange(), mainly to trig...Justin Clark-Casey (justincc)1-2/+2
2012-12-06Allow GetTexture calls with no second value in the range header (e.g. just 53...Justin Clark-Casey (justincc)1-1/+34
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-13Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which...Diva Canto2-0/+66
2012-10-12minor: Comment out "Client requested range for texture ... but" message. Thi...Justin Clark-Casey (justincc)1-3/+3
2012-09-06If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)1-5/+29
2012-07-13Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)1-3/+1
2012-06-29If a link points to a non-existing item in FetchInventory caps, then don't tr...Justin Clark-Casey (justincc)1-1/+2
2012-06-20As with LLSDInventoryItem from commit 01a2b0b, send type values in LLSDInvent...Justin Clark-Casey (justincc)2-8/+4
2012-06-13Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)1-2/+0
2012-06-02Fix build break whree accidentally did inv.Folders rather than inv.Folders.Co...Justin Clark-Casey (justincc)1-1/+1
2012-06-02minor: tidy up some commentsJustin Clark-Casey (justincc)1-4/+2
2012-06-02Fix various issues with http inventoryJustin Clark-Casey (justincc)3-77/+84
2012-05-23Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen1-0/+68