Log

plugins/muc/muc.lib.lua @ 4470:0209bd5c4259

description author age
MUC: Fix a possible stack overflow (when a local component joins a room, then disconnects, an unavailble-error presence cycle can occur). Waqas Hussain 2011-11-21
MUC: Allow affiliation change when argument actor==true in room:set_affiliation(). Waqas Hussain 2011-08-25
MUC: Change error type of badly-formatted stanza from 'auth' to 'modify' (thanks Andrew) Matthew Wild 2011-06-27
MUC: Include occupant count in room disco#info response. Waqas Hussain 2011-05-07
MUC: Don't limit affiliation changes to owners, and allow owners to remove themselves if they are not the last owner. Waqas Hussain 2011-02-24
MUC: Add a textual error message when the user isn't allowed to get/set config form. Waqas Hussain 2011-02-24
MUC: Add option to allow participants to change the subject. Kim Alvefur 2011-01-14
MUC: Fix a pair of missing :up() Kim Alvefur 2011-01-03
MUC: Include the user's current presence contents when broadcasting a role change. Waqas Hussain 2010-11-18
MUC: Include the user's current presence contents when broadcasting an affiliation change. Waqas Hussain 2010-11-18
MUC: Change room name and description properly Kim Alvefur 2010-11-17
MUC: Grant membership when inviteing someone into a members-only room. Kim Alvefur 2010-11-10
MUC: Only send status code 110 (entering non-anonymous room) to the occupant themselves, not to other occupants. Waqas Hussain 2010-11-10
MUC: Added some more missing :up()s to the stanza building for presence broadcasts (thanks again Zash). Waqas Hussain 2010-11-10
MUC: Parse submitted form with util.dataforms Kim Alvefur 2010-11-10
MUC: Added a missing :up() to the stanza building for presence broadcast (thanks Zash). Waqas Hussain 2010-11-10
MUC: Handle missing <value/> for <field type='boolean'/> in config form submissions. Waqas Hussain 2010-11-09
Monster whitespace commit (beware the whitespace monster). Waqas Hussain 2010-10-16
MUC: Use util.dataforms to generate forms Kim Alvefur 2010-10-12
MUC: fix timezone support when sending history Kim Alvefur 2010-10-12
MUC: Make the room node be the default room name (thanks Zash). Waqas Hussain 2010-09-28
Merge with trunk. Waqas Hussain 2010-09-27
MUC: Added a 'Description' property (muc#roomconfig_roomdesc) Kim Alvefur 2010-09-26
MUC: Added a 'Name' property (muc#roomconfig_roomname) Kim Alvefur 2010-09-24
MUC: Fixed traceback on presence errors lacking a condition. Waqas Hussain 2010-09-27
MUC: Fixed: Unavilable presence was not being broadcasted for banned users in some cases (thanks Zash). Waqas Hussain 2010-08-03
MUC: Return correct error to non-members attempting to enter a members-only room. Waqas Hussain 2010-08-03
MUC: Store the nick (full room JID) which set the subject, and send subject to occupants from that JID. Waqas Hussain 2010-07-20
MUC: Fixed a traceback introduced in hg:bdc325ce9fbc. Waqas Hussain 2010-07-14
MUC: Make number of stored history messages configurable with option max_history_messages (thanks michal and others who requested) Matthew Wild 2010-07-06