comparison mod_muc_log.wiki @ 88:5ba104fb183e

added description for showJoin and showStatus
author t.ephraim
date Mon, 09 Nov 2009 17:18:05 +0000
parents 3fe2370b1c85
children df513425de29
comparison
equal deleted inserted replaced
87:3fe2370b1c85 88:5ba104fb183e
15 "muc_log"; 15 "muc_log";
16 } 16 }
17 17
18 muc_log = { 18 muc_log = {
19 http_port = 5290; 19 http_port = 5290;
20 showJoin = false; -- default is true
21 showStatus = false; -- default is true
20 } 22 }
21 }}} 23 }}}
22 24
23 The http server part would then be reachable at the url: 25 The http server part would then be reachable at the url:
24 {{{ 26 {{{
25 http://example.com:5290/muc_log/ 27 http://example.com:5290/muc_log/
26 }}} 28 }}}
27 29
30 showJoin sets the default for showing joins or leaves.
31 showStatus sets the default for showing status changes.
32
28 = TODO = 33 = TODO =
29 * log/output bans correctly 34 * log/output bans correctly
30 * show a nice errormessage when lfs is not installed 35 * show a nice errormessage when lfs is not installed
31 * let the admin choose to enable logging via room config 36 * let the admin choose to enable logging via room config
32 * testing testing 37 * testing testing