HomeWildfire Games

Add id for IQ stanzas
AuditedrP20321

Description

Add id for IQ stanzas

Patch by: Dunedan
Differential Revision: https://code.wildfiregames.com/D899

Event Timeline

This commit now has outstanding concerns.Oct 22 2017, 3:03 PM
elexis removed an auditor: elexis.Oct 22 2017, 6:47 PM

Just need a new precompiled DLL

This commit no longer requires audit.Oct 22 2017, 6:47 PM
Itms raised a concern with this commit.Mar 11 2018, 6:34 PM
Itms added a subscriber: Itms.

Using std::string defeats the purpose of the glooxwrapper. It does not create bugs, unless we have the same variety of compilers we had when the lobby was introduced, which might happen at some point.

/ps/trunk/source/lobby/glooxwrapper/glooxwrapper.cpp
349

This should be

const glooxwrapper::string glooxwrapper::Client::getID() const

(with the extra const-correctness)

/ps/trunk/source/lobby/glooxwrapper/glooxwrapper.h
397
const string getID() const;
This commit now has outstanding concerns.Mar 11 2018, 6:34 PM
Itms accepted this commit.Apr 13 2018, 5:39 PM

Forgot to accept that.

All concerns with this commit have now been addressed.Apr 13 2018, 5:39 PM