readme: Remove todos

This commit is contained in:
Daan Sprenkels 2019-08-29 00:52:05 +02:00
parent 3c4d0ca60e
commit def0e6ed2b
1 changed files with 0 additions and 9 deletions

View File

@ -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.