Event backend porting, mostly WHOIS-related stuff
[quassel.git] / src / core / abstractsqlstorage.h
index c6c5521..d0046a9 100644 (file)
@@ -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;
   };