| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | plugins/muc/mod_muc: Move room locking into hook | daurnimator | 2014-04-02 | 1 | -4/+8 |
* | plugins/muc: Massive refactor | daurnimator | 2014-03-27 | 1 | -16/+3 |
* | plugins/muc: Rename admin query hook | daurnimator | 2014-03-27 | 1 | -4/+4 |
* | plugins/muc: Have utility methods for locking the room | daurnimator | 2014-03-20 | 1 | -2/+2 |
* | plugins/muc: Provide a reasonable default `route_stanza` | daurnimator | 2014-03-19 | 1 | -3/+0 |
* | plugins/muc/mod_muc: host sessions have a .send these days | daurnimator | 2014-03-18 | 1 | -7/+0 |
* | plugins/muc/mod_muc: Refactor to use new methods available | daurnimator | 2014-03-18 | 1 | -38/+72 |
* | plugins/muc/mod_muc: Move Xep-0307 MUC unique to seperate file | daurnimator | 2014-02-18 | 1 | -21/+10 |
* | Merge 0.9->0.10 | Matthew Wild | 2014-01-21 | 1 | -0/+1 |
|\ |
|
| * | MUC: Fire muc-room-destroyed event when the last participant leaves a non-per... | Kim Alvefur | 2014-01-18 | 1 | -0/+1 |
| * | mod_muc: Remove extra parenthesis (thanks janhouse) | Kim Alvefur | 2013-12-14 | 1 | -1/+1 |
* | | MUC: Expose room metatable on module | Kim Alvefur | 2014-01-18 | 1 | -2/+3 |
* | | mod_muc: Remove extra parenthesis (thanks janhouse) | Kim Alvefur | 2013-12-14 | 1 | -1/+1 |
* | | Merge 0.9->0.10 | Matthew Wild | 2013-12-13 | 1 | -1/+1 |
|\| |
|
| * | mod_muc: Allow admins to always bypass restrict_room_creation (thanks Chris B) | Matthew Wild | 2013-12-13 | 1 | -1/+1 |
* | | mod_muc: Support for locking newly-created rooms until they are configured (e... | Matthew Wild | 2013-08-30 | 1 | -0/+13 |
* | | mod_muc: Import util.array | Matthew Wild | 2013-08-30 | 1 | -0/+1 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -2/+2 |
* | | mod_muc: Add Ad-Hoc command to destroy MUC rooms | Florian Zeitz | 2013-06-05 | 1 | -0/+36 |
* | | mod_muc: Utilize mod_disco, instead of reimplementing disco handling | Florian Zeitz | 2013-06-05 | 1 | -14/+9 |
* | | mod_muc: Include status code 332 on service shutdown (thanks mathieui) | Matthew Wild | 2013-06-08 | 1 | -1/+2 |
* | | mod_muc: Refactor config form handling, and allow for clients to submit incom... | Matthew Wild | 2013-05-16 | 1 | -1/+1 |
|/ |
|
* | mod_muc: Fire muc-room-created and muc-room-destroyed events (thanks nik) | Matthew Wild | 2013-05-14 | 1 | -0/+1 |
* | mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ... | Kim Alvefur | 2013-04-19 | 1 | -7/+8 |
* | MUC: Access prosody.hosts instead of the old global hosts | Kim Alvefur | 2013-03-23 | 1 | -1/+1 |
* | MUC: Always return <service-unavailable/> when a node is present in service d... | Waqas Hussain | 2013-02-26 | 1 | -2/+3 |