aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc
Commit message (Expand)AuthorAgeFilesLines
* MUC: Fixed: Unavilable presence was not being broadcasted for banned users in...Waqas Hussain2010-08-031-1/+1
* MUC: Return correct error to non-members attempting to enter a members-only r...Waqas Hussain2010-08-031-0/+4
* MUC: Store the nick (full room JID) which set the subject, and send subject t...Waqas Hussain2010-07-201-1/+2
* MUC: No need to call is_admin twice now, global admins are admins on hostsMatthew Wild2010-07-171-1/+1
* MUC: Fixed a traceback introduced in hg:bdc325ce9fbc.Waqas Hussain2010-07-141-2/+2
* MUC: Make number of stored history messages configurable with option max_hist...Matthew Wild2010-07-062-7/+18
* MUC: A little modification to improve code analysis.Waqas Hussain2010-06-191-1/+4
* MUC: Updated room:set_role() to use room:can_set_role().Waqas Hussain2010-06-191-3/+2
* MUC: Added room:can_set_role().Waqas Hussain2010-06-191-0/+17
* MUC: Added disco#info features to advertise room's anonymity status (muc_semi...Waqas Hussain2010-06-131-0/+1
* MUC: Added disco#info features to advertise room's public status (muc_public ...Waqas Hussain2010-06-131-0/+1
* MUC: Updated code to use :set_hidden() and :is_hidden().Waqas Hussain2010-06-132-4/+4
* MUC: Added room:set_hidden(boolean) and room:is_hidden().Waqas Hussain2010-06-131-0/+10
* MUC: Added disco#info features to advertise room's persistence status (muc_pe...Waqas Hussain2010-06-131-0/+1
* MUC: Replaced direct access of room's internal persistence state with :set_pe...Waqas Hussain2010-06-131-5/+4
* MUC: Added room:set_persistent(boolean) and room:is_persistent().Waqas Hussain2010-06-131-0/+10
* MUC: Added disco#info features to advertise room's members-only status (muc_m...Waqas Hussain2010-06-131-0/+1
* MUC: Added a 'Make Room Members-Only?' field to the room config dialog.Waqas Hussain2010-06-131-0/+10
* MUC: Updated room:get_default_role() to not assign unaffiliated occupants a r...Waqas Hussain2010-06-131-1/+3
* MUC: Added room:set_members_only(boolean) and room:is_members_only().Waqas Hussain2010-06-131-0/+10
* MUC: Added disco#info features to advertise room's moderation status (muc_mod...Waqas Hussain2010-06-131-0/+1
* MUC: Added a 'Make Room Moderated?' field to the room config dialog.Waqas Hussain2010-06-131-1/+11
* MUC: Updated room:get_default_role() to assign unaffiliated occupants a "visi...Waqas Hussain2010-06-131-1/+3
* MUC: Added room:set_moderated(boolean) and room:is_moderated().Waqas Hussain2010-06-131-0/+10
* MUC: Persist data in room:set_password() when called programmatically.Waqas Hussain2010-06-131-2/+4
* MUC: Added a password field to the room config dialog.Waqas Hussain2010-06-131-0/+8
* MUC: Include a <password/> element in invites from password protected rooms.Waqas Hussain2010-06-131-2/+5
* MUC: Added disco#info features to advertise room's password protection (muc_p...Waqas Hussain2010-06-131-1/+3
* MUC: Added password checking on room join.Waqas Hussain2010-06-131-1/+9
* MUC: Added room:get_password() and room:set_password().Waqas Hussain2010-06-131-0/+9
* Merge 0.7->trunkMatthew Wild2010-03-222-4/+4
|\
| * Merge 0.6->0.7Matthew Wild2010-03-222-4/+4
| |\
| | * Update copyright headers for 2010Matthew Wild2010-03-222-4/+4
| | * MUC: Allow role changes based on JIDs.Waqas Hussain2010-02-181-0/+3
| | * MUC: muc.lib.lua: Fix the sending of the occupant JID instead of the nick in ...Matthew Wild2010-01-301-8/+13
| | * MUC: Only allow moderators to change the room subject.Waqas Hussain2009-11-251-1/+6
| | * MUC: Prevent visitors from broadcasting messages.Waqas Hussain2009-11-251-1/+4
| | * MUC: Improved handling of incoming groupchat messages (state preserved for po...Waqas Hussain2009-11-251-2/+5
| * | MUC: Allow role changes based on JIDs.Waqas Hussain2010-02-181-0/+3
* | | MUC: Added support for letting clients manage discussion history.Waqas Hussain2010-03-171-7/+45
* | | MUC: Allow role changes based on JIDs.Waqas Hussain2010-02-181-0/+3
|/ /
* | MUC: muc.lib.lua: Fix the sending of the occupant JID instead of the nick in ...Matthew Wild2010-01-301-8/+13
* | MUC: Fixes and refactoring for the previous commit to work in all cases, text...Matthew Wild2010-01-291-12/+14
* | MUC: Show error message texts when participants are kicked for stanza errorsMatthew Wild2010-01-291-2/+7
* | MUC: Have get_error_condition() use the new stanza:get_error() (muc.lib.lua 1...Matthew Wild2010-01-291-11/+4
* | MUC: Removed old commented code.Waqas Hussain2010-01-261-11/+0
* | MUC: Converted some local functions into methods.Waqas Hussain2010-01-261-4/+4
* | mod_muc: Remove unused history_length declarationMatthew Wild2010-01-131-1/+0
* | mod_muc/muc.lib: Use stanza:get_child() to locate MUC child elementMatthew Wild2010-01-031-11/+2
* | Added notification of configuration changes for MUCsRob Hoelz2009-12-301-0/+20