[sldev] Extending the Mute List

Able Whitman able.whitman at gmail.com
Wed Jun 13 12:53:52 PDT 2007


My notes on how the viewer implements muting are available on the wiki:
https://wiki.secondlife.com/wiki/Muting_Objects_and_Agents
https://wiki.secondlife.com/wiki/Mute_List

This is my first wiki entry, so if I've committed some horrible wikisins,
please let me know so I can avoid them in the future :)

--Able

On 6/13/07, Nicholaz Beresford <nicholaz at blueflash.cc> wrote:
>
>
> Wow, nice catch!! Kudos!
>
>
> Nick
>
>
>
> Able Whitman wrote:
> > While I was investigating how to extend the viewer's mute list
> > functionality, I discovered that the format for the mute list that the
> > viewer expects is actually different than the format that the service
> > provides.
> >
> > This hasn't caused a problem yet, but only because the viewer code which
> > parses the mute list just happens to do the right thing, even though it
> > is broken. The problem is that this bug precludes the viewer from making
> > use of the (currently unused) MuteFlags field in the mute entry list,
> > since if this field has a value other than the default of zero, the mute
> > list parser will be return an invalid value for the entry's MuteType
> field.
> >
> > It's sort of an odd, subtle bug, so I'll relegate the details to the
> > actual JIRA issues:
> >
> > SVC-309: Mute list files returned by the service are malformed
> > https://jira.secondlife.com/browse/SVC-309
> >
> > VWR-1170: LLMuteList::loadFromFile() improperly parses the mute list
> > returned from the service
> > https://jira.secondlife.com/browse/VWR-1170
> > <https://jira.secondlife.com/browse/VWR-1170>
> >
> > I'm working on a wiki entry detailing how the mute list works in the
> > viewer, which I will (hopefully) post later today when it is done.
> >
> > --Able
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Click here to unsubscribe or manage your list subscription:
> > /index.html
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20070613/7e13a4ce/attachment.htm


More information about the SLDev mailing list