From def0e6ed2b09aa52c3fb3ad1746281fcb709aa31 Mon Sep 17 00:00:00 2001 From: Daan Sprenkels Date: Thu, 29 Aug 2019 00:52:05 +0200 Subject: [PATCH] readme: Remove todos --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 28fef25..1219817 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,3 @@ header that the client sends. We can still wrap the plain-text page in a single We will try as hard as possible to not store any data about our users, and will only provide any data when we have the legal obligation to do so. -## Todo - -- [ ] Implement deletion of url-shortening links using revocation tokens. -- [ ] Implement pastebin support. -- [ ] Also implement file-upload support (for images/video/audio/binaries/etc.). - - [ ] ^ Decide on some kind of authorization system for this. -- [ ] Implement some kind of admin interface. -- [ ] Implement `/z/metrics`. -- [ ] Allow customization of `Permanent` vs `Temporary` redirects. \ No newline at end of file