Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MUC: Fix delay@from to be room JID (fixes #1416)0.11.3 | Kim Alvefur | 2019-08-31 | 1 | -2/+2 |
| | |||||
* | MUC: Split long lines [luacheck strict] | Kim Alvefur | 2018-08-03 | 1 | -2/+6 |
| | |||||
* | MUC: Add sections in room config form | Matthew Wild | 2018-07-13 | 1 | -1/+1 |
| | |||||
* | MUC: Improve labels of all config form items | Matthew Wild | 2018-07-13 | 1 | -2/+4 |
| | |||||
* | Merge 0.10 -> trunk | Matthew Wild | 2018-05-16 | 1 | -2/+32 |
| | | | | | This commit intentionally drops changes from c2b99fa134b3 and 8da11142fabf which are based on older MUC code. | ||||
* | MUC: Introduce an event to allow plugins to influence which messages are ↵ | Kim Alvefur | 2018-05-07 | 1 | -2/+5 |
| | | | | added to history | ||||
* | MUC: Move condition for what gets added to history so that other modules ↵ | Kim Alvefur | 2018-05-07 | 1 | -16/+16 |
| | | | | | | | benefit (thanks jcbrand) This helps mod_muc_mam avoid logging eg chat-state-only messages without needing to implement similar logic in many places | ||||
* | MUC: Include original stanza in send history event | Kim Alvefur | 2017-04-01 | 1 | -0/+1 |
| | |||||
* | MUC: Decrement priority muc-get-history hook to standard for core modules | Kim Alvefur | 2017-04-01 | 1 | -1/+1 |
| | |||||
* | MUC: Assign priorities to config form hooks so they have a consistent order ↵ | Kim Alvefur | 2016-04-19 | 1 | -1/+1 |
| | | | | on each start | ||||
* | MUC: Move history to room._history | Kim Alvefur | 2016-04-12 | 1 | -3/+3 |
| | |||||
* | MUC: Rename variables to please luacheck | Kim Alvefur | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | MUC: Update all config form handlers to take advantage of the new per-option ↵ | Matthew Wild | 2015-12-11 | 1 | -4/+5 |
| | | | | events | ||||
* | mod_muc: Add muc-add-history event to allow modules to override default ↵ | Matthew Wild | 2015-01-06 | 1 | -1/+8 |
| | | | | history storage | ||||
* | plugins/muc: Fix use of incorrect event on occupant join | daurnimator | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | plugins/muc: Move 'module:get_option_number("max_history_messages")' from ↵ | daurnimator | 2014-04-29 | 1 | -1/+2 |
| | | | | mod_muc into history lib; remove from muclib exports | ||||
* | plugins/muc/muc.lib: Move sending of occupant list to joining user out of ↵ | daurnimator | 2014-04-21 | 1 | -1/+1 |
| | | | | hook, and into main flow: It has to occur before publication of their status | ||||
* | plugins/muc: Move history to an external module | daurnimator | 2014-04-03 | 1 | -0/+161 |
This resulted in the split up of the main muc-occupant-joined event handler into 3 seperate ones, handling occupant list, history and subject |