Commit Briefs


Omar Polo

allow using a custom hostname for SNI during proxying

add a `sni' option for the `proxy' block: the given name is used instead of the one extracted by the `relay-to' rule.


Omar Polo

define TREE to shorten some url a bit

for the time being keep the https:// url, gmnigit renames file without extension to .txt (i.e. Dockerfile -> Dockerfile.txt) so linking via gemini is broken :/


Omar Polo

only memcpy into imsg->data if datalen is not zero

Passing a NULL pointer to memcpy is UB no matter if len is 0 (commit by claudio@, backporting for gmid.)


Omar Polo

update gitignore for site/



Omar Polo

misc tweaks + changelog.gmi


Omar Polo

change how the site is built

copy the kamid/site "framework" here too; in other words: don't maintain two copies of every page! \o/


Omar Polo

remove unused function


Omar Polo

s/whole/all


Omar Polo

improve proxy error path

properly release everything when during client_close if the request was managed by a proxy.




Omar Polo

fix comment