Remove all trailing whitespace
|
Florian Zeitz |
Fri, 09 Aug 2013 17:48:21 +0200 |
mod_muc: Add Ad-Hoc command to destroy MUC rooms
|
Florian Zeitz |
Wed, 05 Jun 2013 00:05:03 +0200 |
mod_muc: Utilize mod_disco, instead of reimplementing disco handling
|
Florian Zeitz |
Wed, 05 Jun 2013 00:04:44 +0200 |
mod_muc: Include status code 332 on service shutdown (thanks mathieui)
|
Matthew Wild |
Sat, 08 Jun 2013 18:07:36 +0100 |
mod_muc: Refactor config form handling, and allow for clients to submit incomplete forms. Fixes #246
|
Matthew Wild |
Thu, 16 May 2013 14:17:25 +0100 |
mod_muc: Fire muc-room-created and muc-room-destroyed events (thanks nik)
|
Matthew Wild |
Tue, 14 May 2013 09:38:54 +0100 |
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
|
Kim Alvefur |
Fri, 19 Apr 2013 16:14:06 +0200 |
MUC: Access prosody.hosts instead of the old global hosts
|
Kim Alvefur |
Sat, 23 Mar 2013 02:24:11 +0100 |
MUC: Always return <service-unavailable/> when a node is present in service discovery requests.
|
Waqas Hussain |
Tue, 26 Feb 2013 23:56:44 +0500 |
MUC: Expose create_room(jid).
|
Waqas Hussain |
Fri, 30 Nov 2012 08:57:58 +0500 |
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 |
Thu, 22 Nov 2012 21:57:06 +0000 |
mod_muc: Fix syntax error (thanks Florob)
|
Matthew Wild |
Wed, 01 Aug 2012 01:33:21 +0100 |
MUC: Give host and server admins "owner" affiliation in all rooms.
|
Waqas Hussain |
Wed, 01 Aug 2012 01:36:30 +0500 |
MUC: Send unavailable presence when the component or server is shutting down.
|
Waqas Hussain |
Wed, 01 Aug 2012 01:36:22 +0500 |
MUC: Return <item-not-found/> on message and iq to non-existent rooms (thanks Maranda).
|
Waqas Hussain |
Wed, 01 Aug 2012 01:36:11 +0500 |
mod_muc: Remove unused variable and pull hosts into a local
|
Kim Alvefur |
Thu, 26 Jul 2012 04:45:22 +0200 |
mod_muc: Use module:send() instead of core_*_stanza()
|
Kim Alvefur |
Thu, 26 Jul 2012 04:41:56 +0200 |
MUC: Handle missing persistent room data.
|
Waqas Hussain |
Tue, 12 Jun 2012 16:55:27 +0500 |
muc - implement per channel history limits
|
Markus Kötter |
Fri, 13 Apr 2012 21:23:26 +0200 |
MUC: A little cleanup.
|
Waqas Hussain |
Wed, 31 Aug 2011 23:53:55 +0500 |
mod_muc: Remove room from memory when it is made non-persistent and is empty
|
Matthew Wild |
Wed, 04 May 2011 23:12:53 +0100 |
MUC: Give stanza handlers a negative priority, to allow mod_iq to process them first.
|
Waqas Hussain |
Thu, 02 Dec 2010 16:16:44 +0500 |
MUC: Fixed: Variable referencing the host session wasn't initialized.
|
Waqas Hussain |
Wed, 17 Nov 2010 00:18:31 +0500 |
prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file.
|
Waqas Hussain |
Wed, 10 Nov 2010 20:59:16 +0500 |
MUC: Return true from the stanza handler to suppress error responses.
|
Waqas Hussain |
Wed, 10 Nov 2010 05:31:19 +0500 |
MUC: Preserve the global rooms table through reloads.
|
Waqas Hussain |
Tue, 09 Nov 2010 01:19:17 +0500 |
MUC: Expose the rooms table as a global 'rooms'.
|
Waqas Hussain |
Tue, 09 Nov 2010 01:07:39 +0500 |
MUC: Allow restricting room creation to local JIDs (thanks thomas.mangin).
|
Waqas Hussain |
Mon, 08 Nov 2010 20:44:53 +0500 |
MUC: Use events for hooking stanzas instead of the component stanza handler.
|
Waqas Hussain |
Thu, 04 Nov 2010 19:38:05 +0500 |
MUC: Make the room node be the default room name (thanks Zash).
|
Waqas Hussain |
Tue, 28 Sep 2010 16:36:17 +0500 |
MUC: No need to call is_admin twice now, global admins are admins on hosts
|
Matthew Wild |
Sat, 17 Jul 2010 15:20:45 +0100 |
MUC: Make number of stored history messages configurable with option max_history_messages (thanks michal and others who requested)
|
Matthew Wild |
Tue, 06 Jul 2010 17:09:23 +0100 |
MUC: Updated code to use :set_hidden() and :is_hidden().
|
Waqas Hussain |
Sun, 13 Jun 2010 21:58:46 +0500 |
Merge 0.6->0.7
|
Matthew Wild |
Mon, 22 Mar 2010 17:24:55 +0000 |
Update copyright headers for 2010
|
Matthew Wild |
Mon, 22 Mar 2010 17:06:15 +0000 |
mod_muc: Remove unused history_length declaration
|
Matthew Wild |
Wed, 13 Jan 2010 00:05:07 +0000 |
MUC: Added config option 'restrict_room_creation' to allow restricting room creation to admins.
|
Waqas Hussain |
Wed, 21 Oct 2009 11:58:33 +0500 |
MUC: Added 'name' config option, for specifying the component's name in disco responses.
|
Waqas Hussain |
Wed, 21 Oct 2009 02:18:17 +0500 |
MUC: Removed some debug logging.
|
Waqas Hussain |
Mon, 14 Sep 2009 02:11:17 +0500 |
MUC: Added a send() method to the component. Fixes issues with local mod_vcard.
|
Waqas Hussain |
Mon, 14 Sep 2009 02:08:20 +0500 |
MUC: Discard non-persistent rooms as soon as they become empty.
|
Waqas Hussain |
Wed, 09 Sep 2009 19:28:36 +0500 |
MUC: Added support for room configuration forms, persistence and hidden rooms.
|
Waqas Hussain |
Mon, 07 Sep 2009 20:51:59 +0500 |
MUC: Fixed stanza routing for reloaded rooms.
|
Waqas Hussain |
Mon, 07 Sep 2009 20:39:05 +0500 |
MUC: Added support for reloading MUC library code.
|
Waqas Hussain |
Mon, 07 Sep 2009 20:38:20 +0500 |
MUC: Added support for generating unique room names
|
Waqas Hussain |
Mon, 07 Sep 2009 20:29:04 +0500 |
MUC: New basic mod_muc based on the new MUC library
|
Waqas Hussain |
Mon, 07 Sep 2009 20:18:26 +0500 |