Mercurial > prosody-wiki
changeset 246:000cd449e801
Add compatibility status for 0.8 and note about persistent pastes.
author | MWild1@gmail.com |
---|---|
date | Mon, 19 Dec 2011 18:56:08 +0000 |
parents | 2890500db303 |
children | 012884e6ba5d |
files | mod_pastebin.wiki |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_pastebin.wiki Mon Dec 12 10:50:10 2011 +0000 +++ b/mod_pastebin.wiki Mon Dec 19 18:56:08 2011 +0000 @@ -27,9 +27,10 @@ ||pastebin_line_threshold||The maximum number of lines a message may have before it is sent to the pastebin. (default 4 lines)|| ||pastebin_trigger||A string of characters (e.g. "!paste ") which if detected at the start of a message, always sends the message to the pastebin, regardless of length. (default: not set)|| ||pastebin_url||Base URL to display for pastebin links, must end with / and redirect to Prosody's built-in HTTP server|| -||pastebin_expire_after||Number of hours after which to expire (remove) a paste, defaults to 24|| +||pastebin_expire_after||Number of hours after which to expire (remove) a paste, defaults to 24. Set to 0 to store pastes permanently on disk.|| = Compatibility = +||0.8||Works|| ||0.7||Works|| ||0.6||Works||