Commit Briefs

Omar Polo

prepare 1.8 release (tags/1.8)


Omar Polo

add changelog for 1.8


Omar Polo

install gg too




Omar Polo

typo


Omar Polo

sync changelog



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/