aboutsummaryrefslogtreecommitdiffstats
path: root/filters/email-libravatar.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* filters: migrate from luacrypto to luaosslJason A. Donenfeld2019-01-031-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>
* filter: fix libravatar email-filter https issueChristian Hesse2014-12-131-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.
* filter: add libravatar email-filter lua scriptChristian Hesse2014-03-131-0/+26