NP: Cache Manager + improvements

This commit is contained in:
RipleyTom 2021-11-03 00:53:57 +01:00 committed by kd-11
parent 516cb959cb
commit d41e405420
17 changed files with 845 additions and 218 deletions

View file

@ -1667,7 +1667,7 @@ namespace rpcn
case CreationBannedEmailProvider: rpcn_log.error("Error creating an account: banned email provider!"); break;
case CreationExistingEmail: rpcn_log.error("Error creating an account: an account with that email already exist!"); break;
case AlreadyJoined: rpcn_log.error("User has already joined!"); break;
case Unauthorized: rpcn_log.error("User attempted an unauthorized operation!");
case Unauthorized: rpcn_log.error("User attempted an unauthorized operation!"); break;
case DbFail: rpcn_log.error("A db query failed on the server!"); break;
case EmailFail: rpcn_log.error("An email action failed on the server!"); break;
case NotFound: rpcn_log.error("A request replied not found!"); break;