Commits


sort


contrib/vim: add Syntastic integration Error and warning messages are prefixed with "error: " and "warning: " correspondingly to ease integration with automated tooling. `yywarn' function added. Off-by-one line numbers in warnings are fixed. Two error messages are reworded to avoid repeating like "error: error in server directive" or "error: syntax error".


add an example rc(8) script for openbsd copy it to `/etc/rc.d`, write your config in `/etc/gmid.conf` and launch using `rcctl enable gmid && rcctl start gmid`.


remove last occurrences of lex


add some simple test for fastcgi and while there reorder the targets in the Makefile a bit


move gg to regress


add compat/*.o got doesn't seem to match (say) compat/freezero.o with *.o


add `require client ca' rule to require certs signed by a CA


ignore clangd' compile_flags.txt


initial punycode support


add gg, a barebones Gemini client


simplify glob for pem


use a c program to fill the file it's several order of magnitude faster than the equivalent shell script


brand new regress suite


add a configure script and some compat tested on openbsd, alpine and void