Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-31 | rework `make dist' | Omar Polo | |
2022-07-04 | remove the OpenBSD' rc file | Omar Polo | |
now that gmid is packaged on OpenBSD the rc file is maintained in the ports tree. | |||
2022-04-08 | bundle a copy of /usr/share/misc/mime.types | Omar Polo | |
2022-03-09 | add missing newline | Omar Polo | |
2022-03-09 | add systemd-sysusers' config file | Nakaya | |
2022-02-03 | sync vim syntax | Anna “CyberTailor” | |
2021-10-15 | Implement OCSP stapling support | Stephen Gregoratto | |
Currently dogfooding this patch at gemini.sgregoratto.me. To test, run the following command and look for the "OCSP response" header: openssl s_client -connect "gemini.sgregoratto.me:1965" -status | |||
2021-10-11 | add script to automatically renew self-signed certificates | Omar Polo | |
2021-10-09 | add gencert, a simple script to generate self-signed certs | Omar Polo | |
2021-09-21 | Improve gmid.service | Martin | |
Changed gmid.service to not to fork the server and forced to run under user "gmid". gmid now waits for the network stack beeing available before starting. Also "gmid" is now the syslog id. | |||
2021-07-13 | contrib/vim: add Syntastic integration | Anna “CyberTailor” | |
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". | |||
2021-07-13 | sort and tweak rc description | Omar Polo | |
2021-07-13 | add an example rc(8) script for openbsd | la-ninpre | |
copy it to `/etc/rc.d`, write your config in `/etc/gmid.conf` and launch using `rcctl enable gmid && rcctl start gmid`. | |||
2021-07-11 | fix the dockerfile | Omar Polo | |
2021-07-11 | move the Dockerfile to contrib/ | Omar Polo | |
2021-07-11 | add an example systemd unit file | Omar Polo | |
2021-07-11 | add missing `env' keyword | Omar Polo | |
2021-07-11 | add simple vim syntax file | Anna “CyberTailor” | |