aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-23add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ...UbitUmarov2-6/+16
2016-07-16simplify http textures and meshs ThrottlesUbitUmarov2-100/+24
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-1/+1
2016-07-01cleanup a bitUbitUmarov2-40/+0
2016-07-01revert several changes to groups modules (agentGroupData is private). change ...UbitUmarov2-13/+3
2016-06-21Make some more modules inheritableMelanie Thielker1-13/+13
2016-06-19Mantis #7920: group info was not being updated in many situations. (regressio...Diva Canto2-12/+12
2016-06-19Restored sending group membership data via EventQueue -- this had been a regr...Diva Canto2-1/+55
2016-04-29Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker1-9/+38
2016-04-27Make the SimulatorFeaturesModule nonshared as it ought to be from it's code s...Melanie Thielker1-5/+1
2016-03-05Make mesh upload respect the same parts maximum as what is set for theMelanie Thielker2-1/+2
2016-03-05Fix a couple of typosMelanie Thielker1-1/+1
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto1-1/+1
2015-12-20change the return list of objects costs, sending a answer if none foundUbitUmarov1-38/+30
2015-12-09fix the queue type in useUbitUmarov1-7/+8
2015-11-29fix the default shape type on upload, it is always convexUbitUmarov1-3/+1
2015-11-27 change threading on GetTexture and getMesh and WebFetch Modules.UbitUmarov3-62/+69
2015-11-27 change threading on GetTexture and GetMesh NonSharable region modulesUbitUmarov2-44/+44
2015-11-21 remove some duplicate using statementsUbitUmarov1-1/+1
2015-11-21 remove some compile warnings increasing total number by 2UbitUmarov2-9/+3
2015-11-17 work around some 'tests' errors: a new event queue has a few null eventsUbitUmarov1-0/+9
2015-11-14That didn't actually do anything for Simian, and it broke the locahostDiva Canto1-5/+6
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-10-14Also restoring proper function for Simian external GetTexture functionality.Diva Canto1-6/+5
2015-09-28 change copyright to opensimUbitUmarov1-3/+27
2015-09-12 try to better merge avn and os fetchinventory and fetchinvdescendentsUbitUmarov1-2/+2
2015-09-11 inventory mess return to the state before divas cache issueUbitUmarov2-43/+122
2015-09-11 change to avn fecthinventory and webfecth.. codeUbitUmarov2-122/+43
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov4-13/+8
2015-09-02seems to compile ( tests comented out)UbitUmarov10-435/+38
2015-08-27change osd encoding of region sizeUbitUmarov1-8/+8
2015-08-24 turn off KeepAliveUbitUmarov2-5/+5
2015-08-19add a Retry-After response header to the 503 sent when we are 2 busy to doUbitUmarov1-0/+5
2015-08-18do keepalive on mesh and texture GET. Dont use reusecontext any where.UbitUmarov2-5/+5
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto2-3/+5
2015-06-17Bug fix in inventory fetching: sometimes the caps request comes before there ...Diva Canto1-5/+0
2015-06-14Quell three new warnings I introduced with AgentPrefsData, return an empty ll...Cinder1-2/+2
2015-06-13Guard against scenes without an agent prefs service and a copy and paste fixCinder1-0/+7
2015-06-13Fixed indentationDiva Canto1-4/+4
2015-06-13A few bug fixes for Agent Preferences to actually work. Also added missing co...Diva Canto1-1/+1
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the o...Cinder1-66/+17
2015-06-13Relicense AgentPreferences files to BSD and OpenSimulatorCinder1-25/+24
2015-06-13Support for Linden AgentPreferences capability and friends (UpdateAgentLangua...Cinder1-0/+225
2015-06-03Mantis #7567: added an 8-sec expiring item cache to the inventory network con...Diva Canto1-1/+1
2015-05-07Major change in the way inventory is downloaded: added a method throughout II...Diva Canto1-1/+5
2015-05-05Attempt at fixing mantis #7054. The two inventory threads are stepping on eac...Diva Canto1-2/+3
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-03-28varregion: remove use of Constants.RegionSize is various places.Robert Adams1-4/+5
2015-03-05revised GetMesh to not use intermediate base64 coding schemeFreaky Tech1-14/+45