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 |
MUC: Remove room state on successful restoration from disk
|
Kim Alvefur |
2018-07-11 |
MUC: Purge saved room state when deleting a room
|
Kim Alvefur |
2018-07-11 |
MUC: Log a debug message when a non-persistent room becomes empty and is destroyed
|
Kim Alvefur |
2018-07-11 |
MUC: Flag rooms being destroyed (fixes #887)
|
Kim Alvefur |
2018-07-10 |
mod_muc: Add support for muc_room_default_allow_member_invites
|
Matthew Wild |
2018-07-06 |
MUC: Add config option to allow members to invite other members to the room (previously only owners/admins could do this)
|
Matthew Wild |
2018-07-06 |
MUC: Remove affiliation notify support, nothing uses it
|
Matthew Wild |
2018-06-27 |
MUC: Measure cache hits and misses
|
Kim Alvefur |
2018-06-23 |
MUC: Rename eviction hit rate measure
|
Kim Alvefur |
2018-06-23 |
MUC: Expose method for creating a bare room object
|
Kim Alvefur |
2018-06-06 |
MUC: Track rooms created via internal public API
|
Kim Alvefur |
2018-06-05 |
MUC: Allow passing config to public create_room API
|
Kim Alvefur |
2018-04-14 |
MUC: Fix Ooo (thanks pep.)
|
Kim Alvefur |
2018-06-03 |
MUC: Make rooms hidden (non-public) by default for improved privacy
|
Kim Alvefur |
2018-06-03 |
MUC: Use xml:lang from stanza that creates a room as default for language
|
Kim Alvefur |
2018-06-03 |
MUC: Add support for setting MUC room defaults from the config file
|
Kim Alvefur |
2018-06-03 |
MUC: Move voice request into its own lib
|
Kim Alvefur |
2018-06-02 |
Merge 0.10->trunk
|
Matthew Wild |
2018-05-30 |
MUC: Fix error logged when no persistent rooms present
|
Matthew Wild |
2018-05-30 |
MUC: Add support for setting a room language (closes #1149)
|
Kim Alvefur |
2018-05-30 |
MUC: Add support for an optional hard limit on number of rooms (fixes #766)
|
Kim Alvefur |
2018-05-22 |
Merge 0.10 -> trunk
|
Matthew Wild |
2018-04-04 |
MUC: Don't reply to errors with more errors (fixes #1122)
|
Kim Alvefur |
2018-03-28 |
MUC: Say something about storage failure before aborting (see #1091)
|
Kim Alvefur |
2018-03-12 |
MUC: Prevent creation of room that could not be loaded from storage (see #1091)
|
Kim Alvefur |
2018-03-09 |
MUC: Abort module loading if unable to get list of persistent rooms from storage (fixes #1091)
|
Kim Alvefur |
2018-03-07 |
MUC: Catch and log error in case of storage failure in iterator over rooms
|
Kim Alvefur |
2018-03-15 |
MUC: Override methods on broken rooms to return internal-server-error instead
|
Kim Alvefur |
2018-03-22 |
MUC: Return error if unable to keep track of room due to storage failure
|
Kim Alvefur |
2018-03-07 |
MUC: Log failure to load room state
|
Kim Alvefur |
2018-03-16 |
MUC: Only fetch stored room state if room config is loaded without error
|
Kim Alvefur |
2018-03-16 |
MUC: Prevent room eviction on storage failure
|
Kim Alvefur |
2018-03-07 |
MUC: Produce an untracked, locked room on failure to read room from storage (#1091)
|
Kim Alvefur |
2018-03-12 |
MUC: Write down which functions are exposed and thus available to other modules
|
Kim Alvefur |
2018-03-09 |
MUC: Cache names of public rooms on eviction
|
Kim Alvefur |
2017-11-09 |
MUC: Measure rate of room eviction
|
Kim Alvefur |
2017-11-09 |
MUC: Tweak debug log message
|
Kim Alvefur |
2017-11-09 |
MUC: Include a human-readable message when denying room creation because of restrict_room_creation
|
Kim Alvefur |
2017-07-06 |
MUC: Return item-not-found for eg messages to non-existant rooms (changed in 566aba0482b6 for unknown reason)
|
Kim Alvefur |
2017-07-06 |
MUC: Log debug message when restoring a room from storage
|
Kim Alvefur |
2017-07-06 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-03-31 |
MUC: Only create rooms in a locked state when they are created by someone joining (fixes timed deletion of all rooms on startup)
|
Kim Alvefur |
2017-03-31 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-27 |
MUC: Don't create room in response to unavailable presence
|
Kim Alvefur |
2016-11-26 |
MUC: Run component shutdown after mod_c2s has closed its sessions (prevents ghosts)
|
Kim Alvefur |
2016-10-15 |
Logging error if MUC room cache is full
|
Sam Whited |
2016-09-02 |
MUC: Restore modern version of public create_room() function removed in dfaacf042cfe
|
Kim Alvefur |
2016-08-30 |