aboutsummaryrefslogtreecommitdiff
path: root/filters/email-libravatar.lua
AgeCommit message (Collapse)AuthorFilesLines
2019-01-03filters: migrate from luacrypto to luaosslJason A. Donenfeld1-4/+13
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 issueChristian Hesse1-1/+2
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 scriptChristian Hesse1-0/+26