log mod_pastebin/mod_pastebin.lua @ 3032:0f2dd6397569

age author description
Sun, 20 May 2018 18:10:12 +0200 Kim Alvefur mod_pastebin: Remove unused locals [luacheck]
Sun, 20 May 2018 17:55:53 +0200 Kim Alvefur mod_pastebin: Check line length via preconstructed pattern instead of gsub
Sun, 20 May 2018 17:54:47 +0200 Kim Alvefur mod_pastebin: Remove redundant check for non-empty body since it returns earlier in that case
Sun, 20 May 2018 17:51:08 +0200 Kim Alvefur mod_pastebin: Avoid using pattern matching facilities for simple prefix removal
Sun, 20 May 2018 17:49:00 +0200 Kim Alvefur mod_pastebin: Replace tags using :maptags API instead of hacky direct manipulation
Sun, 20 May 2018 17:47:39 +0200 Kim Alvefur mod_pastebin: Move result of host detection into a variable to improve readabily
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.