X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fauthhandler.h;h=cc03588ed2479e3efc6531b9a1e1de2f8248c5d1;hb=bc715c756677bee7cdb7109cc656e3e5f526c988;hp=cfed51e461ddf9bb99b4a4cec7ffe2b4aadd503d;hpb=e55d141896130c9b82bfae60e23078b8b765d85e;p=quassel.git diff --git a/src/common/authhandler.h b/src/common/authhandler.h index cfed51e4..cc03588e 100644 --- a/src/common/authhandler.h +++ b/src/common/authhandler.h @@ -36,6 +36,8 @@ public: QTcpSocket *socket() const; + bool isLocal() const; + virtual void handle(const Protocol::RegisterClient &) { invalidMessage(); } virtual void handle(const Protocol::ClientDenied &) { invalidMessage(); } virtual void handle(const Protocol::ClientRegistered &) { invalidMessage(); }