log mod_pastebin/mod_pastebin.lua @ 5819:bb51cf204dd4 default tip

age author description
Wed, 29 Sep 2021 13:39:59 +0200 Kim Alvefur mod_pastebin: Fix pasting when <body> is not the first tag (thanks thorsten)
Sun, 26 Jan 2020 16:49:14 +0100 Kim Alvefur mod_pastebin: Follow XEP-0068 and use Clark notation in disco#info
Wed, 03 Oct 2018 13:08:17 +0200 Kim Alvefur mod_pastebin: Convert limit values to strings (fixes traceback)
Wed, 03 Oct 2018 12:59:04 +0200 Kim Alvefur mod_pastebin: Advertise a disco feature and current thresholds
Tue, 31 Jul 2018 18:29:08 +0200 Kim Alvefur mod_pastebin: Make first line and URL more clearly separated
Sat, 23 Jun 2018 16:40:46 +0200 Kim Alvefur mod_pastebin: Remove reference to removed header table
Sat, 23 Jun 2018 16:37:15 +0200 Kim Alvefur mod_pastebin: Prevent header table form being mutated
Sun, 03 Jun 2018 14:09:30 +0200 Kim Alvefur mod_pastebin: Off-by-one, the hardest problem known to man
Fri, 25 May 2018 00:18:46 +0200 Kim Alvefur mod_pastebin: Restore URL in final body text
Fri, 25 May 2018 00:12:12 +0200 Kim Alvefur mod_pastebin: Fix line count pattern added by 040eaa3844f4
Wed, 23 May 2018 00:34:46 +0200 Kim Alvefur mod_pastebin: Support the new MUC API in Prosody trunk
Mon, 21 May 2018 00:54:27 +0200 Kim Alvefur mod_pastebin: Add an OOB tag pointing to the pastebin URL
Sun, 20 May 2018 18:11:15 +0200 Kim Alvefur mod_pastebin: Silence some warnings [luacheck]
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.
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