Difference between revisions of "Server Beta User Group"

From Second Life Wiki
Jump to navigation Jump to search
 
(900 intermediate revisions by 25 users not shown)
Line 1: Line 1:
This is the meeting tracking and progress page for the weekly Server BETA QA Meeting, moderated by Oskar Linden. Please contact him on AGNI for more information. You can join the '''Second Life Beta''' group for updates.
This is the meeting tracking and progress page for the weekly Server BETA QA Meeting, moderated by Mazidox Linden. Please contact him on AGNI for more information. You can join the '''Second Life Beta''' group for updates.


'''The next meeting is Thursday, August 04th 2011, 3PM PDT at {{SLurl|region=Morris|x=210|y=250|z=35|title=Morris}} on the preview grid, [[Preview_Grid | ADITI]].'''


* Join the email list - sign up here: https://lists.secondlife.com/cgi-bin/mailman/listinfo/server-beta


== Agenda ==
* This week wasn't as painful as some of the other weeks lately.


=== Updates ===
We usually meet every Thursday at 3PM Pacific Time @ secondlife://Aditi/secondlife/Morris/204/201/34 '''however meetings are SUSPENDED UNTIL FURTHER NOTICE'''


* Introducing Mercille Linden
If you have issues to report, please use Jira.
 
* '''Second Life Server''' (main channel)
* This is the "Improved HTTP service" project from Magnum.
* We reorganized the structure of various webservices hosted on the simhosts. In particular those associated with servicing a Capabilities requests. These are involved in operations such as HTTP Texture fetch, some inventory operations and uploading of assets.
* These changes may also improve the following JIRA's
** VWR-25940 - "HTTP communication with grid capabilities router is unreliable at times affecting HTTP Textures"
*** https://jira.secondlife.com/browse/VWR-25940
** SVC-6546 - "HTTP-IN URL's dropped after certain period"
*** https://jira.secondlife.com/browse/SVC-6546
** VWR-25426 - "'Friendlist displays users as Unknown or (loading), teleports fail, assets will not save"
*** https://jira.secondlife.com/browse/VWR-25426
** SVC-6875 - "'Failed to grant capabilities?"
*** https://jira.secondlife.com/browse/SVC-6875
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Server/11#11.07.27.237011
 
* '''BlueSteel RC Channel'''
* This is a "maint-server" project.
** New Features
*** Enhancements for marketplace item delivery.
** Bug Fixes
*** Fix for {{jira|SVC-7104}} "Granting/revoking perms broken for non-web-profile viewers"
*** Fix for {{jira|SVC-7059}} "(Spanish) [DATE I18N] Date in English in Group profile > Terreno/Bienes > L$ del grupo > Detalles tab and Ventas tab"
*** Fix for {{jira|SVC-7067}} "Postcards sent from LeTigre sims fail with error code also can not upload sound files on LeTigre"
*** Fix for {{jira|SVC-6973}} "France Villas Sim, we have been having MAJOR issues on this sim since the last update on the Havok software..We presently have 4 open tickets on it and TJ linden said to file a bug report"
*** Changed logging for TIMEWARP issues.
*** Removed some unused IM code.
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/11#11.08.02.237522
 
* '''LeTigre RC Channel'''
** This is the "Mesh" project!
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/11#11.08.02.237549
 
