aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/history.lib.lua
Commit message (Collapse)AuthorAgeFilesLines
* MUC: Include original stanza in send history eventKim Alvefur2017-04-011-0/+1
|
* MUC: Decrement priority muc-get-history hook to standard for core modulesKim Alvefur2017-04-011-1/+1
|
* MUC: Assign priorities to config form hooks so they have a consistent order ↵Kim Alvefur2016-04-191-1/+1
| | | | on each start
* MUC: Move history to room._historyKim Alvefur2016-04-121-3/+3
|
* MUC: Rename variables to please luacheckKim Alvefur2016-01-201-1/+1
|
* MUC: Update all config form handlers to take advantage of the new per-option ↵Matthew Wild2015-12-111-4/+5
| | | | events
* mod_muc: Add muc-add-history event to allow modules to override default ↵Matthew Wild2015-01-061-1/+8
| | | | history storage
* plugins/muc: Fix use of incorrect event on occupant joindaurnimator2014-06-171-1/+1
|
* plugins/muc: Move 'module:get_option_number("max_history_messages")' from ↵daurnimator2014-04-291-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 ↵daurnimator2014-04-211-1/+1
| | | | hook, and into main flow: It has to occur before publication of their status
* plugins/muc: Move history to an external moduledaurnimator2014-04-031-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