Log

mod_pastebin/mod_pastebin.lua @ 5941:5c4e102e2563 default tip

description author age
mod_pastebin: Back out 040eaa3844f4 Kim Alvefur Thu, 21 Mar 2024 19:44:27 +0100
mod_pastebin: Fix pasting when <body> is not the first tag (thanks thorsten) Kim Alvefur Wed, 29 Sep 2021 13:39:59 +0200
mod_pastebin: Follow XEP-0068 and use Clark notation in disco#info Kim Alvefur Sun, 26 Jan 2020 16:49:14 +0100
mod_pastebin: Convert limit values to strings (fixes traceback) Kim Alvefur Wed, 03 Oct 2018 13:08:17 +0200
mod_pastebin: Advertise a disco feature and current thresholds Kim Alvefur Wed, 03 Oct 2018 12:59:04 +0200
mod_pastebin: Make first line and URL more clearly separated Kim Alvefur Tue, 31 Jul 2018 18:29:08 +0200
mod_pastebin: Remove reference to removed header table Kim Alvefur Sat, 23 Jun 2018 16:40:46 +0200
mod_pastebin: Prevent header table form being mutated Kim Alvefur Sat, 23 Jun 2018 16:37:15 +0200
mod_pastebin: Off-by-one, the hardest problem known to man Kim Alvefur Sun, 03 Jun 2018 14:09:30 +0200
mod_pastebin: Restore URL in final body text Kim Alvefur Fri, 25 May 2018 00:18:46 +0200
mod_pastebin: Fix line count pattern added by 040eaa3844f4 Kim Alvefur Fri, 25 May 2018 00:12:12 +0200
mod_pastebin: Support the new MUC API in Prosody trunk Kim Alvefur Wed, 23 May 2018 00:34:46 +0200
mod_pastebin: Add an OOB tag pointing to the pastebin URL Kim Alvefur Mon, 21 May 2018 00:54:27 +0200
mod_pastebin: Silence some warnings [luacheck] Kim Alvefur Sun, 20 May 2018 18:11:15 +0200
mod_pastebin: Remove unused locals [luacheck] Kim Alvefur Sun, 20 May 2018 18:10:12 +0200
mod_pastebin: Check line length via preconstructed pattern instead of gsub Kim Alvefur Sun, 20 May 2018 17:55:53 +0200
mod_pastebin: Remove redundant check for non-empty body since it returns earlier in that case Kim Alvefur Sun, 20 May 2018 17:54:47 +0200
mod_pastebin: Avoid using pattern matching facilities for simple prefix removal Kim Alvefur Sun, 20 May 2018 17:51:08 +0200
mod_pastebin: Replace tags using :maptags API instead of hacky direct manipulation Kim Alvefur Sun, 20 May 2018 17:49:00 +0200
mod_pastebin: Move result of host detection into a variable to improve readabily Kim Alvefur Sun, 20 May 2018 17:47:39 +0200
mod_pastebin: Fix loading on normal hosts (thanks ppmathis) Kim Alvefur Tue, 01 May 2018 01:59:14 +0200
mod_pastebin: Check for MUC presence before handling a message. Emmanuel Gil Peyrot Tue, 19 Sep 2017 18:47:18 +0200
all the things: Remove trailing whitespace Florian Zeitz Tue, 11 Mar 2014 18:44:01 +0100
mod_pastebin: Ensure base URL always has a trailing / (thanks Masin) Matthew Wild Wed, 22 May 2013 12:40:55 +0100
mod_pastebin: Fix invalid debug statement Kim Alvefur Mon, 25 Mar 2013 00:40:17 +0100
mod_pastebin: provide correct content-type on invalid pastes warnings too. Marco Cirillo Thu, 25 Oct 2012 00:15:23 +0000
mod_pastebin: Have a default pastebin URL. Waqas Hussain Tue, 21 Aug 2012 23:37:53 +0500
mod_pastebin: Update to the new HTTP API Kim Alvefur Sun, 29 Apr 2012 21:07:04 +0200
mod_pastebin: more sensible unconfigured base url formatting, use interface directive if present. Marco Cirillo Tue, 17 Jan 2012 01:43:50 +0000
mod_pastebin: Make last commit work (also set on restore) Matthew Wild Wed, 21 Dec 2011 10:38:44 +0000
mod_pastebin: Fix issue with metatable not being set when a reload changes expires_after to 0 Matthew Wild Wed, 21 Dec 2011 10:25:17 +0000
mod_pastebin: Support for persistent pastes (set pastebin_expire_after = 0) Matthew Wild Mon, 19 Dec 2011 12:29:03 +0000
mod_pastebin: Fix off-by-one in line counting (display issue only) Matthew Wild Mon, 19 Dec 2011 11:38:57 +0000
mod_pastebin: Fix call to undefined function introduced in previous commit Matthew Wild Mon, 19 Dec 2011 11:38:06 +0000
mod_pastebin: Threshold is now UTF-8 characters (thanks Grom_PE for initial patch) Matthew Wild Thu, 08 Dec 2011 22:01:54 +0000
mod_pastebin: Preserve pastes through a reload Matthew Wild Tue, 11 Oct 2011 01:42:31 +0100
mod_pastebin: Some experimental summary changes Matthew Wild Fri, 23 Sep 2011 21:15:24 +0100
mod_pastebin: Update to use module:get_option() Matthew Wild Fri, 23 Sep 2011 20:08:30 +0100
mod_pastebin: Support for changing the summary length (pastebin_summary_length), and including it even in the plaintext version of the generated message Matthew Wild Fri, 23 Sep 2011 20:03:22 +0100
mod_pastebin: Add option 'pastebin_private_messages', defaults to false for components and true for other hosts (thanks Kelden/Maranda) Matthew Wild Thu, 22 Sep 2011 12:47:33 +0100
mod_pastebin: Better fix for stripping truncated UFT-8 sequences Matthew Wild Mon, 28 Jun 2010 15:34:28 +0100
mod_pastebin: Fix to not truncate UTF-8 sequences when creating a snippet summary for XHTML-IM (thanks DaiZW for discovering :) ) Matthew Wild Mon, 28 Jun 2010 14:54:30 +0100
mod_pastebin: Fix trigger_string matching when no trigger is set, and add support for counting lines (pastebin_line_threshold, default: 4) Matthew Wild Thu, 10 Jun 2010 00:46:46 +0100
mod_pastebin: Optionally bin if message starts with a configurable trigger string Florian Zeitz Sun, 23 May 2010 17:24:09 +0200
mod_pastebin: Send Content-Type header to specify plain UTF-8 text Matthew Wild Sun, 01 Nov 2009 01:24:27 +0000
mod_pastebin: Rename pastebin_message() to pastebin_text() and make it global so it can be called by other plugins Matthew Wild Sun, 01 Nov 2009 01:10:02 +0000
mod_pastebin: Fix finding of XHTML content. Paul Aurich Fri, 30 Oct 2009 21:11:42 -0700
mod_pastebin: Comment some debug logging on every message Matthew Wild Fri, 02 Oct 2009 22:16:19 +0100
mod_pastebin: Expire pastes after 'pastebin_expire_after' hours, 24 by default Matthew Wild Fri, 02 Oct 2009 22:15:14 +0100
mod_pastebin: Allow per-host pastebin_threshold Matthew Wild Fri, 02 Oct 2009 13:52:37 +0100
mod_pastebin: Small fix to read the pastebin URL from the config Matthew Wild Thu, 01 Oct 2009 20:58:11 +0100
mod_pastebin: Set default of 500 chars for pastebin_threshold Matthew Wild Fri, 25 Sep 2009 22:22:58 +0100
mod_pastebin: Allow configurable message length threshold Matthew Wild Fri, 25 Sep 2009 21:54:16 +0100
mod_pastebin: Initial commit Matthew Wild Fri, 25 Sep 2009 14:51:53 +0100