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