Mercurial > prosody-modules
log mod_pastebin/mod_pastebin.lua @ 321:661f64627fed
age | author | description |
---|---|---|
2010-06-28 | Matthew Wild | mod_pastebin: Better fix for stripping truncated UFT-8 sequences |
2010-06-28 | Matthew Wild | mod_pastebin: Fix to not truncate UTF-8 sequences when creating a snippet summary for XHTML-IM (thanks DaiZW for discovering :) ) |
2010-06-09 | Matthew Wild | mod_pastebin: Fix trigger_string matching when no trigger is set, and add support for counting lines (pastebin_line_threshold, default: 4) |
2010-05-23 | Florian Zeitz | mod_pastebin: Optionally bin if message starts with a configurable trigger string |
2009-11-01 | Matthew Wild | mod_pastebin: Send Content-Type header to specify plain UTF-8 text |
2009-11-01 | Matthew Wild | mod_pastebin: Rename pastebin_message() to pastebin_text() and make it global so it can be called by other plugins |
2009-10-31 | Paul Aurich | mod_pastebin: Fix finding of XHTML content. |