From adfa93a93751ff7f61f4e4a0c277235db7abc68e Mon Sep 17 00:00:00 2001 From: Janis Steiner <89935073+jakani24@users.noreply.github.com> Date: Sun, 26 Oct 2025 16:24:29 +0100 Subject: [PATCH 1/2] Update README to correct programming language description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66d51dc..122cb56 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Protector Is a tool for remote incident detection and response # Languages -Protector will be written in PHP (server) and, since my Lieutenant said my c++ code is unsafe, in Rust (client) +Protector will be written in PHP (server) and c++ (client) From 84a4736e637695ceb2ddd5a85d071edd8666bdaa Mon Sep 17 00:00:00 2001 From: Janis Steiner <89935073+jakani24@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:00:02 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 122cb56..56bc32b 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Protector Is a tool for remote incident detection and response # Languages -Protector will be written in PHP (server) and c++ (client) +Protector will be written in PHP (server) and ~~c++ (client)~~ rust (client)