Log

plugins/muc/mod_muc.lua @ 3981:2b0b8fe68df2

description author age
MUC: Give stanza handlers a negative priority, to allow mod_iq to process them first. Waqas Hussain 2010-12-02
MUC: Fixed: Variable referencing the host session wasn't initialized. Waqas Hussain 2010-11-16
prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file. Waqas Hussain 2010-11-10
MUC: Return true from the stanza handler to suppress error responses. Waqas Hussain 2010-11-10
MUC: Preserve the global rooms table through reloads. Waqas Hussain 2010-11-08
MUC: Expose the rooms table as a global 'rooms'. Waqas Hussain 2010-11-08
MUC: Allow restricting room creation to local JIDs (thanks thomas.mangin). Waqas Hussain 2010-11-08
MUC: Use events for hooking stanzas instead of the component stanza handler. Waqas Hussain 2010-11-04
MUC: Make the room node be the default room name (thanks Zash). Waqas Hussain 2010-09-28
MUC: No need to call is_admin twice now, global admins are admins on hosts Matthew Wild 2010-07-17
MUC: Make number of stored history messages configurable with option max_history_messages (thanks michal and others who requested) Matthew Wild 2010-07-06
MUC: Updated code to use :set_hidden() and :is_hidden(). Waqas Hussain 2010-06-13
Merge 0.6->0.7 Matthew Wild 2010-03-22
Update copyright headers for 2010 Matthew Wild 2010-03-22
mod_muc: Remove unused history_length declaration Matthew Wild 2010-01-13
MUC: Added config option 'restrict_room_creation' to allow restricting room creation to admins. Waqas Hussain 2009-10-21
MUC: Added 'name' config option, for specifying the component's name in disco responses. Waqas Hussain 2009-10-20
MUC: Removed some debug logging. Waqas Hussain 2009-09-13
MUC: Added a send() method to the component. Fixes issues with local mod_vcard. Waqas Hussain 2009-09-13
MUC: Discard non-persistent rooms as soon as they become empty. Waqas Hussain 2009-09-09
MUC: Added support for room configuration forms, persistence and hidden rooms. Waqas Hussain 2009-09-07
MUC: Fixed stanza routing for reloaded rooms. Waqas Hussain 2009-09-07
MUC: Added support for reloading MUC library code. Waqas Hussain 2009-09-07
MUC: Added support for generating unique room names Waqas Hussain 2009-09-07
MUC: New basic mod_muc based on the new MUC library Waqas Hussain 2009-09-07