aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/history.lib.lua
Commit message (Expand)AuthorAgeFilesLines
* MUC: Fix delay@from to be room JID (fixes #1416)0.11.3Kim Alvefur2019-08-311-2/+2
* MUC: Split long lines [luacheck strict]Kim Alvefur2018-08-031-2/+6
* MUC: Add sections in room config formMatthew Wild2018-07-131-1/+1
* MUC: Improve labels of all config form itemsMatthew Wild2018-07-131-2/+4
* Merge 0.10 -> trunkMatthew Wild2018-05-161-2/+32
* MUC: Introduce an event to allow plugins to influence which messages are adde...Kim Alvefur2018-05-071-2/+5
* MUC: Move condition for what gets added to history so that other modules bene...Kim Alvefur2018-05-071-16/+16
* 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 o...Kim Alvefur2016-04-191-1/+1
* 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
* mod_muc: Add muc-add-history event to allow modules to override default histo...Matthew Wild2015-01-061-1/+8
* 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 mod...daurnimator2014-04-291-1/+2
* plugins/muc/muc.lib: Move sending of occupant list to joining user out of hoo...daurnimator2014-04-211-1/+1
* plugins/muc: Move history to an external moduledaurnimator2014-04-031-0/+161