20 #ifndef SYNCSERVERHANDLERS_HPP_ 21 #define SYNCSERVERHANDLERS_HPP_ 23 #include "SyncMessages.hpp" 52 bool allowDivergingAppVersions;
Base interface for message handlers, i.e. reacting to messages.
Server-side auth handler.
Handling the connection to a remote peer (i.e. all clients on the server, and the server on the clien...
virtual bool handleMessage(QDataStream &stream, SyncRemotePeer &peer)=0
Read a message directly from the stream.
Implements a server to which SyncClients can connect and receive state changes.