mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #02593
[Bug 1035992] Re: GMCP Client.GUI updates message is reversed
It's not fixed, 2.0 still has this code:
QString _smsg = QString("<The server wants to upgrade the GUI to new
version '%1'. Uninstalling old version
'%2'>").arg(mpHost->mServerGUI_Package_version).arg(newVersion);
For a test, see bedlam.gotdns.com:9000, where connecting for the first
time will tell you:
<The server wants to upgrade the GUI to new version '-1'. Uninstalling old version '2'><Server
offers downloadable GUI (url='http://hud.hopto.org/bedlam/Bedlam_GUI.mpackage')
(package='Bedlam_GUI')>
** Changed in: mudlet
Status: Fix Released => Confirmed
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1035992
Title:
GMCP Client.GUI updates message is reversed
Status in Mudlet the MUD client:
Confirmed
Bug description:
Mudlet said:
<The server wants to upgrade the GUI to new version '3'. Uninstalling old version '10'><Server
offers downloadable GUI (url='http://mud.xyllomer.de:8080/downloads/Xyllomer.mpackage')
(package='Xyllomer')>
<package is already installed>
When the server version for the package was updated from 3 to 10. Not
only is the echo on the version numbers wrong (reversed), but it did
not uninstall and download the new package either.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1035992/+subscriptions
References