* '''Magnum RC Channel'''
** This is identical to the LeTigre channel and Mesh is enabled here as well.
** This was to be a scripting maint-server branch but it didn't pass QA in time.
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.08.02.237549
 
 
=== Upcoming Stuff ===
* Scripting maint-server
** New Features
*** Allow scripters to set a lower memory limit on mono scripts
***: <code>integer llSetMemoryLimit(integer limit)</code> Set the maximum memory a script can use to <code>limit</code>.
*** Ability to set prim media on linked prims without sleeping the script.
***: <code>integer llSetLinkMedia(integer link, integer side, list params)</code> Equivalent to <code>llSetPrimMediaParams</code> called on <code>link</code> prim in the link set.
***: <code>list llGetLinkMedia(integer link, integer side, list params)</code> Equivalent to <code>llGetPrimMediaParams</code> called on <code>link</code> prim in the link set.
***: <code>integer llClearLinkMedia(integer link, integer side)</code> Equivalent to <code>llClearPrimMedia</code> called on <code>link</code> prim in the link set.
*** llSetLinkCamera
***: <code>llSetLinkCamera(integer link, vector eye, vector at)</code> Equivalent to calling both <code>llSetCameraEyeOffset</code> and <code>llSetCameraAtOffset</code> on <code>link</code> prim in the link set.
*** Allow HTML in llHTTPResponses to browsers embedded in viewers for content you own
***: <code>llSetContentType(key request_id, integer content_type)</code>
***:* <code>CONTENT_TYPE_TEXT</code> (default) "text/plain"
***:* <code>CONTENT_TYPE_HTML</code> "text/html", only valid for embedded browsers on content owned by the person viewing. Falls back to "text/plain" otherwise.
*** Extend llGetLocalPos function to llGet*PrimitiveParams under PRIM_POS_LOCAL
***: <code>PRIM_POS_LOCAL</code> Sets and gets the 'local' position via llSetLinkPrimitiveParamsFast and related.
*** llLinkSitTarget, llAvatarOnLinkSitTarget
***: <code>llLinkSitTarget(integer link, vector offset, rotation rot)</code> Equivalent to calling <code>llSitTarget</code> on <code>link</code> prim in the link set.
***: <code>key llAvatarOnLinkSitTarget()</code> Equivalent to calling <code>llAvatarOnSitTarget</code> on <code>link</code> prim in the link set.
*** Add llSetVelocity() and llSetAngularVelocity() functions to LSL
***: <code>llSetVelocity(vector force, integer local)</code>
***: <code>llSetRotationalVelocity(vector force, integer local)</code>
*** Add ability for llSetLinkPrimitiveParams* and llGetLinkPrimitiveParams functions to switch link targets
***: <code>[PRIM_LINK_TARGET, integer link_num]</code> Will cause subsequent parameters to effect <code>link_num</code> prim independent of original prim being effected. Compatible with all PrimParams functions.
** Bug Fixes
*** Fix for {{jira|SVC-7060}} "Reliable message RevokePermissions does not revoke permissions on objects that have been granted PERMISSION_TRIGGER_ANIMATION"
*** Fix for llDialog spamming that cripples the viewer.
*** Fix to make shift copying copy all prim properties.
*** Fix to prevent LSL scripts from using non-finite numbers in physical functions.
 
=== Interesting Stuff ===
 
 
=== Any Other Items ===
 
 
== Open Items ==
* {{jira|SVC-4632}} - People getting past Estate and Land bans | Critical & 325 (402 as of 8/11/10)  votes!
** Dante has commented on this issue and reopened it.
* {{jira|SVC-5925}} - Erratic behavior on script rezzed prims set physical
* {{jira|SVC-3044}} - [[DEBUG_CHANNEL|Debug channel]] and script error reporting needs a major rethink
** related to {{jira|vwr-199}} and {{jira|vwr-7062}}
** [15:17]  Roberto Salubrius: can we get that standarized pleaaaaaaaaaaaseeeeeeeeee so we can listen to the debug channel whenever there's a problem PLEAAAAAAAAAASEEEEEEE
** [15:17]  Roberto Salubrius: preeeeeeeetty pleaaseeeeee
* {{jira|svc-4196}} - "Avatar entering sim or rezzing object causes sim to freeze for up to 30 seconds - everything stops for everybody there"
* wassup with {{jira|SVC-3895}}
* status on {{jira|SVC-3618}} - estate managers unable to freeze / eject
* status on {{jira|SVC-1253}} - users sitting on prims, which are set to phantom are not affected by damage. | 108 votes!
* status on {{jira|SVC-5404}} - Vehicles can no longer enter a region if no-object-entry flag is set
* What is going on with {{jira|SVC-421}} - Cannot delete contents from no-modify objects
* status on {{jira|SVC-5880}} - Vehicles "Jumping" when crossing prims
* {{jira|SVC-5922}} -Physics unset on vehicles when seated avatars goes beyond the physical 'prim' limit where agents are counted towards prims
* SVC-6104 script sim crossing bug
* SVC-6123 cant catch sphere type exact shape with lsl functions
* What is the story on the bug that allows the Meeroos food vending scam? Nalates U


