log mod_pastebin/mod_pastebin.lua @ 3027:ce34cbc10b5b

age author description
2018-05-20 Kim Alvefur mod_pastebin: Move result of host detection into a variable to improve readabily
2018-04-30 Kim Alvefur mod_pastebin: Fix loading on normal hosts (thanks ppmathis)
2017-09-19 Emmanuel Gil Peyrot mod_pastebin: Check for MUC presence before handling a message.
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2013-05-22 Matthew Wild mod_pastebin: Ensure base URL always has a trailing / (thanks Masin)
2013-03-24 Kim Alvefur mod_pastebin: Fix invalid debug statement
2012-10-25 Marco Cirillo mod_pastebin: provide correct content-type on invalid pastes warnings too.
2012-08-21 Waqas Hussain mod_pastebin: Have a default pastebin URL.
2012-04-29 Kim Alvefur mod_pastebin: Update to the new HTTP API
2012-01-17 Marco Cirillo mod_pastebin: more sensible unconfigured base url formatting, use interface directive if present.
2011-12-21 Matthew Wild mod_pastebin: Make last commit work (also set on restore)
2011-12-21 Matthew Wild mod_pastebin: Fix issue with metatable not being set when a reload changes expires_after to 0
2011-12-19 Matthew Wild mod_pastebin: Support for persistent pastes (set pastebin_expire_after = 0)
2011-12-19 Matthew Wild mod_pastebin: Fix off-by-one in line counting (display issue only)