Log

mod_pastebin/mod_pastebin.lua @ 2215:e276ed33bc1a

description author age
all the things: Remove trailing whitespace Florian Zeitz 2014-03-11
mod_pastebin: Ensure base URL always has a trailing / (thanks Masin) Matthew Wild 2013-05-22
mod_pastebin: Fix invalid debug statement Kim Alvefur 2013-03-24
mod_pastebin: provide correct content-type on invalid pastes warnings too. Marco Cirillo 2012-10-25
mod_pastebin: Have a default pastebin URL. Waqas Hussain 2012-08-21
mod_pastebin: Update to the new HTTP API Kim Alvefur 2012-04-29
mod_pastebin: more sensible unconfigured base url formatting, use interface directive if present. Marco Cirillo 2012-01-17
mod_pastebin: Make last commit work (also set on restore) Matthew Wild 2011-12-21
mod_pastebin: Fix issue with metatable not being set when a reload changes expires_after to 0 Matthew Wild 2011-12-21
mod_pastebin: Support for persistent pastes (set pastebin_expire_after = 0) Matthew Wild 2011-12-19
mod_pastebin: Fix off-by-one in line counting (display issue only) Matthew Wild 2011-12-19
mod_pastebin: Fix call to undefined function introduced in previous commit Matthew Wild 2011-12-19
mod_pastebin: Threshold is now UTF-8 characters (thanks Grom_PE for initial patch) Matthew Wild 2011-12-08
mod_pastebin: Preserve pastes through a reload Matthew Wild 2011-10-11
mod_pastebin: Some experimental summary changes Matthew Wild 2011-09-23
mod_pastebin: Update to use module:get_option() Matthew Wild 2011-09-23
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 2011-09-23
mod_pastebin: Add option 'pastebin_private_messages', defaults to false for components and true for other hosts (thanks Kelden/Maranda) Matthew Wild 2011-09-22
mod_pastebin: Better fix for stripping truncated UFT-8 sequences Matthew Wild 2010-06-28
mod_pastebin: Fix to not truncate UTF-8 sequences when creating a snippet summary for XHTML-IM (thanks DaiZW for discovering :) ) Matthew Wild 2010-06-28
mod_pastebin: Fix trigger_string matching when no trigger is set, and add support for counting lines (pastebin_line_threshold, default: 4) Matthew Wild 2010-06-09
mod_pastebin: Optionally bin if message starts with a configurable trigger string Florian Zeitz 2010-05-23
mod_pastebin: Send Content-Type header to specify plain UTF-8 text Matthew Wild 2009-11-01
mod_pastebin: Rename pastebin_message() to pastebin_text() and make it global so it can be called by other plugins Matthew Wild 2009-11-01
mod_pastebin: Fix finding of XHTML content. Paul Aurich 2009-10-31
mod_pastebin: Comment some debug logging on every message Matthew Wild 2009-10-02
mod_pastebin: Expire pastes after 'pastebin_expire_after' hours, 24 by default Matthew Wild 2009-10-02
mod_pastebin: Allow per-host pastebin_threshold Matthew Wild 2009-10-02
mod_pastebin: Small fix to read the pastebin URL from the config Matthew Wild 2009-10-01
mod_pastebin: Set default of 500 chars for pastebin_threshold Matthew Wild 2009-09-25
mod_pastebin: Allow configurable message length threshold Matthew Wild 2009-09-25
mod_pastebin: Initial commit Matthew Wild 2009-09-25