Mercurial > prosody-modules
log mod_pastebin/mod_pastebin.lua @ 142:f37de7e2ad14
age | author | description |
---|---|---|
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. |
2009-10-02 | Matthew Wild | mod_pastebin: Comment some debug logging on every message |
2009-10-02 | Matthew Wild | mod_pastebin: Expire pastes after 'pastebin_expire_after' hours, 24 by default |
2009-10-02 | Matthew Wild | mod_pastebin: Allow per-host pastebin_threshold |
2009-10-01 | Matthew Wild | mod_pastebin: Small fix to read the pastebin URL from the config |
2009-09-25 | Matthew Wild | mod_pastebin: Set default of 500 chars for pastebin_threshold |
2009-09-25 | Matthew Wild | mod_pastebin: Allow configurable message length threshold |
2009-09-25 | Matthew Wild | mod_pastebin: Initial commit |