| Commit message (Expand) | Author | Age | Files | Lines |
* | MUC: Lower priority of hook so plugins hooks run before | Kim Alvefur | 2016-05-04 | 1 | -1/+1 |
* | MUC: Separate config from live state | Kim Alvefur | 2016-04-29 | 1 | -2/+6 |
* | MUC: Separate force-save parameter from save-entire-state flag | Kim Alvefur | 2016-04-29 | 1 | -7/+7 |
* | MUC: Add event for when room is done being created | Kim Alvefur | 2016-04-28 | 1 | -1/+1 |
* | MUC: Split out handling of the room-creating presence into its own method | Kim Alvefur | 2016-04-28 | 1 | -0/+1 |
* | MUC: Use correct room name variable, fixes traceback (thanks mathieui) | Kim Alvefur | 2016-04-27 | 1 | -1/+1 |
* | MUC: Correctly iterate over suspended rooms while excluding live rooms | Kim Alvefur | 2016-04-26 | 1 | -1/+1 |
* | MUC: Store rooms on disk on shutdown | Kim Alvefur | 2016-04-18 | 1 | -3/+1 |
* | MUC: Cache public rooms and their names to speed up disco#items | Kim Alvefur | 2016-04-18 | 1 | -3/+15 |
* | MUC: Switch to util.cache for storing rooms, store rooms to disk on eviction | Kim Alvefur | 2016-04-18 | 1 | -36/+51 |
* | MUC: Move room deserialization to muc.lib | Kim Alvefur | 2016-04-18 | 1 | -3/+1 |
* | Merge with Link Mauve | Kim Alvefur | 2016-04-17 | 1 | -1/+1 |
|\ |
|
| * | Update every link to the documentation to use HTTPS | Emmanuel Gil Peyrot | 2016-04-16 | 1 | -1/+1 |
* | | MUC: Move 'preserialization' step to muc.lib | Kim Alvefur | 2016-04-17 | 1 | -5/+1 |
|/ |
|
* | MUC: Move history to room._history | Kim Alvefur | 2016-04-12 | 1 | -3/+0 |
* | MUC: Don't reply to error stanzas with more error stanzas (thanks woffs) | Kim Alvefur | 2016-03-07 | 1 | -1/+3 |
* | MUC: Rename variables to please luacheck | Kim Alvefur | 2016-01-20 | 1 | -5/+5 |
* | MUC: Remove duplicated import of muc/persistent (4caef6d53304 and this fixes ... | Kim Alvefur | 2015-08-26 | 1 | -1/+0 |
* | Merge | Matthew Wild | 2015-07-27 | 1 | -2/+2 |
|\ |
|
| * | mod_muc: Fix a traceback when an owner joins a room | Emmanuel Gil Peyrot | 2015-07-25 | 1 | -2/+2 |
* | | plugins/muc: Move loading of optional muc libraries from muc.lib.lua to mod_muc | daurnimator | 2015-07-27 | 1 | -0/+49 |
|/ |
|
* | Merge 0.10->trunk | Kim Alvefur | 2015-06-25 | 1 | -1/+1 |
|\ |
|
| * | Merge 0.9->0.10 | Kim Alvefur | 2015-06-25 | 1 | -1/+1 |
| |\ |
|
| | * | MUC: Prevent admins from being given affiliatons other than owner | Kim Alvefur | 2015-06-25 | 1 | -1/+1 |
| | * | Backed out changeset bea3862b6bde in favor of a different approach | Kim Alvefur | 2015-06-25 | 1 | -0/+5 |
| | * | MUC: Remove half of monkeypatch that was supposed to make admins always be ro... | Kim Alvefur | 2015-06-16 | 1 | -5/+0 |
* | | | plugins/muc/mod_muc: Add 'local_only' flag to mod_muc, so rooms don't get res... | daurnimator | 2014-10-17 | 1 | -7/+9 |
* | | | mod_muc: Fix 'destroy rooms' adhoc command (Thanks Florob) | Kim Alvefur | 2014-08-31 | 1 | -1/+1 |
* | | | mod_muc: Fix tracebacks (thanks nick1) | Kim Alvefur | 2014-08-11 | 1 | -5/+5 |
* | | | plugins/muc/mod_muc: persistent rooms keyval store needs username as nil | daurnimator | 2014-08-07 | 1 | -4/+4 |
* | | | plugins/muc/mod_muc: Use map store for room persistence | daurnimator | 2014-08-07 | 1 | -59/+72 |
* | | | plugins/muc/mod_muc: Remove unused import | daurnimator | 2014-08-07 | 1 | -1/+0 |
* | | | mod_muc: Fix use of undefined global. Fixes #431. | Matthew Wild | 2014-08-05 | 1 | -1/+2 |
* | | | plugins/muc/mod_muc: fix wrong event for persistence | daurnimator | 2014-06-11 | 1 | -1/+1 |
* | | | plugins/muc/mod_muc: Get rid of room global; use module:shared to get it | daurnimator | 2014-05-19 | 1 | -1/+0 |
* | | | plugins/muc/mod_muc: Place adhoc section into own scope | daurnimator | 2014-04-30 | 1 | -33/+33 |
* | | | plugins/muc/mod_muc: Don't use rooms object directory in adhoc section | daurnimator | 2014-04-30 | 1 | -2/+1 |
* | | | plugins/muc/mod_muc.lua: Add "each_room" function to iterate over rooms (inst... | daurnimator | 2014-04-30 | 1 | -5/+9 |
* | | | plugins/muc/mod_muc: Remove attempt_room_creation and create_room function. I... | daurnimator | 2014-04-29 | 1 | -24/+19 |
* | | | plugins/muc/mod_muc: Move `restrict_room_creation` into own area. now uses pr... | daurnimator | 2014-04-29 | 1 | -19/+21 |
* | | | plugins/muc/mod_muc: Use module:shared instead of save/restore | daurnimator | 2014-04-29 | 1 | -25/+6 |
* | | | plugins/muc: Move 'module:get_option_number("max_history_messages")' from mod... | daurnimator | 2014-04-29 | 1 | -2/+0 |
* | | | plugins/muc/mod_muc: Remove support for `host_session.muc` | daurnimator | 2014-04-29 | 1 | -3/+0 |
* | | | plugins/muc/mod_muc: Move room persistence to own block | daurnimator | 2014-04-29 | 1 | -48/+56 |
* | | | plugins/muc: Add room:has_occupant() method | daurnimator | 2014-04-29 | 1 | -1/+1 |
* | | | plugins/muc/mod_muc: No need to treat the host room specially | daurnimator | 2014-04-28 | 1 | -6/+0 |
* | | | plugins/muc/mod_muc: Use get_option_string instead of get_option and checking | daurnimator | 2014-04-28 | 1 | -3/+1 |
* | | | plugins/muc/mod_muc: Move affiliation monkey patch into own scope | daurnimator | 2014-04-28 | 1 | -10/+13 |
* | | | plugins/muc: Move persistent room configuration to own module | daurnimator | 2014-04-15 | 1 | -3/+5 |
* | | | plugins/muc: Move locking to seperate module | daurnimator | 2014-04-02 | 1 | -16/+1 |