about summary refs log tree commit diff
path: root/filters
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2014-01-14 11:32:54 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2014-01-14 13:55:25 +0100
commit50287e7912129881a0157e4ae6dcc42310567c6e (patch)
treef8f27fb7e15fd30d407c7b766069d8894e3a3e8f /filters
parentmakefile: only display lua message once (diff)
downloadcgit-pink-50287e7912129881a0157e4ae6dcc42310567c6e.tar.gz
cgit-pink-50287e7912129881a0157e4ae6dcc42310567c6e.zip
email-gravatar.lua: fix for lua 5.2
Diffstat (limited to 'filters')
-rw-r--r--filters/email-gravatar.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/email-gravatar.lua b/filters/email-gravatar.lua
index 982e030..9feb611 100644
--- a/filters/email-gravatar.lua
+++ b/filters/email-gravatar.lua
@@ -7,7 +7,7 @@
 -- 	<http://mkottman.github.io/luacrypto/>
 --
 
-require("crypto")
+local crypto = require("crypto")
 
 function filter_open(email, page)
 	buffer = ""
30b7f5480913ac5d051889eb878148bb1807941d&follow=1'>Only GET the final redirect locationJune McEnroe 2019-09-12Consume entire bodyJune McEnroe 2019-09-10Add title -v flagJune McEnroe 2019-09-10Use curl error bufferJune McEnroe 2019-09-10Set Accept-Encoding in titleJune McEnroe 2019-09-08Set title User-AgentJune McEnroe 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe