Mercurial > prosody-wiki
comparison mod_pastebin.wiki @ 466:25afe4b60780
mod_pastebin works on 0.9 but there's no pastebin_ports anymore
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 09 Jul 2014 10:32:56 +0200 |
parents | d4d1035c8700 |
children |
comparison
equal
deleted
inserted
replaced
465:9f46b0a1e21b | 466:25afe4b60780 |
---|---|
30 ||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)|| | 30 ||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)|| |
31 ||pastebin_url||Base URL to display for pastebin links, must end with / and redirect to Prosody's built-in HTTP server|| | 31 ||pastebin_url||Base URL to display for pastebin links, must end with / and redirect to Prosody's built-in HTTP server|| |
32 ||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.|| | 32 ||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.|| |
33 | 33 |
34 = Compatibility = | 34 = Compatibility = |
35 ||0.9||Works, but pastebin_ports does not exist anymore, see the 0.9.0 release notes|| | |
35 ||0.8||Works|| | 36 ||0.8||Works|| |
36 ||0.7||Works|| | 37 ||0.7||Works|| |
37 ||0.6||Works|| | 38 ||0.6||Works|| |
38 | 39 |
39 = Todo = | 40 = Todo = |