From fad0a4a0e888b8025b0ae4e456085e28415b0453 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 24 Apr 2025 12:46:58 +0100 Subject: Add support for hashing operator passwords in the config. Closes #327. --- include/opertype.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/opertype.h b/include/opertype.h index 16b52a34a..4094866ea 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -23,6 +23,7 @@ struct CoreExport Oper /* Whether the user must be an IRC operator (umode +o) to be considered a services operator */ bool require_oper = true; Anope::string password; + Anope::string password_hash; std::vector certfp; /* Hosts allowed to use this operator block */ std::vector hosts; -- cgit