changeset 19:936f87fe73e6

Updated todo and instructions for new pastebin_threshold option
author MWild1
date Fri, 25 Sep 2009 21:25:23 +0000
parents d6217ecfaa2a
children 44fe50bac580
files mod_pastebin.wiki
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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