aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-04Mantis #7603 -- bad folders in inventory could produce null pointer exception...Diva Canto1-1/+1
2015-06-04Mantis #7567. Once again, avoiding prefetching linked items within linked fo...Diva Canto1-14/+0
2015-06-03Mantis #7567: added an 8-sec expiring item cache to the inventory network con...Diva Canto4-22/+25
2015-06-02I suspect the viewer doesn't need the target of linked items inside linked fo...Diva Canto1-14/+14
2015-06-02New unit tests for FetchInventory2 cap.Diva Canto1-0/+170
2015-06-02Mantis #7567. One of the reported log messages showed this:Diva Canto1-3/+26
2015-06-01Mantis #7594: putting things as they were before regarding duplicate removal....Diva Canto2-4/+42
2015-06-01Mantis #7594. Fixing the broken code I just introduced.Diva Canto1-1/+4
2015-06-01More on mantis #7594, this a=time addressing the reported exception, which se...Diva Canto1-0/+3
2015-06-01Mantis #7594. This should be functionally equivalent to what it was, but just...Diva Canto1-2/+2
2015-05-10Improved comments on fetch inventory testsDiva Canto1-1/+12
2015-05-10Added unit tests for FetchInventoryDescendents http://wiki.secondlife.com/wik...Diva Canto4-0/+217
2015-05-09Fix mantis #7054: AO in Firestorm and Kokua stopped loading after new invento...Diva Canto1-9/+17
2015-05-08Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto1-102/+140
2015-05-08Restore handling of bad folders. I'm not entirely sure this is part of the pr...Diva Canto1-9/+48
2015-05-08Apparently Firestorm sometimes sends duplicate folder ids on the same request...Diva Canto1-2/+8
2015-05-08Additional debug message to help diagnose a warning message and exception rel...Diva Canto1-0/+3
2015-05-07Major change in the way inventory is downloaded: added a method throughout II...Diva Canto1-84/+365
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-03-05revised GetMesh to not use intermediate base64 coding schemeFreaky Tech2-52/+195
2015-03-03corrected bug that viewer cannot correctly fetch ItemData when being a HG vis...Freaky Tech2-81/+4
2015-03-03corrected response when a not existing folder is requested by a viewer in tha...Freaky Tech1-9/+28
2015-01-31As per advice from Singularity devs, set is_display_name_default = true in Ge...Justin Clark-Casey (justincc)1-1/+1
2015-01-31Revert "Stop currently unsettable display names from appearing when [ClientSt...Justin Clark-Casey (justincc)1-1/+1
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-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-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-13Added UploadBakedTexture/UploadBakedTextureServerConnector, so that this can ...Diva Canto1-0/+76
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)2-2/+2
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 Canto1-0/+116