aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc
Commit message (Expand)AuthorAgeFilesLines
* MUC: Add note about non-existant room methodKim Alvefur2023-01-201-1/+1
* Backed out changeset 73a45ba6e3f1 in favour of 427dd01f0864Matthew Wild2022-09-291-3/+6
* mod_muc: Better map restrict_room_creation to role permissions (behaviour cha...Matthew Wild2022-09-291-21/+8
* muc: Re-allow non-admins to configure persistence (thanks Meaz)Matthew Wild2022-09-281-6/+3
* Switch to a new role-based authorization framework, removing is_admin()Matthew Wild2022-06-153-16/+22
* MUC: Allow kicking users with the same affiliation as the kicker (fixes #1724)Matthew Wild2022-03-231-4/+5
* MUC: Switch ID algorithm for IQ relay (fixes #1266, #1435)Kim Alvefur2021-10-051-3/+5
* MUC: Add method for getting the occupant id salt to allow reuseKim Alvefur2021-10-052-5/+12
* MUC: Remove <{muc}x> tags in some errorsKim Alvefur2021-12-084-6/+6
* MUC: Fix error origin JID in wrong argument positionKim Alvefur2021-12-081-1/+1
* MUC: Remove remaining deprecated numeric error codesKim Alvefur2021-12-083-4/+0
* MUC: Return a friendly textual error when trying to speak without voiceKim Alvefur2021-12-081-1/+2
* MUC: Allow modules a chance to act prior to room destructionKim Alvefur2021-12-052-7/+19
* MUC: Actually set the new affiliation data if it was previously emptyMatthew Wild2021-11-161-0/+1
* MUC: Include old affiliation data in affiliation change eventMatthew Wild2021-11-161-0/+1
* MUC: Add room:set_affiliation_data()Matthew Wild2021-11-161-0/+22
* MUC: Set .previous_affiliation = "none" if nil, for consistency with .affilia...Matthew Wild2021-11-161-1/+1
* MUC: Fix incorrect variable name (thanks luacheck)Matthew Wild2021-11-161-1/+1
* MUC: Switch to event.allowed signaling to block event, matching muc-pre-set-roleMatthew Wild2021-11-161-1/+3
* MUC: Add 'muc-pre-set-affiliation' event, allowing to block change or modify ...Matthew Wild2021-11-161-10/+20
* MUC: Add option to include form in registration queryMatthew Wild2021-11-151-3/+11
* MUC: Reject full JID in affiliation queriesKim Alvefur2021-09-171-0/+3
* Merge 0.11->trunkKim Alvefur2021-07-231-1/+1
|\
| * MUC: Fix logic for access to affiliation lists0.11.10Kim Alvefur2021-07-221-1/+1
* | MUC: Skip adding to history when it's set to zeroKim Alvefur2021-07-191-0/+4
* | Merge 0.11->trunkMatthew Wild2021-05-131-2/+10
|\|
| * MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#infoMatthew Wild2021-05-101-2/+10
* | MUC: Allow overriding occupant object from groupchat message eventKim Alvefur2021-03-251-4/+9
* | MUC: Report number of live rooms to statsmanagerKim Alvefur2021-03-281-0/+5
* | MUC: Allow modules to add to the room registration form, and handle the resultMatthew Wild2021-01-151-0/+23
* | MUC: Reject probes from non-occupantsJC Brand2020-10-021-12/+21
* | MUC: Add support for presence probes (fixes #1535)JC Brand2020-04-192-24/+87
* | Merge 0.11->trunkMatthew Wild2020-12-151-2/+2
|\|
| * MUC: Fix logic bug causing unnecessary presence to be sent, fixes #1615 (than...Matthew Wild2020-12-151-2/+2
* | MUC: Merge mod_muc_occupant_id into a sub-module (thanks pep.!)Matthew Wild2020-11-242-0/+72
* | MUC: Remove XEP-0091: Legacy Delayed DeliveryKim Alvefur2020-10-171-3/+0
* | Merge 0.11->trunkKim Alvefur2020-10-071-2/+2
|\|
| * MUC: Preserve disco 'node' attribute (or lack thereof) in response (fix #1595...Kim Alvefur2020-10-071-2/+2
* | Merge 0.11->trunkKim Alvefur2020-10-051-2/+2
|\|
| * MUC: Correct advertising of subject write access (really fixes #1155)Kim Alvefur2020-10-041-2/+2
* | MUC: Don't default room name to JID localpart (API breaking change)Kim Alvefur2020-08-292-6/+14
* | mod_muc: let event handlers modify cloned presenceJC Brand2020-04-221-1/+1
* | Fixes #1533 Hats don't get sent out to own MUC userJC Brand2020-04-221-0/+1
* | MUC: Enforce strict resourceprep when registering room nicknamesKim Alvefur2020-05-021-1/+1
* | MUC: Adapt rules for what should be stored from mod_mamKim Alvefur2020-04-261-1/+21
* | Merge 0.11->trunkMatthew Wild2020-04-231-1/+1
|\|
| * MUC: Always include 'affiliation'/'role' attributes, defaulting to 'none' if nilMatthew Wild2020-04-231-1/+1
| * MUC: Persist affiliation_data in new MUC format!Matthew Wild2020-03-121-0/+1
* | MUC: Switch hats to new presence APIsMatthew Wild2020-04-111-3/+4
* | MUC: Add API for adding 'filtered namespaces' to be stripped from inbound pre...Matthew Wild2020-04-111-7/+11