log mod_pastebin/mod_pastebin.lua @ 836:a86131581180

age author description
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)
2011-12-19 Matthew Wild mod_pastebin: Fix call to undefined function introduced in previous commit
2011-12-08 Matthew Wild mod_pastebin: Threshold is now UTF-8 characters (thanks Grom_PE for initial patch)
2011-10-11 Matthew Wild mod_pastebin: Preserve pastes through a reload
2011-09-23 Matthew Wild mod_pastebin: Some experimental summary changes
2011-09-23 Matthew Wild mod_pastebin: Update to use module:get_option()
2011-09-23 Matthew Wild mod_pastebin: Support for changing the summary length (pastebin_summary_length), and including it even in the plaintext version of the generated message
2011-09-22 Matthew Wild mod_pastebin: Add option 'pastebin_private_messages', defaults to false for components and true for other hosts (thanks Kelden/Maranda)
2010-06-28 Matthew Wild mod_pastebin: Better fix for stripping truncated UFT-8 sequences