From fbcf9566c168d1c5902f7ff4f3947a36e57734a9 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sat, 17 Jul 2021 13:04:39 -0400 Subject: [PATCH] Update readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b179fc..3ab607a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,15 @@ A Rust implementation of a MangaDex@Home client. This client contains the following features: - - Multi-threaded - - HTTP/2 support - - No support for TLS 1.1 or 1.0 + - Easy migration from the official client + - Fully compliant with MangaDex@Home specifications + - Multi-threaded, high performance, and low overhead client + - HTTP/2 support for API users, HTTP/2 only for upstream connections + - Secure and privacy oriented features: + - Only supports TLS 1.2 or newer; HTTP is not enabled by default + - Options for no logging and no metrics + - Support for on-disk XChaCha20 encryption with ephemeral key generation + - Supports an internal LFU, LRU, or a redis instance for in-memory caching ## Building