Server Beta User Group: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Oskar Linden (talk | contribs)
No edit summary
Oskar Linden (talk | contribs)
No edit summary
Line 7: Line 7:


== Agenda ==
== Agenda ==
* This is the big 100!! Today marks the 100th Server Beta User Group since Oskar has been running them. You have all put
* Welcome to the Server Beta User Group


=== Updates ===
=== Updates ===
* TIMEWARP upgrades progressing still.
* TIMEWARP upgrades have finished!
** continuous monitoring
** observable issues?


* "Second Life Server Channel"
* "Second Life Server Channel"
** This is the "faster scripts" project from BlueSteel
** This is the AIS update project from BlueSteel
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Server/11#11.10.03.242227
** Switch AIS capabilities from Agent DS to new Inventory API clusters
** Send BulkUpdateInventory and RemoveInventoryObjects messages over HTTP EventQueue
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Server/11#11.10.07.242626


* '''BlueSteel RC Channel'''
* '''BlueSteel RC Channel'''
** Just rolled this morning.
** Both this channel and LeTigre have a new project that contains some features to help with estate management. There is a new LSL function called llManageEstateAccess(). Estate Owner or Estate Managers can us it to add or remove agents from the estate's agent access or ban lists or groups from the estate's group access list.
** Was on Magnum previously.
* New LSL function: integer [[llManageEstateAccess]](integer action, key id)
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/11#11.10.12.242860
** Use to add or remove agents from the estate's agent access or ban lists or groups from the estate's group access list.
** Only works for objects owned by the Estate Owner or an Estate Manager.
** Calls are throttled at a rate of 30 calls per 30 seconds.
** Returns [[TRUE]] is action is sent to the database.  
** Returns [[FALSE]] if throttled, invalid action, invalid or null id or object owner is not allowed to manage the estate.
* Actions for [[llManageEstateAccess]]:
** [[ESTATE_ACCESS_ALLOWED_AGENT_ADD]]: Add the agent to this estate's Allowed Residents list.
** [[ESTATE_ACCESS_ALLOWED_AGENT_REMOVE]]: Remove the agent from this estate's Allowed Residents list.
** [[ESTATE_ACCESS_ALLOWED_GROUP_ADD]]: Add the group to this estate's Allowed groups list.
** [[ESTATE_ACCESS_ALLOWED_GROUP_REMOVE]]: Remove the group from this estate's Allowed groups list.
** [[ESTATE_ACCESS_BANNED_AGENT_ADD]]: Add the agent to this estate's Banned residents list.
** [[ESTATE_ACCESS_BANNED_AGENT_REMOVE]]: Remove the agent from this estate's Banned residents list.
* https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/11#11.10.18.243270


* '''LeTigre RC Channel'''
* '''LeTigre RC Channel'''
* This is the same "Agent inventory updates" project
** Same as BlueSteel
** Switch AIS capabilities from Agent DS to new Inventory API clusters
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/11#11.10.18.243270
*** Inventory should be faster on Viewer 2.5.1 and above and any TPVs that have merged since Viewer 2.5.1.
** Send BulkUpdateInventory and RemoveInventoryObjects messages over HTTP EventQueue
*** For greater reliability when items are delivered while users logged into the viewer (this is needed for the eventual release of [[Second_Life_Marketplace_Direct_Delivery_FAQ|Marketplace Direct Delivery]]).
** Remove dead AIS backbone code
*** No visible changes
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/11#11.10.07.242626


* '''Magnum RC Channel'''
* '''Magnum RC Channel'''
** This has a maint-server with lots of bug fixes.
** This has the same maint-server with lots of bug fixes.
** Bug Fixes:
** Bug Fixes:
***  {{jira|SCR-186}} Collision detection does not work for some chilren of linked prim set
***  {{jira|SCR-186}} Collision detection does not work for some chilren of linked prim set
Line 45: Line 55:
***  {{jira|SVC-7289}} llCastRay() returns RCERR_CAST_TIME_EXCEEDED on small parcels.
***  {{jira|SVC-7289}} llCastRay() returns RCERR_CAST_TIME_EXCEEDED on small parcels.
*** Fixed various server crash modes.
*** Fixed various server crash modes.
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.10.11.242807
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.10.17.243235


=== Upcoming Stuff ===
=== Upcoming Stuff ===
* Maestro talks about the notecards issue
* Maestro talks about voice fixes.


=== Interesting Stuff ===
=== Interesting Stuff ===
* New UI work in the latest beta viewer
** http://secondlife.com/support/downloads/?lang=en-US


=== Any Other Items ===
=== Any Other Items ===

Revision as of 14:53, 20 October 2011

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.

The next meeting is Thursday, October 20th 2011, 3PM PDT at Morris🖈 on the preview grid, ADITI.


Agenda

  • Welcome to the Server Beta User Group

Updates

  • TIMEWARP upgrades have finished!
    • continuous monitoring
    • observable issues?
  • Magnum RC Channel
    • This has the same maint-server with lots of bug fixes.
    • Bug Fixes:
      • SCR-186 Collision detection does not work for some chilren of linked prim set
      • SVC-7251 remove automatic logout of agents that have been Away too long
      • SVC-7260 Phantom, unremovable prims
      • SVC-7297 'excessive instant message' throttle kicks in when it shouldn't
      • SCR-115 State changes considerably slower under Mono-LSL than LSO-LSL
      • SCR-22 "X-SecondLife-Owner-Name" sometimes set to '(waiting)' instead of ownername
      • SVC-7321 llRemoteLoadScriptPin() fails to add O:VMCT script to O:PERM_ALL atchmnt
      • SVC-7294 The simulator is too strict when llGiveInventory() adds restricted-permission items to fullperm attachments which already contained other restricted-permission items
      • SVC-7339 Performance issues on LeTigre 11.09.23.241511 (and Main Channel)
      • SVC-7289 llCastRay() returns RCERR_CAST_TIME_EXCEEDED on small parcels.
      • Fixed various server crash modes.
    • https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.10.17.243235

Upcoming Stuff

  • Maestro talks about voice fixes.

Interesting Stuff

Any Other Items

Open Items

  • 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.
  • SVC-5925 - Erratic behavior on script rezzed prims set physical
  • SVC-3044 - Debug channel and script error reporting needs a major rethink
    • related to vwr-199 and 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
  • svc-4196 - "Avatar entering sim or rezzing object causes sim to freeze for up to 30 seconds - everything stops for everybody there"
  • wassup with SVC-3895
  • status on SVC-3618 - estate managers unable to freeze / eject
  • status on SVC-1253 - users sitting on prims, which are set to phantom are not affected by damage. | 108 votes!
  • status on SVC-5404 - Vehicles can no longer enter a region if no-object-entry flag is set
  • What is going on with SVC-421 - Cannot delete contents from no-modify objects
  • status on SVC-5880 - Vehicles "Jumping" when crossing prims
  • 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