summaryrefslogtreecommitdiffstatshomepage
path: root/filters/email-gravatar.lua (unfollow)
Commit message (Collapse)AuthorLines
2014-01-14email-gravatar.lua: fix for lua 5.2Christian Hesse-1/+1
2014-01-14filter: add page source to email filterJason A. Donenfeld-1/+1
Since the email filter is called from lots of places, the script might benefit from knowing the origin. That way it can modify its contents and/or size depending. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2014-01-14filter: add gravatar scriptsJason A. Donenfeld-0/+25
The lua one is hugely faster than the python one, but both are included for comparison. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>