aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MUC: Add new event 'muc-build-occupant-presence' for plugins to extend occupa...Matthew Wild2020-04-111-0/+2
* | MUC: Add ad-hoc command setting affiliation in a room (fixes #1174)Kim Alvefur2020-03-211-0/+43
* | MUC: Add initial hats support (broadcast only)Matthew Wild2020-03-182-0/+24
* | MUC: Persist affiliation_data in new MUC format!Matthew Wild2020-03-121-0/+1
* | MUC: Switch to new storage format by defaultMatthew Wild2020-03-121-1/+1
* | MUC: Support for broadcasting unavailable presence for affiliated offline usersMatthew Wild2020-03-122-3/+24
* | MUC: Pass previous role to :publicise_occupant_status() when destroying a MUCMatthew Wild2020-03-121-3/+4
* | MUC: Don't unconditionally broadcast presence with role="none"Matthew Wild2020-03-121-4/+0
* | MUC: Pass previous role to :publicise_occupant_status() whenever possibleMatthew Wild2020-03-121-4/+6
* | mod_muc: add muc-private-message eventMaxime “pep” Buquet2020-02-241-1/+3
* | Merge 0.11->trunkMatthew Wild2020-02-131-1/+2
|\|
| * mod_muc: Allow control over the server-admins-are-room-owners feature (see #1...Matthew Wild2020-02-131-1/+2
* | MUC: Make note to handle configuration form errors [luacheck]Kim Alvefur2019-12-231-0/+2
* | MUC: Remove some unused variables [luacheck]Kim Alvefur2019-12-231-4/+4
* | MUC: Improve presence broadcast form field labelMatthew Wild2019-12-221-1/+1
* | MUC: Add missing reference to room (thanks buildbot) [luacheck]Kim Alvefur2019-11-261-0/+1
* | MUC: Indicate the component as origin of various errors where there's no roomKim Alvefur2019-11-262-7/+7
* | MUC: Indicate that the room is the origin of various errors where 'from' is a...Kim Alvefur2019-11-253-16/+19
* | MUC: Indicate origin of registration related errorsKim Alvefur2019-11-251-3/+3
* | MUC: Indicate origin of password related errorsKim Alvefur2019-11-251-1/+1
* | Merge 0.11->trunkKim Alvefur2019-11-237-44/+229
|\ \ | |/ |/|
| * MUC: Make nickname field in registration form requiredKim Alvefur2019-11-021-1/+1