X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Foidentdconfiggenerator.h;h=bfd351fe92d5b3eb3ec32156b991c77295375748;hp=0612ae0f23ae22b25be4c7587df5616eb2b7106a;hb=752237a05d424c132f51a0bba76dea84e2d72b81;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a diff --git a/src/core/oidentdconfiggenerator.h b/src/core/oidentdconfiggenerator.h index 0612ae0f..bfd351fe 100644 --- a/src/core/oidentdconfiggenerator.h +++ b/src/core/oidentdconfiggenerator.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -22,6 +22,7 @@ #define OIDENTDCONFIGGENERATOR_H #include +#include #include #include #include @@ -66,12 +67,14 @@ public slots: bool removeSocket(const CoreIdentity *identity, const QHostAddress &localAddress, quint16 localPort, const QHostAddress &peerAddress, quint16 peerPort); private: + QString sysIdentForIdentity(const CoreIdentity *identity) const; bool init(); bool writeConfig(); bool parseConfig(bool readQuasselStanzas = false); bool lineByUs(const QByteArray &line); bool _initialized; + bool _strict; QDateTime _lastSync; QFile *_configFile; QByteArray _parsedConfig;