plugins: Prefix module imports with prosody namespace
|
Kim Alvefur |
Fri, 24 Mar 2023 13:15:28 +0100 |
MUC: Skip adding to history when it's set to zero
|
Kim Alvefur |
Mon, 19 Jul 2021 17:07:59 +0200 |
MUC: Remove XEP-0091: Legacy Delayed Delivery
|
Kim Alvefur |
Sat, 17 Oct 2020 14:19:41 +0200 |
MUC: Adapt rules for what should be stored from mod_mam
|
Kim Alvefur |
Sun, 26 Apr 2020 19:38:38 +0200 |
MUC: Advertise history related fields as integers via XEP-0122
|
Kim Alvefur |
Sun, 20 Oct 2019 23:47:48 +0200 |
MUC: Fix delay@from to be room JID (fixes #1416)
0.11 0.11.3
|
Kim Alvefur |
Sat, 31 Aug 2019 16:08:45 +0200 |
MUC: Split long lines [luacheck strict]
|
Kim Alvefur |
Fri, 03 Aug 2018 17:48:41 +0200 |
MUC: Add sections in room config form
|
Matthew Wild |
Fri, 13 Jul 2018 15:47:08 +0100 |
MUC: Improve labels of all config form items
|
Matthew Wild |
Fri, 13 Jul 2018 13:22:40 +0100 |
Merge 0.10 -> trunk
|
Matthew Wild |
Wed, 16 May 2018 23:50:08 +0100 |
MUC: Introduce an event to allow plugins to influence which messages are added to history
|
Kim Alvefur |
Mon, 07 May 2018 22:10:29 +0200 |
MUC: Move condition for what gets added to history so that other modules benefit (thanks jcbrand)
|
Kim Alvefur |
Mon, 07 May 2018 22:12:22 +0200 |
MUC: Include original stanza in send history event
|
Kim Alvefur |
Sat, 01 Apr 2017 16:03:37 +0200 |
MUC: Decrement priority muc-get-history hook to standard for core modules
|
Kim Alvefur |
Sat, 01 Apr 2017 16:02:57 +0200 |
MUC: Assign priorities to config form hooks so they have a consistent order on each start
|
Kim Alvefur |
Tue, 19 Apr 2016 20:31:39 +0200 |
MUC: Move history to room._history
|
Kim Alvefur |
Tue, 12 Apr 2016 19:35:55 +0200 |
MUC: Rename variables to please luacheck
|
Kim Alvefur |
Wed, 20 Jan 2016 14:46:06 +0100 |
MUC: Update all config form handlers to take advantage of the new per-option events
|
Matthew Wild |
Fri, 11 Dec 2015 15:33:58 +0000 |
mod_muc: Add muc-add-history event to allow modules to override default history storage
|
Matthew Wild |
Tue, 06 Jan 2015 19:33:25 +0000 |
plugins/muc: Fix use of incorrect event on occupant join
|
daurnimator |
Tue, 17 Jun 2014 15:18:43 -0400 |
plugins/muc: Move 'module:get_option_number("max_history_messages")' from mod_muc into history lib; remove from muclib exports
|
daurnimator |
Tue, 29 Apr 2014 15:13:06 -0400 |
plugins/muc/muc.lib: Move sending of occupant list to joining user out of hook, and into main flow: It has to occur before publication of their status
|
daurnimator |
Mon, 21 Apr 2014 17:51:32 -0400 |
plugins/muc: Move history to an external module
|
daurnimator |
Thu, 03 Apr 2014 15:14:52 -0400 |