mod_muc: Fire muc-room-created and muc-room-destroyed events (thanks nik)
|
Matthew Wild |
2013-05-14 |
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
|
Kim Alvefur |
2013-04-19 |
MUC: Access prosody.hosts instead of the old global hosts
|
Kim Alvefur |
2013-03-23 |
MUC: Always return <service-unavailable/> when a node is present in service discovery requests.
|
Waqas Hussain |
2013-02-26 |
MUC: Expose create_room(jid).
|
Waqas Hussain |
2012-11-30 |
muc: Make max_history_messages simply a service-wide config option, and don't store it per-room (rooms still have their own history_message, but this is a global limit)
|
Matthew Wild |
2012-11-22 |
mod_muc: Fix syntax error (thanks Florob)
|
Matthew Wild |
2012-08-01 |
MUC: Give host and server admins "owner" affiliation in all rooms.
|
Waqas Hussain |
2012-07-31 |
MUC: Send unavailable presence when the component or server is shutting down.
|
Waqas Hussain |
2012-07-31 |
MUC: Return <item-not-found/> on message and iq to non-existent rooms (thanks Maranda).
|
Waqas Hussain |
2012-07-31 |
mod_muc: Remove unused variable and pull hosts into a local
|
Kim Alvefur |
2012-07-26 |
mod_muc: Use module:send() instead of core_*_stanza()
|
Kim Alvefur |
2012-07-26 |
MUC: Handle missing persistent room data.
|
Waqas Hussain |
2012-06-12 |
muc - implement per channel history limits
|
Markus Kötter |
2012-04-13 |
MUC: A little cleanup.
|
Waqas Hussain |
2011-08-31 |
mod_muc: Remove room from memory when it is made non-persistent and is empty
|
Matthew Wild |
2011-05-04 |
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 |