log mod_pastebin/mod_pastebin.lua @ 189:16d367e3c04e

age author description
Mon, 28 Jun 2010 14:54:30 +0100 Matthew Wild mod_pastebin: Fix to not truncate UTF-8 sequences when creating a snippet summary for XHTML-IM (thanks DaiZW for discovering :) )
Thu, 10 Jun 2010 00:46:46 +0100 Matthew Wild mod_pastebin: Fix trigger_string matching when no trigger is set, and add support for counting lines (pastebin_line_threshold, default: 4)
Sun, 23 May 2010 17:24:09 +0200 Florian Zeitz mod_pastebin: Optionally bin if message starts with a configurable trigger string
Sun, 01 Nov 2009 01:24:27 +0000 Matthew Wild mod_pastebin: Send Content-Type header to specify plain UTF-8 text
Sun, 01 Nov 2009 01:10:02 +0000 Matthew Wild mod_pastebin: Rename pastebin_message() to pastebin_text() and make it global so it can be called by other plugins
Fri, 30 Oct 2009 21:11:42 -0700 Paul Aurich mod_pastebin: Fix finding of XHTML content.
Fri, 02 Oct 2009 22:16:19 +0100 Matthew Wild mod_pastebin: Comment some debug logging on every message
Fri, 02 Oct 2009 22:15:14 +0100 Matthew Wild mod_pastebin: Expire pastes after 'pastebin_expire_after' hours, 24 by default
Fri, 02 Oct 2009 13:52:37 +0100 Matthew Wild mod_pastebin: Allow per-host pastebin_threshold
Thu, 01 Oct 2009 20:58:11 +0100 Matthew Wild mod_pastebin: Small fix to read the pastebin URL from the config
Fri, 25 Sep 2009 22:22:58 +0100 Matthew Wild mod_pastebin: Set default of 500 chars for pastebin_threshold
Fri, 25 Sep 2009 21:54:16 +0100 Matthew Wild mod_pastebin: Allow configurable message length threshold
Fri, 25 Sep 2009 14:51:53 +0100 Matthew Wild mod_pastebin: Initial commit