= Minutes from Previous Meetings =
= Minutes from Previous Meetings =
*2011
*2018
** November
***[[Beta_server_office_hours/Minutes/2018-11-01| 2018-11-01]]
** October
***[[Beta_server_office_hours/Minutes/2018-10-11| 2018-10-11]]
** August
** August
*** [[Beta_Server_Office_Hours/Minutes/2011-08-04 | 2011-08-04]]
***[[Beta_server_office_hours/Minutes/2018-08-30| 2018-08-30]]
** July
*** [[Beta_Server_Office_Hours/Minutes/2011-07-28 | 2011-07-28]]
*** [[Beta_Server_Office_Hours/Minutes/2011-07-21 | 2011-07-21]]
*** [[Beta_Server_Office_Hours/Minutes/2011-07-14 | 2011-07-14]]
*** [[Beta_Server_Office_Hours/Minutes/2011-07-07 | 2011-07-07]]
** June
*** [[Beta_Server_Office_Hours/Minutes/2011-06-30 | 2011-06-30]]
*** [[Beta_Server_Office_Hours/Minutes/2011-06-23 | 2011-06-23]]
*** [[Beta_Server_Office_Hours/Minutes/2011-06-16 | 2011-06-16]]
*** [[Beta_Server_Office_Hours/Minutes/2011-06-09 | 2011-06-09]]
*** [[Beta_Server_Office_Hours/Minutes/2011-06-02 | 2011-06-02]]
** May
*** [[Beta_Server_Office_Hours/Minutes/2011-05-26 | 2011-05-26]]
*** [[Beta_Server_Office_Hours/Minutes/2011-05-19 | 2011-05-19]]
*** [[Beta_Server_Office_Hours/Minutes/2011-05-12 | 2011-05-12]]
*** [[Beta_Server_Office_Hours/Minutes/2011-05-05 | 2011-05-05]]
** April
** April
*** [[Beta_Server_Office_Hours/Minutes/2011-04-28 | 2011-04-28]]
*** [[Beta_server_office_hours/Minutes/2018-04-05 | 2018-04-05]]
*** [[Beta_Server_Office_Hours/Minutes/2011-04-21 | 2011-04-21]]
*** [[Beta_Server_Office_Hours/Minutes/2011-04-14 | 2011-04-14]]
*** [[Beta_Server_Office_Hours/Minutes/2011-04-07 | 2011-04-07]]
** March
** March
*** [[Beta_Server_Office_Hours/Minutes/2011-03-31 | 2011-03-31]]
*** [[Beta_server_office_hours/Minutes/2018-03-29 | 2018-03-29]]
*** [[Beta_Server_Office_Hours/Minutes/2011-03-24 | 2011-03-24]]
*** [[Beta_server_office_hours/Minutes/2018-03-22 | 2018-03-22]]
*** [[Beta_Server_Office_Hours/Minutes/2011-03-17 | 2011-03-17]]
*** [[Beta_server_office_hours/Minutes/2018-03-15 | 2018-03-15]]
*** [[Beta_Server_Office_Hours/Minutes/2011-03-10 | 2011-03-10]]
*** [[Beta_server_office_hours/Minutes/2018-03-01 | 2018-03-01]]  
*** [[Beta_Server_Office_Hours/Minutes/2011-03-03 | 2011-03-03]]
** February
** February
*** [[Beta_Server_Office_Hours/Minutes/2011-02-24 | 2011-02-24]]
*** [[Beta_Server_Office_Hours/Minutes/2011-02-17 | 2011-02-17]]
*** [[Beta_Server_Office_Hours/Minutes/2011-02-10 | 2011-02-10]]
*** [[Beta_Server_Office_Hours/Minutes/2011-02-03 | 2011-02-03]]
** January
** January
*** [[Beta_Server_Office_Hours/Minutes/2011-01-27 | 2011-01-27]]
*** [[Beta_server_office_hours/Minutes/2018-01-25 | 2018-01-25]]
*** [[Beta_Server_Office_Hours/Minutes/2011-01-20 | 2011-01-20]]
*** [[Beta_server_office_hours/Minutes/2018-01-18 | 2018-01-18]]
*** [[Beta_Server_Office_Hours/Minutes/2011-01-13 | 2011-01-13]]
*** [[Beta_server_office_hours/Minutes/2018-01-11 | 2018-01-11]]
*** [[Beta_Server_Office_Hours/Minutes/2011-01-06 | 2011-01-06]]
 
