comparison mod_pastebin.wiki @ 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 d88da0ded786
children d4d1035c8700
comparison
equal deleted inserted replaced
245:2890500db303 246:000cd449e801
25 ||pastebin_ports||List of ports to run the HTTP server on, same format as mod_httpserver's http_ports|| 25 ||pastebin_ports||List of ports to run the HTTP server on, same format as mod_httpserver's http_ports||
26 ||pastebin_threshold||Maximum length (in characters) of a message that is allowed to skip the pastebin. (default 500 characters)|| 26 ||pastebin_threshold||Maximum length (in characters) of a message that is allowed to skip the pastebin. (default 500 characters)||
27 ||pastebin_line_threshold||The maximum number of lines a message may have before it is sent to the pastebin. (default 4 lines)|| 27 ||pastebin_line_threshold||The maximum number of lines a message may have before it is sent to the pastebin. (default 4 lines)||
28 ||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)|| 28 ||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)||
29 ||pastebin_url||Base URL to display for pastebin links, must end with / and redirect to Prosody's built-in HTTP server|| 29 ||pastebin_url||Base URL to display for pastebin links, must end with / and redirect to Prosody's built-in HTTP server||
30 ||pastebin_expire_after||Number of hours after which to expire (remove) a paste, defaults to 24|| 30 ||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.||
31 31
32 = Compatibility = 32 = Compatibility =
33 ||0.8||Works||
33 ||0.7||Works|| 34 ||0.7||Works||
34 ||0.6||Works|| 35 ||0.6||Works||
35 36
36 = Todo = 37 = Todo =
37 38