]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
Changed m_sqlauth to allow more advanced encryption types
[user/henk/code/inspircd.git] / include / socket.h
index 861d4be7988837c2cbcff0582efc2d27efa120f6..584c37b939e7a000957ce4c514323ec2c62434f5 100644 (file)
@@ -23,6 +23,7 @@
 #include <sstream>
 #include <string>
 #include "dns.h"
+#include <deque>
 
 /**
  * States which a socket may be in
@@ -114,7 +115,7 @@ private:
        /**
         * The output buffer for this socket
         */
-       std::string Buffer;
+       std::deque<std::string> outbuffer;
 
        /**
         * The IP address being connected