* 2010
*2017
** December
*** 2010-12-30 *NO MEETING*
*** 2010-12-23 *NO MEETING*
*** [[Beta_Server_Office_Hours/Minutes/2010-12-16 | 2010-12-16]]
*** [[Beta_Server_Office_Hours/Minutes/2010-12-09 | 2010-12-09]]
*** [[Beta_Server_Office_Hours/Minutes/2010-12-02 | 2010-12-02]]
** November
*** [[Beta_Server_Office_Hours/Minutes/2010-12-02 | 2010-12-02]]
*** [[Beta_Server_Office_Hours/Minutes/2010-11-18 | 2010-11-18]]
*** [[Beta_Server_Office_Hours/Minutes/2010-11-11 | 2010-11-11]]
*** [[Beta_Server_Office_Hours/Minutes/2010-11-04 | 2010-11-04]]
** October
*** [[Beta_Server_Office_Hours/Minutes/2010-10-28 | 2010-10-28]]
*** [[Beta_Server_Office_Hours/Minutes/2010-10-21 | 2010-10-21]]
*** [[Beta_Server_Office_Hours/Minutes/2010-10-14 | 2010-10-14]]
*** [[Beta_Server_Office_Hours/Minutes/2010-10-07 | 2010-10-07]]
** September
*** [[Beta_Server_Office_Hours/Minutes/2010-09-30 | 2010-09-30]]
*** [[Beta_Server_Office_Hours/Minutes/2010-09-23 | 2010-09-23]]
*** [[Beta_Server_Office_Hours/Minutes/2010-09-16 | 2010-09-16]]
*** [[Beta_Server_Office_Hours/Minutes/2010-09-09 | 2010-09-09]]
*** [[Beta_Server_Office_Hours/Minutes/2010-09-02 | 2010-09-02]]
** August
*** [[Beta_Server_Office_Hours/Minutes/2010-08-26 | 2010-08-26]]
*** [[Beta_Server_Office_Hours/Minutes/2010-08-19 | 2010-08-19]]
*** [[Beta_Server_Office_Hours/Minutes/2010-08-12 | 2010-08-12]]
*** [[Beta_Server_Office_Hours/Minutes/2010-08-05 | 2010-08-05]]
** July
*** [[Beta_Server_Office_Hours/Minutes/2010-07-29 | 2010-07-29]]
*** [[Beta_Server_Office_Hours/Minutes/2010-07-22 | 2010-07-22]]
*** [[Beta_Server_Office_Hours/Minutes/2010-07-15 | 2010-07-15]]
*** [[Beta_Server_Office_Hours/Minutes/2010-07-08 | 2010-07-08]]
*** [[Beta_Server_Office_Hours/Minutes/2010-07-01 | 2010-07-01]]
** June
** June
*** [[Beta_Server_Office_Hours/Minutes/2010-06-24 | 2010-06-24]]
*** [[Beta_server_office_hours/Minutes/2017-06-15 | 2017-06-15]]
*** [[Beta_Server_Office_Hours/Minutes/2010-06-10 | 2010-06-10]]
*** [[Beta_server_office_hours/Minutes/2017-06-08 | 2017-06-08]]
*** [[Beta_Server_Office_Hours/Minutes/2010-06-03 | 2010-06-03]]
*** [[Beta_server_office_hours/Minutes/2017-06-01 | 2017-06-01]]
** May
** May
*** [[Beta_Server_Office_Hours/Minutes/2010-05-27 | 2010-05-27]]
*** [[Beta_server_office_hours/Minutes/2017-05-25 | 2017-05-25]]
*** [[Beta_Server_Office_Hours/Minutes/2010-05-20 | 2010-05-20]]
*** [[Beta_server_office_hours/Minutes/2017-05-18 | 2017-05-18]]
*** [[Beta_Server_Office_Hours/Minutes/2010-05-13 | 2010-05-13]]
*** [[Beta_server_office_hours/Minutes/2017-05-11 | 2017-05-11]]
*** [[Beta_Server_Office_Hours/Minutes/2010-05-06 | 2010-05-06]]
*** [[Beta_server_office_Hours/Minutes/2017-05-04 | 2017-05-04]]
** April
** April
*** [[Beta_Server_Office_Hours/Minutes/2010-04-29 | 2010-04-29]]
*** [[Beta_server_office_Hours/Minutes/2017-04-27 | 2017-04-27]]
*** [[Beta_Server_Office_Hours/Minutes/2010-04-22 | 2010-04-22]]
*** [[Beta_server_office_Hours/Minutes/2017-04-20 | 2017-04-20]]
*** [[Beta_Server_Office_Hours/Minutes/2010-04-15 | 2010-04-15]]
*** [[Beta_server_office_Hours/Minutes/2017-04-13 | 2017-04-13]]
*** [[Beta_Server_Office_Hours/Minutes/2010-04-08 | 2010-04-08]]
*** [[Beta_server_office_Hours/Minutes/2017-04-06 | 2017-04-06]]
*** [[Beta_Server_Office_Hours/Minutes/2010-04-01 | 2010-04-01]]
** March
** March
*** [[Beta_Server_Office_Hours/Minutes/2010-03-25 | 2010-03-25]]
*** [[Beta_server_office_Hours/Minutes/2017-03-30 | 2017-03-30]]
*** [[Beta_Server_Office_Hours/Minutes/2010-03-18 | 2010-03-18]]
*** [[Beta_server_office_Hours/Minutes/2017-03-23 | 2017-03-23]]
*** [[Beta_Server_Office_Hours/Minutes/2010-03-11 | 2010-03-11]]
*** [[Beta_server_office_Hours/Minutes/2017-03-16 | 2017-03-16]]
*** [[Beta_Server_Office_Hours/Minutes/2010-03-04 | 2010-03-04]]
*** [[Beta_server_office_Hours/Minutes/2017-03-09 | 2017-03-09]]
*** [[Beta_server_office_Hours/Minutes/2017-03-02 | 2017-03-02]]
** February
** February
*** [[Beta_Server_Office_Hours/Minutes/2010-02-25 | 2010-02-25]]
*** [[Beta_Server_Office_Hours/Minutes/2017-02-23 | 2017-02-23]]
*** [[Beta_Server_Office_Hours/Minutes/2010-02-18 | 2010-02-18]]
*** [[Beta_Server_Office_Hours/Minutes/2017-02-16 | 2017-02-16]]
*** [[Beta_Server_Office_Hours/Minutes/2010-02-11 | 2010-02-11]]
*** 2017-02-09 - No Meeting
*** [[Beta_Server_Office_Hours/Minutes/2010-02-04 | 2010-02-04]]
*** [[Beta_Server_Office_Hours/Minutes/2017-02-02 | 2017-02-02]]
** January
** January
*** [[Beta_Server_Office_Hours/Minutes/2010-01-21 | 2010-01-21]]
*** 2017-01-26 - No Meeting
*** [[Beta_Server_Office_Hours/Minutes/2010-01-14 | 2010-01-14]]
*** [[Beta_Server_Office_Hours/Minutes/2017-01-19 | 2017-01-19]]
*** [[Beta_Server_Office_Hours/Minutes/2010-01-07 | 2010-01-07]]
*** [[Beta_Server_Office_Hours/Minutes/2017-01-12 | 2017-01-12]]
* 2009
 
