Commit Briefs

Omar Polo

guard against a missing SERVER_NAME

technically should always be sent; in practice don't crash if it's not set.


Omar Polo

links: use URL if label is made only of blanks

thanks cage for unknowingly making me realize this edge case.


Omar Polo

fix url handling


Omar Polo

change error message


Omar Polo

error if PATH_INFO is not defined



Omar Polo

use template_free




Omar Polo

style; parenthesize returns


Omar Polo

allow to speak "TLS-less Gemini"

useful for e.g. to save some CPU cycles when the Gemini server is sitting on the same box as Galileo; disabled by default.


Omar Polo

fix reconfiguration


Omar Polo

change proxy_match to get a string


Omar Polo

s/proxy_server_match/proxy_match/