[Opensim-dev] llClientView.cs unhandled packet handlers
Charles Krinke
cfk at pacbell.net
Sat Oct 4 16:29:38 UTC 2008
I am trying to solicit a few patches for some unhandled packets in llClientView.
These are packets sent from the client to the sim.
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.
They are:
StartPingCheck
CompletePingCheck
ViewerStats
CreateGroupRequest
MapItemRequest
TransferAbort
MuteListRequest
ParcelDwellRequest
UseCircuitCode
AgentHeightWidth
ObjectSpinStop
SoundTrigger
InventoryDescendents
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 "
GroupTitlesRequest
GroupProfileRequest
GroupMembersRequest
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.
Charles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20081004/c3831e2a/attachment-0001.html>
More information about the Opensim-dev
mailing list