MUC: Make the room node be the default room name (thanks Zash).
|
Waqas Hussain |
Tue, 28 Sep 2010 16:36:17 +0500 |
Merge with trunk.
|
Waqas Hussain |
Mon, 27 Sep 2010 19:51:14 +0500 |
MUC: Added a 'Description' property (muc#roomconfig_roomdesc)
|
Kim Alvefur |
Sun, 26 Sep 2010 18:15:30 +0200 |
MUC: Added a 'Name' property (muc#roomconfig_roomname)
|
Kim Alvefur |
Fri, 24 Sep 2010 21:16:38 +0200 |
MUC: Fixed traceback on presence errors lacking a condition.
|
Waqas Hussain |
Mon, 27 Sep 2010 19:00:11 +0500 |
MUC: Fixed: Unavilable presence was not being broadcasted for banned users in some cases (thanks Zash).
|
Waqas Hussain |
Tue, 03 Aug 2010 21:37:06 +0500 |
MUC: Return correct error to non-members attempting to enter a members-only room.
|
Waqas Hussain |
Tue, 03 Aug 2010 21:07:00 +0500 |
MUC: Store the nick (full room JID) which set the subject, and send subject to occupants from that JID.
|
Waqas Hussain |
Tue, 20 Jul 2010 17:39:02 +0500 |
MUC: Fixed a traceback introduced in hg:bdc325ce9fbc.
|
Waqas Hussain |
Wed, 14 Jul 2010 19:48:01 +0500 |
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: A little modification to improve code analysis.
|
Waqas Hussain |
Sat, 19 Jun 2010 23:39:29 +0500 |
MUC: Updated room:set_role() to use room:can_set_role().
|
Waqas Hussain |
Sat, 19 Jun 2010 23:38:25 +0500 |
MUC: Added room:can_set_role().
|
Waqas Hussain |
Sat, 19 Jun 2010 23:35:53 +0500 |
MUC: Added disco#info features to advertise room's anonymity status (muc_semianonymous or muc_nonanonymous).
|
Waqas Hussain |
Sun, 13 Jun 2010 22:06:06 +0500 |
MUC: Added disco#info features to advertise room's public status (muc_public or muc_hidden).
|
Waqas Hussain |
Sun, 13 Jun 2010 22:00:08 +0500 |
MUC: Updated code to use :set_hidden() and :is_hidden().
|
Waqas Hussain |
Sun, 13 Jun 2010 21:58:46 +0500 |
MUC: Added room:set_hidden(boolean) and room:is_hidden().
|
Waqas Hussain |
Sun, 13 Jun 2010 21:54:47 +0500 |
MUC: Added disco#info features to advertise room's persistence status (muc_persistent or muc_temporary).
|
Waqas Hussain |
Sun, 13 Jun 2010 21:43:53 +0500 |
MUC: Replaced direct access of room's internal persistence state with :set_persistent(boolean) and :is_persistent() in various functions.
|
Waqas Hussain |
Sun, 13 Jun 2010 21:41:49 +0500 |
MUC: Added room:set_persistent(boolean) and room:is_persistent().
|
Waqas Hussain |
Sun, 13 Jun 2010 21:38:31 +0500 |
MUC: Added disco#info features to advertise room's members-only status (muc_membersonly or muc_open).
|
Waqas Hussain |
Sun, 13 Jun 2010 20:55:07 +0500 |
MUC: Added a 'Make Room Members-Only?' field to the room config dialog.
|
Waqas Hussain |
Sun, 13 Jun 2010 20:52:37 +0500 |
MUC: Updated room:get_default_role() to not assign unaffiliated occupants a role in members-only rooms.
|
Waqas Hussain |
Sun, 13 Jun 2010 20:44:38 +0500 |
MUC: Added room:set_members_only(boolean) and room:is_members_only().
|
Waqas Hussain |
Sun, 13 Jun 2010 20:37:09 +0500 |
MUC: Added disco#info features to advertise room's moderation status (muc_moderated or muc_unmoderated).
|
Waqas Hussain |
Sun, 13 Jun 2010 20:29:27 +0500 |
MUC: Added a 'Make Room Moderated?' field to the room config dialog.
|
Waqas Hussain |
Sun, 13 Jun 2010 20:24:55 +0500 |
MUC: Updated room:get_default_role() to assign unaffiliated occupants a "visitor" role in moderated rooms.
|
Waqas Hussain |
Sun, 13 Jun 2010 20:10:42 +0500 |
MUC: Added room:set_moderated(boolean) and room:is_moderated().
|
Waqas Hussain |
Sun, 13 Jun 2010 20:08:51 +0500 |
MUC: Persist data in room:set_password() when called programmatically.
|
Waqas Hussain |
Sun, 13 Jun 2010 20:05:45 +0500 |
MUC: Added a password field to the room config dialog.
|
Waqas Hussain |
Sun, 13 Jun 2010 19:19:03 +0500 |
MUC: Include a <password/> element in invites from password protected rooms.
|
Waqas Hussain |
Sun, 13 Jun 2010 19:03:03 +0500 |
MUC: Added disco#info features to advertise room's password protection (muc_passwordprotected or muc_unsecured, depending on whether a password is set).
|
Waqas Hussain |
Sun, 13 Jun 2010 18:29:26 +0500 |
MUC: Added password checking on room join.
|
Waqas Hussain |
Sun, 13 Jun 2010 18:14:46 +0500 |
MUC: Added room:get_password() and room:set_password().
|
Waqas Hussain |
Sun, 13 Jun 2010 18:13:18 +0500 |
Merge 0.7->trunk (with MUC needing checking, waqas)
|
Matthew Wild |
Tue, 04 May 2010 23:36:50 +0100 |
Merge 0.6 into 0.7.
|
Waqas Hussain |
Sat, 01 May 2010 05:18:38 +0500 |
MUC: Allow moderators which are not owners to change roles.
|
Waqas Hussain |
Wed, 14 Apr 2010 17:54:33 +0500 |
MUC: Include <status code='100'/> in a message, not in presence. Fixes various issues.
|
Waqas Hussain |
Mon, 19 Apr 2010 18:30:59 +0500 |
Merge 0.7->trunk
|
Matthew Wild |
Mon, 22 Mar 2010 17:26:12 +0000 |
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 |
MUC: Added support for letting clients manage discussion history.
|
Waqas Hussain |
Wed, 17 Mar 2010 03:16:43 +0500 |
MUC: Allow role changes based on JIDs.
|
Waqas Hussain |
Thu, 18 Feb 2010 14:28:52 +0500 |
MUC: muc.lib.lua: Fix the sending of the occupant JID instead of the nick in role lists and presence broadcasts after role changes (thanks teo)
|
Matthew Wild |
Sat, 30 Jan 2010 18:51:07 +0000 |
MUC: Allow role changes based on JIDs.
|
Waqas Hussain |
Thu, 18 Feb 2010 14:28:52 +0500 |
MUC: muc.lib.lua: Fix the sending of the occupant JID instead of the nick in role lists and presence broadcasts after role changes (thanks teo)
|
Matthew Wild |
Sat, 30 Jan 2010 18:51:07 +0000 |
MUC: Fixes and refactoring for the previous commit to work in all cases, text of error stanzas is now broadcast
|
Matthew Wild |
Fri, 29 Jan 2010 15:13:06 +0000 |
MUC: Show error message texts when participants are kicked for stanza errors
|
Matthew Wild |
Fri, 29 Jan 2010 14:40:37 +0000 |
MUC: Have get_error_condition() use the new stanza:get_error() (muc.lib.lua 11 lines shorter \o/)
|
Matthew Wild |
Fri, 29 Jan 2010 14:26:54 +0000 |
MUC: Removed old commented code.
|
Waqas Hussain |
Tue, 26 Jan 2010 02:30:56 +0500 |
MUC: Converted some local functions into methods.
|
Waqas Hussain |
Tue, 26 Jan 2010 02:29:32 +0500 |
mod_muc/muc.lib: Use stanza:get_child() to locate MUC child element
|
Matthew Wild |
Sun, 03 Jan 2010 17:53:54 +0000 |
Added notification of configuration changes for MUCs
|
Rob Hoelz |
Wed, 30 Dec 2009 13:26:11 -0600 |
Add support for non-anonymous MUC rooms
|
Rob Hoelz |
Tue, 29 Dec 2009 16:21:12 -0600 |
MUC: Added support for the room-destroy owner use case.
|
Waqas Hussain |
Thu, 26 Nov 2009 00:03:16 +0500 |
MUC: Slightly refactored form processing.
|
Waqas Hussain |
Wed, 25 Nov 2009 22:26:06 +0500 |
MUC: Only allow moderators to change the room subject.
|
Waqas Hussain |
Wed, 25 Nov 2009 22:00:33 +0500 |
MUC: Prevent visitors from broadcasting messages.
|
Waqas Hussain |
Wed, 25 Nov 2009 21:42:05 +0500 |
MUC: Improved handling of incoming groupchat messages (state preserved for possible later use).
|
Waqas Hussain |
Wed, 25 Nov 2009 21:40:44 +0500 |
MUC: Include occupants' real JIDs in their presence (semi-anonymous rooms).
|
Waqas Hussain |
Sat, 31 Oct 2009 05:11:56 +0500 |