Kim Alvefur
be51e54c68
doap: Add XEP-0333
2025-03-23 19:59:45 +01:00
Kim Alvefur
780b392d25
doap: Add XEP-0334
2025-03-23 19:57:06 +01:00
Kim Alvefur
71ad48095d
plugins: Use integer config API with interval specification where sensible
...
Many of these fall into a few categories:
- util.cache size, must be >= 1
- byte or item counts that logically can't be negative
- port numbers that should be in 1..0xffff
2023-07-17 01:38:54 +02:00
Kim Alvefur
98922d54b1
plugins: Prefix module imports with prosody namespace
2023-03-24 13:15:28 +01:00
Kim Alvefur
20d3403a84
MUC: Skip adding to history when it's set to zero
...
Optimizes away all the processing on every message in case the
end-result is zero history.
2021-07-19 17:07:59 +02:00
Kim Alvefur
6b306e3313
MUC: Remove XEP-0091: Legacy Delayed Delivery
...
Why do we still include this? Deprecated in 2007, obsoleted in 2009.
Removes redundant timestamp that nobody should be looking at since many
years and a redundant copy of the room JID.
2020-10-17 14:19:41 +02:00
Kim Alvefur
ce1056565d
MUC: Adapt rules for what should be stored from mod_mam
...
This is the subset of mod_mam rules I believe makes sense in MUC.
Note that mod_muc_mam does not have its own rules, but uses these.
2020-04-26 19:38:38 +02:00
Kim Alvefur
7207a107fd
MUC: Advertise history related fields as integers via XEP-0122
...
This takes advantage of data type validation and conversion done in util.dataforms.
2019-10-20 23:47:48 +02:00
Kim Alvefur
a280be7c08
MUC: Fix delay@from to be room JID ( fixes #1416 )
2019-08-31 16:08:45 +02:00
Kim Alvefur
e4b27b4e7a
MUC: Split long lines [luacheck strict]
2018-08-03 17:48:41 +02:00
Matthew Wild
1f50e15c8e
MUC: Add sections in room config form
2018-07-13 15:47:08 +01:00
Matthew Wild
1a0e7d5a10
MUC: Improve labels of all config form items
2018-07-13 13:22:40 +01:00
Matthew Wild
3754dac582
Merge 0.10 -> trunk
...
This commit intentionally drops changes from c2b99fa134b3
and 8da11142fabf which are based on older MUC code.
2018-05-16 23:50:08 +01:00
Kim Alvefur
814f998b90
MUC: Introduce an event to allow plugins to influence which messages are added to history
2018-05-07 22:10:29 +02:00
Kim Alvefur
c9a4b55656
MUC: Move condition for what gets added to history so that other modules benefit (thanks jcbrand)
...
This helps mod_muc_mam avoid logging eg chat-state-only messages without
needing to implement similar logic in many places
2018-05-07 22:12:22 +02:00
Kim Alvefur
e8b2d9e21f
MUC: Include original stanza in send history event
2017-04-01 16:03:37 +02:00
Kim Alvefur
33e17c6554
MUC: Decrement priority muc-get-history hook to standard for core modules
2017-04-01 16:02:57 +02:00
Kim Alvefur
27f234ce4e
MUC: Assign priorities to config form hooks so they have a consistent order on each start
2016-04-19 20:31:39 +02:00
Kim Alvefur
0e905606b9
MUC: Move history to room._history
2016-04-12 19:35:55 +02:00
Kim Alvefur
acc11c8eb3
MUC: Rename variables to please luacheck
2016-01-20 14:46:06 +01:00
Matthew Wild
08583d3855
MUC: Update all config form handlers to take advantage of the new per-option events
2015-12-11 15:33:58 +00:00
Matthew Wild
3ce10e3af3
mod_muc: Add muc-add-history event to allow modules to override default history storage
2015-01-06 19:33:25 +00:00
daurnimator
1694d8908a
plugins/muc: Fix use of incorrect event on occupant join
2014-06-17 15:18:43 -04:00
daurnimator
940094d4fa
plugins/muc: Move 'module:get_option_number("max_history_messages")' from mod_muc into history lib; remove from muclib exports
2014-04-29 15:13:06 -04:00
daurnimator
09fa17a7ef
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
2014-04-21 17:51:32 -04:00
daurnimator
b661ecb24f
plugins/muc: Move history to an external module
...
This resulted in the split up of the main muc-occupant-joined event handler into 3 seperate ones, handling occupant list, history and subject
2014-04-03 15:14:52 -04:00