| Commit message (Expand) | Author | Age | Files | Lines |
* | MUC: Add support for registering with a MUC, including reserving a nickname a... | Matthew Wild | 2018-09-03 | 1 | -0/+6 |
* | MUC: Add support for storing additional data with MUC affiliations | Matthew Wild | 2018-09-03 | 1 | -2/+2 |
* | MUC: Normalize indentation | Kim Alvefur | 2018-08-22 | 1 | -3/+3 |
* | MUC: Fix traceback when failing to restore a room | Matthew Wild | 2018-08-17 | 1 | -0/+3 |
* | MUC: Pass missing argument to log message | Kim Alvefur | 2018-08-17 | 1 | -1/+1 |
* | MUC: Allow destruction of tombstones (eg via telnet or adhoc command) | Kim Alvefur | 2018-08-03 | 1 | -0/+3 |
* | MUC: Split long lines [luacheck strict] | Kim Alvefur | 2018-08-03 | 1 | -4/+8 |
* | mod_muc: Fire event when room is (and about to be) restored | Matthew Wild | 2018-08-03 | 1 | -0/+4 |
* | mod_muc: Add comment | Matthew Wild | 2018-08-03 | 1 | -0/+1 |
* | MUC: Add some comments clarifying methods | Matthew Wild | 2018-07-17 | 1 | -0/+2 |
* | MUC: Add new iteration methods, all_rooms/live_rooms to eventually replace ea... | Matthew Wild | 2018-07-17 | 1 | -10/+20 |
* | MUC: Rename variable for consistency with other code that uses the term 'live' | Matthew Wild | 2018-07-17 | 1 | -3/+3 |
* | MUC: Return 'gone' error for destroyed rooms in other cases than attempted join | Kim Alvefur | 2018-07-16 | 1 | -7/+7 |
* | MUC: Add sections in room config form | Matthew Wild | 2018-07-13 | 1 | -0/+2 |
* | MUC: Include redirect in 'gone' error for destroyed rooms | Kim Alvefur | 2018-07-11 | 1 | -0/+4 |
* | MUC: Send an 'gone' error instead of unavailable + <destroyed> | Kim Alvefur | 2018-07-11 | 1 | -5/+1 |
* | MUC: Allow an admin to recreate destroyed rooms | Kim Alvefur | 2018-07-11 | 1 | -2/+2 |
* | MUC: Add support for storing a tombstone for destroyed rooms (#1182) | Kim Alvefur | 2018-07-11 | 1 | -0/+42 |
* | MUC: Remove room state on successful restoration from disk | Kim Alvefur | 2018-07-11 | 1 | -1/+6 |
* | MUC: Purge saved room state when deleting a room | Kim Alvefur | 2018-07-11 | 1 | -0/+1 |
* | MUC: Log a debug message when a non-persistent room becomes empty and is dest... | Kim Alvefur | 2018-07-11 | 1 | -0/+1 |
* | MUC: Flag rooms being destroyed (fixes #887) | Kim Alvefur | 2018-07-10 | 1 | -0/+1 |
* | mod_muc: Add support for muc_room_default_allow_member_invites | Matthew Wild | 2018-07-06 | 1 | -0/+1 |
* | MUC: Add config option to allow members to invite other members to the room (... | Matthew Wild | 2018-07-06 | 1 | -0/+2 |
* | MUC: Remove affiliation notify support, nothing uses it | Matthew Wild | 2018-06-27 | 1 | -2/+0 |
* | MUC: Measure cache hits and misses | Kim Alvefur | 2018-06-23 | 1 | -0/+4 |
* | MUC: Rename eviction hit rate measure | Kim Alvefur | 2018-06-23 | 1 | -2/+2 |
* | MUC: Expose method for creating a bare room object | Kim Alvefur | 2018-06-06 | 1 | -0/+1 |
* | MUC: Track rooms created via internal public API | Kim Alvefur | 2018-06-06 | 1 | -1/+1 |
* | MUC: Allow passing config to public create_room API | Kim Alvefur | 2018-04-14 | 1 | -2/+2 |
* | MUC: Fix Ooo (thanks pep.) | Kim Alvefur | 2018-06-03 | 1 | -6/+6 |
* | MUC: Make rooms hidden (non-public) by default for improved privacy | Kim Alvefur | 2018-06-03 | 1 | -1/+1 |
* | MUC: Use xml:lang from stanza that creates a room as default for language | Kim Alvefur | 2018-06-03 | 1 | -1/+1 |
* | MUC: Add support for setting MUC room defaults from the config file | Kim Alvefur | 2018-06-03 | 1 | -0/+12 |
* | MUC: Move voice request into its own lib | Kim Alvefur | 2018-06-02 | 1 | -0/+3 |
* | MUC: Add support for setting a room language (closes #1149) | Kim Alvefur | 2018-05-30 | 1 | -0/+4 |
* | MUC: Add support for an optional hard limit on number of rooms (fixes #766) | Kim Alvefur | 2018-05-22 | 1 | -1/+8 |
* | MUC: Catch and log error in case of storage failure in iterator over rooms | Kim Alvefur | 2018-03-15 | 1 | -1/+9 |
* | MUC: Override methods on broken rooms to return internal-server-error instead | Kim Alvefur | 2018-03-22 | 1 | -0/+8 |
* | MUC: Return error if unable to keep track of room due to storage failure | Kim Alvefur | 2018-03-07 | 1 | -2/+6 |
* | MUC: Log failure to load room state | Kim Alvefur | 2018-03-16 | 1 | -1/+4 |
* | MUC: Only fetch stored room state if room config is loaded without error | Kim Alvefur | 2018-03-16 | 1 | -1/+1 |
* | MUC: Prevent room eviction on storage failure | Kim Alvefur | 2018-03-07 | 1 | -9/+15 |
* | MUC: Produce an untracked, locked room on failure to read room from storage (... | Kim Alvefur | 2018-03-12 | 1 | -1/+5 |
* | MUC: Write down which functions are exposed and thus available to other modules | Kim Alvefur | 2018-03-09 | 1 | -0/+10 |
* | MUC: Cache names of public rooms on eviction | Kim Alvefur | 2017-11-09 | 1 | -0/+1 |
* | MUC: Measure rate of room eviction | Kim Alvefur | 2017-11-09 | 1 | -0/+2 |
* | MUC: Tweak debug log message | Kim Alvefur | 2017-11-09 | 1 | -1/+1 |
* | MUC: Include a human-readable message when denying room creation because of r... | Kim Alvefur | 2017-07-06 | 1 | -1/+1 |
* | MUC: Return item-not-found for eg messages to non-existant rooms (changed in ... | Kim Alvefur | 2017-07-06 | 1 | -1/+1 |