From 55fdc886a1a7941ef1d0162ac73cbf368cd66151 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 16 Feb 2006 18:49:48 +0000 Subject: Checking to prevent dodgy opertypes (opertypes must follow the same syntax as nicks now) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3229 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/modules/m_spanningtree.cpp') diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index c10798281..e91158666 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -1399,7 +1399,6 @@ class TreeSocket : public InspSocket log(DEBUG,"OUT: %s",line.c_str()); if (this->ctx_out) { - log(DEBUG,"AES context"); char result[10240]; char result64[10240]; if (this->keylength) @@ -1411,12 +1410,9 @@ class TreeSocket : public InspSocket } } unsigned int ll = line.length(); - log(DEBUG,"Plaintext line with padding = %d chars",ll); ctx_out->Encrypt(line.c_str(), result, ll, 1); - log(DEBUG,"Encrypted."); to64frombits((unsigned char*)result64,(unsigned char*)result,ll); line = result64; - log(DEBUG,"Encrypted: %s",line.c_str()); //int from64tobits(char *out, const char *in, int maxlen); } return this->Write(line + "\r\n"); -- cgit v1.3.1-10-gc9f91