mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
implement nex protocol driver
This commit is contained in:
parent
aafd3b5db3
commit
02eb8e4a71
7 changed files with 311 additions and 15 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue