diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-01-12 09:20:52 -0700 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-01-12 09:20:52 -0700 |
commit | 370bd08946983a1bec3a842a8579ec827ce9cfe4 (patch) | |
tree | 39b3705f211550c69dffabada6d3665a843261a9 | |
parent | 064b1b304a0b11766e682fe9fa8929df7977fb27 (diff) |
aspirational!
-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 |