diff options
author | Treeki <treeki@gmail.com> | 2014-02-15 10:01:21 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2014-02-15 10:01:21 +0100 |
commit | 878a0c157b772a7ed04d4cc395059087f964b823 (patch) | |
tree | 623ad18853c846b6498ebbc56eb436a792f32ad3 /bouncer/core.h | |
parent | 04cf34e30aa6541568660dfe9e77b2b2c0a9db88 (diff) | |
download | bounce4-878a0c157b772a7ed04d4cc395059087f964b823.tar.gz bounce4-878a0c157b772a7ed04d4cc395059087f964b823.zip |
implement rudimentary password authentication
Diffstat (limited to '')
-rw-r--r-- | bouncer/core.h | 2 |
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; |