Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |