<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:12pt">I am trying to solicit a few patches for some unhandled packets in llClientView. <br><br>These are packets sent from the client to the sim. <br><br>There are a few that are pretty obvious and they can be found with a search through the source of "TODO: handle this packet" and are between lines 6075 and 6246 of llClientView.cs.<br><br>They are:<br><br>StartPingCheck<br>CompletePingCheck<br>ViewerStats<br>CreateGroupRequest<br>MapItemRequest<br>TransferAbort<br>MuteListRequest<br>ParcelDwellRequest<br>UseCircuitCode<br>AgentHeightWidth<br>ObjectSpinStop<br>SoundTrigger<br>InventoryDescendents<br><br>In addition, I noticed on IRC from last night that folks working on search and groups have now found these three unhandled packets which got caught by the default case that prints m_log.Warn("[CLIENT]: unhandled
packet "<br><br>GroupTitlesRequest<br>GroupProfileRequest<br>GroupMembersRequest<br><br>We dont need an absolutely complete or perfect implementation, but some progress with a patch for one or more of these would help move us along.<br><br>Charles<br></div></body></html>