aboutsummaryrefslogtreecommitdiff
path: root/filters/email-libravatar.lua
AgeCommit message (Collapse)Author
2019-01-03filters: migrate from luacrypto to luaosslGravatar Jason A. Donenfeld
luaossl has no upstream anymore and doesn't support OpenSSL 1.1, whereas luaossl is quite active. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2014-12-13filter: fix libravatar email-filter https issueGravatar Christian Hesse
Serving cgit via https and getting avatar via http gives error messages about untrusted content. This decides whether or not to use https link by looking at the environment variable HTTPS, which is set in CGI.
2014-03-13filter: add libravatar email-filter lua scriptGravatar Christian Hesse