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)
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.


No differences found