diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -1,17 +1,22 @@ -- [x] server - - [x] TLS configuration from cert+key files -- [x] client - - [ ] follow redirects +- [x] gemini + - [x] server + - [x] TLS configuration from cert+key files + - [x] client + - [ ] follow redirects + - [ ] gemtext package + - [ ] parse + - [ ] translate (html, markdown?) + - [ ] reject non-gemini requests +- [ ] titan +- [ ] gopher +- [ ] finger +- [ ] spartan (maybe? last priority if so) - [ ] router -- [ ] gemtext package - - [ ] parse - - [ ] translate (html, markdown?) -- [ ] reject non-gemini requests - [x] contrib - filesystem handling - [x] serving files - [x] directory index files - [x] directory listing -- [ ] filtering middleware +- [x] filtering middleware - [x] contrib - request logging - [x] contrib - CGI - [ ] contrib - shared hosting helper |