Difference between revisions of "Template:MuteListMessages"
Jump to navigation
Jump to search
Able Whitman (talk | contribs) (initial version) |
Able Whitman (talk | contribs) 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 11: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 |
|
UseCachedMuteList | service | viewer | Tells the viewer to use its cached copy of the mute list |
|