From c47c6a4efa0f2aeea09698b4f15bb6f7ef9a18c1 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Wed, 7 Dec 2022 04:28:56 +0000 Subject: [PATCH] DragonflyDB Update 'README.md' Redis v6 is minimum Update 'README.md' Nvm, dragonfly needs more work... Update 'CALCKEY.md' --- CALCKEY.md | 39 ++++++++++++++++++++++----------------- README.md | 2 +- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/CALCKEY.md b/CALCKEY.md index 8dc0ebce3..018858dcc 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -2,23 +2,28 @@ ## Planned -- MFM button -- Sonic search support -- Use Cassandra for storing notes -- Federate with note edits -- Classic mode make instance icon bring up new context menu -- Exclude self from antenna -- Backfill remote users -- User "choices" (recommended users) like Mastodon and Soapbox -- Option to publicize instance blocks -- Fully revamp non-logged-in screen -- Personal notes for all accounts -- Non-nyaify cat mode -- Timeline filters -- Filter notifications by user -- Join Reason system like Mastodon/Pleroma -- Build flag to remove NSFW/AI stuff -- [Rat mode?](https://stop.voring.me/notes/933fx97bmd) +- Stucture + - Sonic search support + - DragonflyDB support + - Use Cassandra for storing notes + - Rewrite backend in Rust and Axum +- Function + - Federate with note edits + - User "choices" (recommended users) like Mastodon and Soapbox + - Join Reason system like Mastodon/Pleroma + - Option to publicize instance blocks + - Backfill remote users + - Build flag to remove NSFW/AI stuff + - Timeline filters + - Filter notifications by user + - Non-nyaify cat mode + - Exclude self from antenna +- Form + - MFM button + - Personal notes for all accounts + - Fully revamp non-logged-in screen + - Classic mode make instance icon bring up new context menu + - [Rat mode?](https://stop.voring.me/notes/933fx97bmd) ## Work in progress diff --git a/README.md b/README.md index 835b991df..4c5239a21 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This guide will work for both **starting from scratch** and **migrating from Mis - 🐢 At least [NodeJS](https://nodejs.org/en/) v18.12.1 (v19 recommended) - Install with [nvm](https://github.com/nvm-sh/nvm) - 🐘 At least [PostgreSQL](https://www.postgresql.org/) v12 -- 🍱 At least [Redis](https://redis.io/) v6 (v7 recommended) or [Titan](https://github.com/distributedio/titan) +- 🍱 At least [Redis](https://redis.io/) v6 (v7 recommend) ### 😗 Optional dependencies