X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fabstractsqlstorage.h;h=d0046a9f150eb5037ec34176fa1e2fb8b73ba0fb;hb=11cecc112915cd9940e7612c05091f9b5bb18b00;hp=c6c55212c40862f8b29baa70e3aa1dea15042a18;hpb=a702aa44a055274a5cc8363e596c7bf944915613;p=quassel.git diff --git a/src/core/abstractsqlstorage.h b/src/core/abstractsqlstorage.h index c6c55212..d0046a9f 100644 --- a/src/core/abstractsqlstorage.h +++ b/src/core/abstractsqlstorage.h @@ -89,6 +89,7 @@ private: void addConnectionToPool(); int _schemaVersion; + bool _debug; static int _nextConnectionId; QMutex _connectionPoolMutex; @@ -187,6 +188,9 @@ public: QString awaymessage; QString attachperform; QString detachperform; + bool usesasl; + QString saslaccount; + QString saslpassword; }; struct BufferMO { @@ -198,6 +202,7 @@ public: QString buffercname; int buffertype; int lastseenmsgid; + int markerlinemsgid; QString key; bool joined; };