log mod_pastebin/mod_pastebin.lua @ 516:3d3687fef751

age author description
Wed, 21 Dec 2011 10:25:17 +0000 Matthew Wild mod_pastebin: Fix issue with metatable not being set when a reload changes expires_after to 0
Mon, 19 Dec 2011 12:29:03 +0000 Matthew Wild mod_pastebin: Support for persistent pastes (set pastebin_expire_after = 0)
Mon, 19 Dec 2011 11:38:57 +0000 Matthew Wild mod_pastebin: Fix off-by-one in line counting (display issue only)
Mon, 19 Dec 2011 11:38:06 +0000 Matthew Wild mod_pastebin: Fix call to undefined function introduced in previous commit
Thu, 08 Dec 2011 22:01:54 +0000 Matthew Wild mod_pastebin: Threshold is now UTF-8 characters (thanks Grom_PE for initial patch)
Tue, 11 Oct 2011 01:42:31 +0100 Matthew Wild mod_pastebin: Preserve pastes through a reload
Fri, 23 Sep 2011 21:15:24 +0100 Matthew Wild mod_pastebin: Some experimental summary changes