implement nex protocol driver

This commit is contained in:
yggverse 2025-06-26 17:02:18 +03:00
parent aafd3b5db3
commit 02eb8e4a71
7 changed files with 311 additions and 15 deletions

View file

@ -113,7 +113,7 @@ GTK 4 / Libadwaita client written in Rust
* [x] Header options
* [x] MIME
* [x] Token
* [ ] [NEX](https://nightfall.city/nex/info/specification.txt) - useful for networks with build-in encryption (e.g. [Yggdrasil](https://yggdrasil-network.github.io))
* [x] [NEX](https://nightfall.city/nex/info/specification.txt) - useful for networks with build-in encryption (e.g. [Yggdrasil](https://yggdrasil-network.github.io))
* [ ] [NPS](https://nightfall.city/nps/info/specification.txt)
* [x] System
* [x] `file://` - local files browser
@ -130,6 +130,7 @@ GTK 4 / Libadwaita client written in Rust
#### Text
* [x] `text/gemini`
* [x] `text/plain`
* [ ] `text/nex`
#### Images
* [x] `image/gif`