comparison mod_muc_log_http.wiki @ 101:dfbbf18655db

Added theme configure option
author t.ephraim
date Tue, 08 Dec 2009 20:32:44 +0000
parents 6eb99327f14a
children 291ee152eea9
comparison
equal deleted inserted replaced
100:6eb99327f14a 101:dfbbf18655db
17 17
18 muc_log_http = { 18 muc_log_http = {
19 http_port = 5290; 19 http_port = 5290;
20 showJoin = false; -- default is true 20 showJoin = false; -- default is true
21 showStatus = false; -- default is true 21 showStatus = false; -- default is true
22 theme = "default"; -- default is theme "default"
22 } 23 }
23 }}} 24 }}}
24 showJoin sets the default for showing joins or leaves. 25 showJoin sets the default for showing joins or leaves.
25 showStatus sets the default for showing status changes. 26 showStatus sets the default for showing status changes.
26 27
30 }}} 31 }}}
31 32
32 33
33 = TODO = 34 = TODO =
34 * log/output bans correctly 35 * log/output bans correctly
35 * show a nice errormessage when lfs is not installed
36 * let the admin choose to enable logging via room config 36 * let the admin choose to enable logging via room config
37 * quota ~ per day ?! 37 * quota ~ per day ?!
38 * testing testing 38 * testing testing