~cdv/polydeukes

An incomplete gemini client and server
Update versions
update client help name
Other logging handles the timings, only need the messages

clone

read-only
https://git.sr.ht/~cdv/polydeukes
read/write
git@git.sr.ht:~cdv/polydeukes

You can also use your local clone with git send-email.

#Polydeukes (a gemini implementation)

This project is a rust implementation of a gemini server (pldsrv) and client (pldget).

It's basic, but functional.

The client implements a trust-on-first-use (TOFU) model of certificate checking, in addition to fetching and displaying content.

The server implements generation of self signed certificates in addition to serving content.

#License

See the LICENSE files in the respective directories. Simply, AGPL-3.0-only for pldsrv and pldget and MIT/X11 for the polydeukes library.