summaryrefslogtreecommitdiff
path: root/bouncer/core.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-02-15 10:01:21 +0100
committerTreeki <treeki@gmail.com>2014-02-15 10:01:21 +0100
commit878a0c157b772a7ed04d4cc395059087f964b823 (patch)
tree623ad18853c846b6498ebbc56eb436a792f32ad3 /bouncer/core.h
parent04cf34e30aa6541568660dfe9e77b2b2c0a9db88 (diff)
downloadbounce4-878a0c157b772a7ed04d4cc395059087f964b823.tar.gz
bounce4-878a0c157b772a7ed04d4cc395059087f964b823.zip
implement rudimentary password authentication
Diffstat (limited to '')
-rw-r--r--bouncer/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bouncer/core.h b/bouncer/core.h
index 28db1e8..a8f5d9b 100644
--- a/bouncer/core.h
+++ b/bouncer/core.h
@@ -396,6 +396,8 @@ public:
bool quitFlag;
+ std::string bouncerPassword;
+
int execute();
Client *findClientWithSessionKey(uint8_t *key) const;