IrcUser: Use QDateTime for lastAwayMessage, not int
authorMichael Marley <michael@michaelmarley.com>
Thu, 10 May 2018 18:32:31 +0000 (14:32 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 23 May 2018 22:33:28 +0000 (00:33 +0200)
commit81e93e5a0e6e829c690c7c9923086b959f2289c4
tree02bf53d0232214d45a365819fffd723ee82c41bd
parent6a63070246d89aa2a2474e3a9a1035fa889ad77e
IrcUser: Use QDateTime for lastAwayMessage, not int

This converts the lastAwayTime to a 64-bit time.  Backwards-
compatibility is also included in Network to convert back and forth
between the old 32-bit type for legacy peers.  No backwards-
compatibility is provided for the SYNC call because the value is
never actually used in any existing clients.  New clients that want
to implement this functionality would need to implement the
LongTime feature.
src/common/ircuser.cpp
src/common/ircuser.h
src/common/network.cpp
src/core/eventstringifier.cpp