| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | MUC: Save room to storage once after form processing, not in each individual ... | Kim Alvefur | 2016-04-15 | 11 | -12/+3 |
* | | | MUC: Provide a noop stub room:save() method | Kim Alvefur | 2016-04-14 | 11 | -12/+16 |
* | | | MUC: Move history to room._history | Kim Alvefur | 2016-04-12 | 2 | -6/+3 |
* | | | MUC: Include originating session and stanza in events | Kim Alvefur | 2016-04-08 | 1 | -0/+4 |
* | | | MUC: Spread event tables over multiple lines | Kim Alvefur | 2016-04-08 | 1 | -3/+18 |
* | | | MUC: Use already initialized logger | Kim Alvefur | 2016-03-11 | 1 | -1/+2 |
* | | | MUC: Don't reply to error stanzas with more error stanzas (thanks woffs) | Kim Alvefur | 2016-03-07 | 1 | -1/+3 |
* | | | MUC: Roll back parts of 50b9a7e86de9 that were not in the disco#info event | Kim Alvefur | 2016-02-04 | 2 | -2/+2 |
* | | | MUC: Fix copypaste mistake | Kim Alvefur | 2016-02-03 | 1 | -1/+1 |
* | | | MUC: Separate form data from form in disco#info event | Kim Alvefur | 2016-02-03 | 3 | -6/+7 |
* | | | MUC: Add luacheck annotations, remove unused vars, rename conflicting vars etc | Kim Alvefur | 2016-01-20 | 1 | -19/+22 |
* | | | MUC: Rename variables to please luacheck | Kim Alvefur | 2016-01-20 | 4 | -9/+8 |
* | | | MUC: Fix global access when setting 'whois', probably resulted in wrong statu... | Kim Alvefur | 2016-01-11 | 1 | -1/+1 |
* | | | MUC: Update all config form handlers to take advantage of the new per-option ... | Matthew Wild | 2015-12-11 | 11 | -34/+25 |
* | | | MUC: Fire per-field events for the config form, including those with value ==... | Matthew Wild | 2015-12-11 | 1 | -3/+8 |
* | | | Merge 0.10->trunk | Matthew Wild | 2015-11-17 | 1 | -1/+1 |
|\| | |
|
| * | | Merge 0.9->0.10 | Matthew Wild | 2015-11-17 | 1 | -1/+1 |
| |\| |
|
| | * | muc.lib: Fix pattern so that it doesn't match hashes containing null bytes, c... | Matthew Wild | 2015-11-17 | 1 | -1/+1 |
| * | | MUC: Break a very long line | Kim Alvefur | 2015-09-12 | 1 | -2/+4 |
* | | | MUC: Reject muc:admin query with missing <item> child | Kim Alvefur | 2015-10-18 | 1 | -0/+3 |
* | | | MUC: Prevent double replies when MUC affiliation/role change requests fail. | Lance Stout | 2015-09-17 | 1 | -2/+5 |
* | | | MUC: Fix traceback in request for MUC affiliation lists by non-affiliated (th... | Kim Alvefur | 2015-09-15 | 1 | -1/+1 |
* | | | plugins/muc/muc.lib: Fix issue #505 where unavailable presences were never used | daurnimator | 2015-08-24 | 1 | -4/+4 |
* | | | MUC: Remove duplicated import of muc/persistent (4caef6d53304 and this fixes ... | Kim Alvefur | 2015-08-26 | 1 | -1/+0 |
* | | | MUC: Fix logic error | Kim Alvefur | 2015-08-17 | 1 | -1/+1 |
* | | | 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 | 2 | -48/+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 |
| * | | Merge 0.9->0.10 | Matthew Wild | 2014-04-02 | 2 | -155/+174 |
| |\ \
| | |/
| |/| |
|
| * | | MUC: Fixed traceback when a JID not in a room requested a role change for an ... | Waqas Hussain | 2014-04-01 | 1 | -1/+1 |
* | | | mod_muc: Add muc-add-history event to allow modules to override default histo... | Matthew Wild | 2015-01-06 | 1 | -1/+8 |
* | | | plugins/muc/muc.lib: Allow muc-broadcast-presence event listeners to modify n... | daurnimator | 2014-11-14 | 1 | -2/+9 |
* | | | plugins/muc/muc.lib: Don't expose actor jids to users when anonymous | daurnimator | 2014-11-11 | 1 | -27/+39 |
* | | | plugins/muc/mod_muc: Add 'local_only' flag to mod_muc, so rooms don't get res... | daurnimator | 2014-10-17 | 1 | -7/+9 |
* | | | plugins/muc/muc.lib: Add :each_affiliation() iterator | daurnimator | 2014-10-15 | 1 | -5/+20 |
* | | | plugins/muc/members_only: Kick non-members when members-only is turned on | daurnimator | 2014-10-15 | 1 | -0/+24 |
* | | | plugins/muc/muc.lib: Kick users from outcast hosts | daurnimator | 2014-10-15 | 1 | -2/+9 |
* | | | plugins/muc/muc.lib: Fix passing actor along as a boolean (thanks fippo) | daurnimator | 2014-10-15 | 1 | -2/+6 |
* | | | plugins/muc/muc.lib: Fire muc-occupant-left from other places an occupant may... | daurnimator | 2014-09-26 | 1 | -1/+9 |
* | | | plugins/muc/muc.lib: Validate affiliations and roles to admin query get | daurnimator | 2014-09-26 | 1 | -3/+7 |
* | | | plugins/muc/muc.lib: Add missing :up() | daurnimator | 2014-09-26 | 1 | -1/+1 |
* | | | plugins/muc/muc.lib: Use occupants iterator instead of assuming pairs | daurnimator | 2014-09-26 | 1 | -1/+1 |
* | | | muc: Add 'occupant' to muc-occupant-{joined,left,session-new} events (thanks ... | Matthew Wild | 2014-09-26 | 1 | -4/+8 |
* | | | plugins/muc: Add muc-occupant-groupchat event | daurnimator | 2014-09-25 | 2 | -25/+36 |
* | | | plugins/muc/muc.lib: Fix iq results coming from the real jid, not the in-room... | daurnimator | 2014-09-16 | 1 | -1/+1 |