summaryrefslogtreecommitdiffstats
path: root/src/ClientInfo.hpp
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2016-12-29 16:51:55 +0100
committerMarkus Mittendrein <git@maxmitti.tk>2016-12-29 16:51:55 +0100
commitae2cb3ebd3357c0146b0a3e0e6f1b0539dd83763 (patch)
tree534f02b0b22a592a2836a86f36f5d660b25e3849 /src/ClientInfo.hpp
parent16c73e6e25b5457789e27b9f7f21e981054ed43d (diff)
downloadmanager-ae2cb3ebd3357c0146b0a3e0e6f1b0539dd83763.tar.gz
manager-ae2cb3ebd3357c0146b0a3e0e6f1b0539dd83763.zip
Add management scripting support
Management Clients with a name starting with ! dont get any buffer replay or normal log output and dont create buffer holes anymore
Diffstat (limited to 'src/ClientInfo.hpp')
-rw-r--r--src/ClientInfo.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientInfo.hpp b/src/ClientInfo.hpp
index d176965..57d2587 100644
--- a/src/ClientInfo.hpp
+++ b/src/ClientInfo.hpp
@@ -15,6 +15,7 @@ public:
QTcpSocket* socket = 0;
QString name = "";
+ bool noLogging = false;
};
class ClientInfo