MUC: Merge mod_muc_occupant_id into a sub-module (thanks pep.!)
|
Matthew Wild |
2020-11-24 |
MUC: Don't default room name to JID localpart (API breaking change)
|
Kim Alvefur |
2020-08-29 |
MUC: Add ad-hoc command setting affiliation in a room (fixes #1174)
|
Kim Alvefur |
2020-03-20 |
MUC: Add initial hats support (broadcast only)
|
Matthew Wild |
2020-03-18 |
Merge 0.11->trunk
|
Matthew Wild |
2020-02-13 |
mod_muc: Allow control over the server-admins-are-room-owners feature (see #1174)
0.11
|
Matthew Wild |
2020-02-13 |
MUC: Indicate the component as origin of various errors where there's no room
|
Kim Alvefur |
2019-11-25 |
MUC: Indicate that the room is the origin of various errors where 'from' is an occupant JID
|
Kim Alvefur |
2019-11-25 |
MUC: Strictly validate room JID on creation
|
Kim Alvefur |
2019-11-01 |
MUC: Add controls for whose presence is broadcast (closes #1335)
|
Lance Stout |
2019-10-20 |
MUC: Move check for explicit room join earlier in room creation flow
|
Kim Alvefur |
2018-11-27 |
MUC: Use defaults from config in create_room() if no config provided
0.11
|
Matthew Wild |
2018-11-15 |
MUC: Add support for registering with a MUC, including reserving a nickname as per XEP-0045
|
Matthew Wild |
2018-09-03 |
MUC: Add support for storing additional data with MUC affiliations
|
Matthew Wild |
2018-09-03 |
MUC: Normalize indentation
|
Kim Alvefur |
2018-08-22 |
MUC: Fix traceback when failing to restore a room
|
Matthew Wild |
2018-08-17 |
MUC: Pass missing argument to log message
|
Kim Alvefur |
2018-08-16 |
MUC: Allow destruction of tombstones (eg via telnet or adhoc command)
|
Kim Alvefur |
2018-08-03 |
MUC: Split long lines [luacheck strict]
|
Kim Alvefur |
2018-08-03 |
mod_muc: Fire event when room is (and about to be) restored
|
Matthew Wild |
2018-08-03 |
mod_muc: Add comment
|
Matthew Wild |
2018-08-03 |
MUC: Add some comments clarifying methods
|
Matthew Wild |
2018-07-17 |
MUC: Add new iteration methods, all_rooms/live_rooms to eventually replace each_room
|
Matthew Wild |
2018-07-17 |
MUC: Rename variable for consistency with other code that uses the term 'live'
|
Matthew Wild |
2018-07-17 |
MUC: Return 'gone' error for destroyed rooms in other cases than attempted join
|
Kim Alvefur |
2018-07-16 |
MUC: Add sections in room config form
|
Matthew Wild |
2018-07-13 |
MUC: Include redirect in 'gone' error for destroyed rooms
|
Kim Alvefur |
2018-07-11 |
MUC: Send an 'gone' error instead of unavailable + <destroyed>
|
Kim Alvefur |
2018-07-11 |
MUC: Allow an admin to recreate destroyed rooms
|
Kim Alvefur |
2018-07-11 |
MUC: Add support for storing a tombstone for destroyed rooms (#1182)
|
Kim Alvefur |
2018-07-11 |