From 10d44123d2aa9d5346c27d86fe7e819ac1e6453f Mon Sep 17 00:00:00 2001 From: Someone Else Date: Wed, 8 Feb 2023 14:10:02 +0100 Subject: [PATCH] Update readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index d2f00570..79455599 100644 --- a/readme.md +++ b/readme.md @@ -38,8 +38,11 @@ For non-developers people, it is time for you to unleash your ideas. ### Code & Repo +No unsafe code is permitted, and the codebase will never contain `.unwrap()`, `.except()` or `panic!()`. + For the moment I try to organize the repository like the official one. But it won't last for long. + ### Improvements & Features
Traffic Obfuscation
Different protocol to bypass DPI will be available, such as with Levin protocol (TLS based, see https://github.com/monero-project/monero/issues/7078) and QUIC like Syncthing have done, but with offset and timing mitigations. Unless the monero-core team decide to implement these protocols, they'll only by available between cuprate peers.