X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fabstractsqlstorage.h;h=d0046a9f150eb5037ec34176fa1e2fb8b73ba0fb;hp=c6c55212c40862f8b29baa70e3aa1dea15042a18;hb=615c5621f63360ef11c9cc3519c0462d8b5ec85b;hpb=a702aa44a055274a5cc8363e596c7bf944915613 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; };