update readme

This commit is contained in:
yggverse 2024-10-30 21:05:41 +02:00
parent 3d2dce79c3
commit 9b0e855b80

View File

@ -33,16 +33,15 @@ GTK 4 / Libadwaita client written in Rust
* [x] [Gemini](https://geminiprotocol.net/docs/protocol-specification.gmi) * [x] [Gemini](https://geminiprotocol.net/docs/protocol-specification.gmi)
* [ ] [Status codes](https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes) * [ ] [Status codes](https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes)
* [x] Success * [x] Success
* [x] 20 * [x] `20`
* [x] Input * [x] Input
* [x] 10 Input * [x] `10` Input
* [x] 11 Sensitive input * [x] `11` Sensitive input
* [ ] Redirection * [ ] Redirection
* [x] 30 Redirection * [x] `30` Redirection
* [ ] 31 (partial) * [ ] `31` (partial)
* [ ] Failure * [ ] Temporary failure
* [ ] Temporary failure * [ ] Permanent failure
* [ ] Permanent failure
* [ ] Client certificates * [ ] Client certificates
* [ ] Gemfeeds * [ ] Gemfeeds
* [ ] [Nex](https://nightfall.city/nex/info/specification.txt) * [ ] [Nex](https://nightfall.city/nex/info/specification.txt)