This should fix duplicate messages that would occur when new messages arrived while...
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 Feb 2008 17:53:55 +0000 (17:53 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 Feb 2008 17:53:55 +0000 (17:53 +0000)
commit4d159822323116d1a7c7464b2624da7b65035fd6
treea888801baf455c08aa4b708fa2f87731178a7d25
parent70638bdb6a34f51409d4618128fbfd5b56af0e52
This should fix duplicate messages that would occur when new messages arrived while the backlog
was still being requested.
Breaks core protocol, because somebody *cough* forgot to serialize the MsgId of Message objects...
src/client/buffer.cpp
src/common/message.cpp
src/common/types.h
version.inc