aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-03-03corrected bug that viewer cannot correctly fetch ItemData when being a HG vis...Freaky Tech1-14/+6
2015-01-21minor: Comment out log line for the SimulatorFeatures cap request for now to ...Justin Clark-Casey (justincc)1-1/+1
2015-01-13And finally renamed the classes themselves.Diva Canto1-2/+2
2015-01-10SimulatorFeatures: the viewer also takes GridName in OpenSim extras. Added th...Diva Canto1-1/+4
2015-01-09Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto1-0/+144
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-2/+2
2014-12-30This cleans up versioning. Specifically:Diva Canto1-2/+2
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto1-1/+1
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto1-1/+1
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-1/+1
2014-11-25Fix ghosts copy of SimulatorFeatureModule to enable logging.Justin Clark-Casey (justincc)1-8/+13
2014-11-25Allow GetMesh capability to be served directly by a server like GetTextureJustin Clark-Casey (justincc)1-18/+15
2014-11-25minor: remove compiler warning from unused field in SimulatorFeaturesModuleJustin Clark-Casey (justincc)1-2/+2
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2-2/+0
2014-11-22Small improvements to SimulatorFeaturesModule: (1) don't overwrite extras if ...Diva Canto1-1/+21
2014-11-12Update libOMV and fix XBakes dependencies.Melanie Thielker1-2/+2
2014-11-06Added grid information to SimFeatures response, so that the viewer can show it.Diva Canto1-1/+13
2014-10-12 move AnimationSet and AvatarSkeleton to OpenSimExtrasUbitUmarov1-5/+7
2014-10-11add simulator features AvatarSkeleton and AnimationSet reportUbitUmarov1-1/+4
2014-10-11changed skeleton, do parse the mesh on upload to check skeleton. Sooner orUbitUmarov2-26/+26
2014-10-11 dont let test mesh go to meshes inventory folder that is not displayed byUbitUmarov1-1/+3
2014-10-11 bug fixUbitUmarov1-2/+3