** December
*** [[Beta_Server_Office_Hours/Minutes/2009-12-17 | 2009-12-17]]
*** [[Beta_Server_Office_Hours/Minutes/2009-12-10 | 2009-12-10]]
*** [[Beta_Server_Office_Hours/Minutes/2009-12-04 | 2009-12-04]]
** November
*** [[Beta_Server_Office_Hours/Minutes/2009-11-26 | 2009-11-26]]
*** [[Beta_Server_Office_Hours/Minutes/2009-11-19 | 2009-11-19]]
*** [[Beta_Server_Office_Hours/Minutes/2009-11-12 | 2009-11-12]]
*** [[Beta_Server_Office_Hours/Minutes/2009-11-05 | 2009-11-05]]
** October
*** [[Beta_Server_Office_Hours/Minutes/2009-10-29 | 2009-10-29]]
*** [[Beta_Server_Office_Hours/Minutes/2009-10-22 | 2009-10-22]]
*** [[Beta_Server_Office_Hours/Minutes/2009-10-15 | 2009-10-15]]
*** [[Beta_Server_Office_Hours/Minutes/2009-10-08 | 2009-10-08]]
*** [[Beta_Server_Office_Hours/Minutes/2009-10-01 | 2009-10-01]]


[[Category:Bug Tracker]]
[[Category:Bug Tracker]]

Latest revision as of 15:09, 1 April 2021

This is the meeting tracking and progress page for the weekly Server BETA QA Meeting, moderated by Mazidox Linden. Please contact him on AGNI for more information. You can join the Second Life Beta group for updates.



We usually meet every Thursday at 3PM Pacific Time @ secondlife://Aditi/secondlife/Morris/204/201/34 however meetings are SUSPENDED UNTIL FURTHER NOTICE

If you have issues to report, please use Jira.

Minutes from Previous Meetings