]> git.stg.codes - stg.git/blobdiff - projects/stargazer/users_impl.h
Implemented IA protocol errors logging.
[stg.git] / projects / stargazer / users_impl.h
index 69f3fbae8d9aca286e1aa9d1ae9f3ac0c9cc04c6..70a5b9bdf9fe9f5d4f2f473fedb2e2d29aa69ab8 100644 (file)
@@ -95,7 +95,9 @@ public:
 
     bool            Authorize(const std::string & login, uint32_t ip,
                               uint32_t enabledDirs, const AUTH * auth);
-    bool            Unauthorize(const std::string & login, const AUTH * auth);
+    bool            Unauthorize(const std::string & login,
+                                const AUTH * auth,
+                                const std::string & reason = std::string());
 
     int             ReadUsers();
     size_t          Count() const { return users.size(); }
@@ -103,6 +105,7 @@ public:
     int             FindByIPIdx(uint32_t ip, USER_PTR * user) const;
     int             FindByIPIdx(uint32_t ip, USER_IMPL ** user) const;
     bool            IsIPInIndex(uint32_t ip) const;
+    bool            IsIPInUse(uint32_t ip, const std::string & login, CONST_USER_PTR * user) const;
 
     int             OpenSearch();
     int             SearchNext(int handler, USER_PTR * user);