cinderblocks / libremetaverse

An fork of the libopenmetaverse library striving for performance improvements and up-to-date compatibility with SL/OS/Halcyon
BSD 3-Clause "New" or "Revised" License
60 stars 40 forks source link

LoginResponseData.Parse(OSDMap) caught lacking #57

Closed cinderblocks closed 2 years ago

cinderblocks commented 2 years ago

LoginResponseData.Parse(OSDMap) lacks handling all the parameters in the login response. It needs updated to match that of LoginResponseData.Parse(Hashtable). Otherwise, this may cause issues with LLSD logins down the road.