From fec3f4a535b1744470167c831cdd68b9ddc2eb10 Mon Sep 17 00:00:00 2001 From: Gary Date: Tue, 9 Jan 2024 15:14:37 -0800 Subject: [PATCH] main: update to README --- FUNDING.yml | 1 - README.md | 27 ++------------------------- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 FUNDING.yml diff --git a/FUNDING.yml b/FUNDING.yml deleted file mode 100644 index 73c4b8d..0000000 --- a/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -github: [jeremyckahn] diff --git a/README.md b/README.md index 8720691..42334a4 100644 --- a/README.md +++ b/README.md @@ -85,33 +85,10 @@ If you don't agree with the direction of the project, you are welcome to fork Re The core of RemnantChat's security model is the fact that it is fully open source. You are free (and encouraged) to fully audit the project source code and infrastructure. -If you would like to verify that the app hosted at https://remnant.chat/ is the one that is hosted on GitHaven, you can use `dig`: - -``` -$ dig RemnantChat.im - -; <<>> DiG 9.18.1-1ubuntu1.1-Ubuntu <<>> RemnantChat.im -;; global options: +cmd -;; Got answer: -;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61332 -;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1 - -;; OPT PSEUDOSECTION: -; EDNS: version: 0, flags:; udp: 65494 -;; QUESTION SECTION: -;RemnantChat.im. IN A - -;; ANSWER SECTION: -RemnantChat.im. 231 IN CNAME jeremyckahn.github.io. -jeremyckahn.github.io. 231 IN A 185.199.111.153 -jeremyckahn.github.io. 231 IN A 185.199.110.153 -jeremyckahn.github.io. 231 IN A 185.199.109.153 -jeremyckahn.github.io. 231 IN A 185.199.108.153 -``` - ## Project roadmap -TBA +- Add room moderation +- Chat history persistence settings ## Environments