# HG changeset patch # User MWild1 # Date 1253913923 0 # Node ID 936f87fe73e6b4bf65e94c9b10feaf3457e071d4 # Parent d6217ecfaa2acc8d02135463e1cae228d1da65aa Updated todo and instructions for new pastebin_threshold option diff -r d6217ecfaa2a -r 936f87fe73e6 mod_pastebin.wiki --- a/mod_pastebin.wiki Fri Sep 25 20:26:02 2009 +0000 +++ b/mod_pastebin.wiki Fri Sep 25 21:25:23 2009 +0000 @@ -8,7 +8,7 @@ = Details = -When someone posts to a room a "large" message, Prosody will intercept the message and convert it to a URL pointing to a built-in pastebin server. The URLs are randomly generated, so they can be considered for most purposes to be private, and cannot be discovered by people who are not in the room. +When someone posts to a room a "large" (configurable) message, Prosody will intercept the message and convert it to a URL pointing to a built-in pastebin server. The URLs are randomly generated, so they can be considered for most purposes to be private, and cannot be discovered by people who are not in the room. = Usage = @@ -22,10 +22,10 @@ = Configuration = ||pastebin_ports||List of ports to run the HTTP server on, same format as mod_httpserver's http_ports|| +||pastebin_threshold||Minimum length (in characters) of a message to be sent to the pastebin (default 500 characters)|| = Todo = - * Configurable message length threshold * Expire pastes * Maximum paste length * Web interface to submit pastes? \ No newline at end of file