Difference between revisions of "Template:MuteListMessages"

From Second Life Wiki
Jump to navigation Jump to search
(initial version)
 
m
 
Line 24: Line 24:
|viewer
|viewer
|Tells the viewer the filename of the mute list to request
|Tells the viewer the filename of the mute list to request
|* hooked up by the ''LLMuteList'' constructor
|
* hooked up by the ''LLMuteList'' constructor
* handled handled by ''LLMuteList::processMuteListUpdate()''
* handled handled by ''LLMuteList::processMuteListUpdate()''
|-
|-
Line 31: Line 32:
|viewer
|viewer
|Tells the viewer to use its cached copy of the mute list
|Tells the viewer to use its cached copy of the mute list
|* hooked up by the ''LLMuteList' constructor
|
* hooked up by the ''LLMuteList' constructor
* handled by ''LLMuteList::processUseCachedMuteList()''
* handled by ''LLMuteList::processUseCachedMuteList()''
|}
|}

Latest revision as of 12:24, 13 June 2007

Message From To Description Handler / Sender
MuteListRequest viewer service Requests a mute list for the current agent sent by LLMuteList::requestFromServer()
UpdateMuteListEntry viewer service Adds a new mute entry to the mute list sent by LLMuteList::updateAdd()
RemoveMuteListEntry viewer service Removes a mute entry from the mute list sent by LLMuteList::updateRemove()
MuteListUpdate service viewer Tells the viewer the filename of the mute list to request
  • hooked up by the LLMuteList constructor
  • handled handled by LLMuteList::processMuteListUpdate()
UseCachedMuteList service viewer Tells the viewer to use its cached copy of the mute list
  • hooked up by the LLMuteList' constructor
  • handled by LLMuteList::processUseCachedMuteList()