# HG changeset patch # User MWild1@gmail.com # Date 1324320968 0 # Node ID 000cd449e80197f92f34dfae31ff3934283ceb66 # Parent 2890500db303ebd26c748a9bfe0644bb4b324be2 Add compatibility status for 0.8 and note about persistent pastes. diff -r 2890500db303 -r 000cd449e801 mod_pastebin.wiki --- 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||