cinderblocks / radegast

Lightweight client for connecting to Second Life and OpenSim based virtual worlds
http://radegast.life/
GNU Lesser General Public License v3.0
65 stars 24 forks source link

Fix custom login location #12

Closed nooperation closed 2 years ago

nooperation commented 2 years ago

Radegast currently ignores custom login locations and only accepts 'home' or 'last'. This now utilizes the required LoginLocation parameter introduced in https://github.com/cinderblocks/libremetaverse/pull/33

As a side note, I set startLocation to 'last' when using a custom login location to prevent LibreMetaverse from logging "The Start option only accepts home or last! please use LoginLocation to set a custom login location" every time you login.

Alternatively, we can take another look at the changes in https://github.com/cinderblocks/libremetaverse/pull/33 and make them backwards compatible with current clients that are using LibreMetaverse, which might be the better approach

cinderblocks commented 2 years ago

Might as well expose what is there for now. If we want to circle back for backwards compatibility, that wouldn't harm anything either.