IrcUser: Rename lastAwayMessage to lastAwayMessageTime
authorMichael Marley <michael@michaelmarley.com>
Sat, 12 May 2018 20:20:58 +0000 (16:20 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 23 May 2018 22:33:28 +0000 (00:33 +0200)
commitd272e4719d2770a018f9a2856b61d9847eb24201
tree31abb715f10d46b6ee62f7c2ecb27000c85fa544
parent81e93e5a0e6e829c690c7c9923086b959f2289c4
IrcUser: Rename lastAwayMessage to lastAwayMessageTime

This will make it easier for clients to implement both at the same
time.  Also, add a backwards-compatibility function to allow old
cores to set the lastAwayMessageTime.  There is still no forwards-
compatibility (support for old clients on new cores) since no
existing clients do anything with lastAwayMessage.
src/common/ircuser.cpp
src/common/ircuser.h
src/common/network.cpp
src/core/coresessioneventprocessor.cpp
src/core/eventstringifier.cpp