Mercurial > prosody-wiki
comparison mod_pastebin.wiki @ 19:936f87fe73e6
Updated todo and instructions for new pastebin_threshold option
author | MWild1 |
---|---|
date | Fri, 25 Sep 2009 21:25:23 +0000 |
parents | 310c9bbceb3d |
children | 44fe50bac580 |
comparison
equal
deleted
inserted
replaced
18:d6217ecfaa2a | 19:936f87fe73e6 |
---|---|
6 | 6 |
7 Not for everyone... no matter how hard you try, people will be unaware, or not care. They may also be too lazy to visit a pastebin. This is where mod_pastebin comes in! | 7 Not for everyone... no matter how hard you try, people will be unaware, or not care. They may also be too lazy to visit a pastebin. This is where mod_pastebin comes in! |
8 | 8 |
9 = Details = | 9 = Details = |
10 | 10 |
11 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. | 11 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. |
12 | 12 |
13 = Usage = | 13 = Usage = |
14 | 14 |
15 Load mod_pastebin onto the MUC component (interestingly it can also be loaded on normal hosts and it will intercept standard chat messages). | 15 Load mod_pastebin onto the MUC component (interestingly it can also be loaded on normal hosts and it will intercept standard chat messages). |
16 | 16 |
20 modules_enabled = { "pastebin" } | 20 modules_enabled = { "pastebin" } |
21 }}} | 21 }}} |
22 | 22 |
23 = Configuration = | 23 = Configuration = |
24 ||pastebin_ports||List of ports to run the HTTP server on, same format as mod_httpserver's http_ports|| | 24 ||pastebin_ports||List of ports to run the HTTP server on, same format as mod_httpserver's http_ports|| |
25 ||pastebin_threshold||Minimum length (in characters) of a message to be sent to the pastebin (default 500 characters)|| | |
25 | 26 |
26 = Todo = | 27 = Todo = |
27 | 28 |
28 * Configurable message length threshold | |
29 * Expire pastes | 29 * Expire pastes |
30 * Maximum paste length | 30 * Maximum paste length |
31 * Web interface to submit pastes? | 31 * Web interface to submit pastes? |