Software /
code /
prosody
Log
plugins/muc/muc.lib.lua @ 5195:ce5d7538ac48
description | author | age |
---|---|---|
muc: Make max_history_messages simply a service-wide config option, and don't store it per-room (rooms still have their own history_message, but this is a global limit) | Matthew Wild | Thu, 22 Nov 2012 21:57:06 +0000 |
MUC: Fix traceback caused by faulty logic precedence. (thanks waqas, nulani) | Kim Alvefur | Tue, 25 Sep 2012 22:03:35 +0200 |
MUC: Fix a traceback caused by private IQ result and error stanzas where the encoded id can't be processed. | Waqas Hussain | Thu, 09 Aug 2012 07:17:25 +0500 |
MUC: Fix private IQ results and errors for non-vcard queries. | Waqas Hussain | Sat, 04 Aug 2012 23:22:16 +0500 |
MUC: Expose room metatable in the MUC lib. | Waqas Hussain | Wed, 01 Aug 2012 01:36:25 +0500 |
MUC: Fix private IQ and message routing. | Waqas Hussain | Wed, 01 Aug 2012 01:36:19 +0500 |