aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/mod_muc.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_muc: Remove unused history_length declarationMatthew Wild2010-01-131-1/+0
* MUC: Added config option 'restrict_room_creation' to allow restricting room c...Waqas Hussain2009-10-211-7/+21
* MUC: Added 'name' config option, for specifying the component's name in disco...Waqas Hussain2009-10-211-1/+2
* MUC: Removed some debug logging.Waqas Hussain2009-09-141-4/+0
* MUC: Added a send() method to the component. Fixes issues with local mod_vcard.Waqas Hussain2009-09-141-0/+5
* MUC: Discard non-persistent rooms as soon as they become empty.Waqas Hussain2009-09-091-0/+3
* MUC: Added support for room configuration forms, persistence and hidden rooms.Waqas Hussain2009-09-071-4/+47
* MUC: Fixed stanza routing for reloaded rooms.Waqas Hussain2009-09-071-1/+2
* MUC: Added support for reloading MUC library code.Waqas Hussain2009-09-071-1/+9
* MUC: Added support for generating unique room namesWaqas Hussain2009-09-071-0/+3
* MUC: New basic mod_muc based on the new MUC libraryWaqas Hussain2009-09-071-0/+90