aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/mod_muc.lua
Commit message (Collapse)AuthorAgeFilesLines
* MUC: Fixed: Variable referencing the host session wasn't initialized.Waqas Hussain2010-11-171-1/+1
|
* prosody: Removed all references to componentmanager from Prosody, except the ↵Waqas Hussain2010-11-101-7/+1
| | | | main componentmanager file.
* MUC: Return true from the stanza handler to suppress error responses.Waqas Hussain2010-11-101-1/+2
|
* MUC: Preserve the global rooms table through reloads.Waqas Hussain2010-11-091-1/+0
|
* MUC: Expose the rooms table as a global 'rooms'.Waqas Hussain2010-11-091-1/+2
|
* MUC: Allow restricting room creation to local JIDs (thanks thomas.mangin).Waqas Hussain2010-11-081-3/+10
|
* MUC: Use events for hooking stanzas instead of the component stanza handler.Waqas Hussain2010-11-041-2/+14
|
* MUC: Make the room node be the default room name (thanks Zash).Waqas Hussain2010-09-281-1/+1
|
* MUC: No need to call is_admin twice now, global admins are admins on hostsMatthew Wild2010-07-171-1/+1
|
* MUC: Make number of stored history messages configurable with option ↵Matthew Wild2010-07-061-3/+13
| | | | max_history_messages (thanks michal and others who requested)
* MUC: Updated code to use :set_hidden() and :is_hidden().Waqas Hussain2010-06-131-1/+1
|
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| |
* | mod_muc: Remove unused history_length declarationMatthew Wild2010-01-131-1/+0
|/
* MUC: Added config option 'restrict_room_creation' to allow restricting room ↵Waqas Hussain2009-10-211-7/+21
| | | | creation to admins.
* MUC: Added 'name' config option, for specifying the component's name in ↵Waqas Hussain2009-10-211-1/+2
| | | | disco responses.
* 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