Software /
code /
prosody
File
tests/run_tests.bat @ 4528:875b90d5ce0f
muc - implement per channel history limits
- allow configuration via channel settings
- store the settings for permanent channels
- honor muc max_history_messages from the config as upper limit
- only broadcast_message with historic = true if history_length is > 0
author | Markus Kötter <koetter@rrzn-hiwi.uni-hannover.de> |
---|---|
date | Fri, 13 Apr 2012 21:23:26 +0200 |
parent | 809:28d6515f5b7b |
line wrap: on
line source
@echo off set oldpath=%path% set path=%path%;..;..\lualibs del reports\*.report lua test.lua %* set path=%oldpath% set oldpath=