log mod_pastebin/mod_pastebin.lua @ 3008:26fe44c68791

age author description
Tue, 01 May 2018 01:59:14 +0200 Kim Alvefur mod_pastebin: Fix loading on normal hosts (thanks ppmathis)
Tue, 19 Sep 2017 18:47:18 +0200 Emmanuel Gil Peyrot mod_pastebin: Check for MUC presence before handling a message.
Tue, 11 Mar 2014 18:44:01 +0100 Florian Zeitz all the things: Remove trailing whitespace
Wed, 22 May 2013 12:40:55 +0100 Matthew Wild mod_pastebin: Ensure base URL always has a trailing / (thanks Masin)
Mon, 25 Mar 2013 00:40:17 +0100 Kim Alvefur mod_pastebin: Fix invalid debug statement
Thu, 25 Oct 2012 00:15:23 +0000 Marco Cirillo mod_pastebin: provide correct content-type on invalid pastes warnings too.
Tue, 21 Aug 2012 23:37:53 +0500 Waqas Hussain mod_pastebin: Have a default pastebin URL.
Sun, 29 Apr 2012 21:07:04 +0200 Kim Alvefur mod_pastebin: Update to the new HTTP API
Tue, 17 Jan 2012 01:43:50 +0000 Marco Cirillo mod_pastebin: more sensible unconfigured base url formatting, use interface directive if present.
Wed, 21 Dec 2011 10:38:44 +0000 Matthew Wild mod_pastebin: Make last commit work (also set on restore)
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)