Kim Alvefur
87f1504736
Merge 0.12->trunk
2023-10-15 14:57:24 +02:00
Kim Alvefur
4d9916d1e5
mod_muc_mam: Improve wording of enable setting
...
Suggested by jstein in the chat
This option label is used by XMPP clients to explain what the option does.
a) The user should know where the data is archived.
b) The user needs a statement that can be enabled/disabled by the variable. A question would have the wrong logic here.
2023-10-15 14:43:11 +02:00
Kim Alvefur
8a2c386e95
mod_muc_mam: Use period option method
2023-07-18 12:33:51 +02: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
81fd03356f
mod_muc_mam: Copy "include total" behavior from mod_mam
...
Not sure why this was missing from MUC MAM, it already had some of the
code for dealing with it.
2023-01-21 17:14:55 +01:00
Kim Alvefur
d0321442c9
mod_muc_mam: Add mam#extended form fields #1796 (Thanks Rain)
...
Oversight in cabb022f31c0
2023-01-21 17:09:22 +01:00
Kim Alvefur
4830568435
mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments)
...
Should have no functional difference, but makes it easier keeping
mod_mam and mod_muc_mam in sync.
2023-01-21 16:54:43 +01:00
Kim Alvefur
98922d54b1
plugins: Prefix module imports with prosody namespace
2023-03-24 13:15:28 +01:00
Kim Alvefur
27d63ff731
mod_muc_mam: Use higher precision timestamps
...
See also 781772c8b6d9
2023-01-21 17:24:45 +01:00
Kim Alvefur
16c2ef22e0
mod_muc_mam: Switch to mod_cron for message expiry
2021-11-22 14:49:05 +01:00
Kim Alvefur
59258d47bd
mod_mam,mod_muc_mam: Simplify deletion when multi-user-deletion is supported
...
More code, but less of it needs to run and no extra tracking is needed.
2021-11-30 01:22:14 +01:00
Kim Alvefur
533ab7a4ce
mod_muc_mam: Use util.dataforms timestamp validation
2021-10-26 13:35:04 +02:00
Kim Alvefur
24dc89e125
mod_muc_mam: Fix reference to "user" in debug message copied from mod_mam
2021-09-23 17:50:33 +02:00
Kim Alvefur
f958af4a11
mod_muc_mam: Merge main and RSM-specific log message into a single one
2021-09-23 15:53:39 +02:00
Kim Alvefur
0a8a04dcb1
mod_muc_mam: Fix copypaste mistake in debug logging
...
This line was copied from mod_mam, where `origin.username` made sense,
less so here.
2021-09-23 15:25:51 +02:00
Holger Weiss
6742da8c10
mod_muc_mam: Omit queryid attribute from <fin/>
...
Since version 0.4 of XEP-0313, the <fin/> element is sent with the IQ
result and no longer has a queryid attribute.
2021-08-06 19:25:43 +02:00
Kim Alvefur
5e6b920ecf
mod_muc_mam: Copy extended MAM support from mod_mam
...
mod_mam and mod_muc_mam are just different enough that having them be
the same module gets complicated, but close enough to have overlapping
code.
2021-01-12 19:32:10 +01:00
Kim Alvefur
bac049fb34
Merge 0.11->trunk
2020-06-21 19:24:15 +02:00
Kim Alvefur
28f0267645
mod_muc_mam: Don't strip MUC <x> tags, fix #1567
2020-06-21 19:20:54 +02:00
Kim Alvefur
031e272a9c
mod_muc_mam: Remove spoofed archive IDs before archiving, fix #1552
...
The stanza-id added during archiving looks exactly like what should be
stripped, so the stripping must happen before archiving.
Getting priorities right is hard!
Also no test coverage yet.
2020-05-11 21:14:02 +02:00
Kim Alvefur
ed4cc77c76
mod_muc_mam: Fix missing advertising of XEP-0359, fixes #1547
2020-05-08 22:39:01 +02:00
Kim Alvefur
e0a9efae01
mod_muc_mam: Fix stanza id filter event name, fixes #1546
...
Nice typo
2020-04-29 18:04:05 +02:00
Kim Alvefur
e3911ce5da
mod_mam,mod_muc_mam: Allow other work to be performed during archive cleanup ( fixes #1504 )
...
This lets Prosody handle socket related work between each step in the
cleanup in order to prevent the server from being completely blocked
during this.
An async storage backend would not need this but those are currently
rare.
2020-03-11 21:15:01 +01:00
Kim Alvefur
2de7db5f8b
mod_muc_mam: Fix traceback saving message from non-occupant ( fixes #1497 )
...
Caused by a plugin sending a message from the room itself.
2020-02-27 19:42:51 +01:00
Kim Alvefur
1d34aa9296
Merge 0.11->trunk
2020-05-11 21:29:24 +02:00
Kim Alvefur
5b3710099c
Merge 0.11->trunk
2020-05-09 00:48:22 +02:00
Kim Alvefur
d146cc6f58
MAM: Remove 1% of contents when reaching limits, fix #1545
...
With mod\_storage\_internal this counts out to 100 messages out of 10 000,
meaning should not hit the quota limit immediately until that many
messages have been added again.
2020-05-05 22:21:39 +02:00
Kim Alvefur
d04da8fdd9
Merge 0.11->trunk
2020-03-11 22:44:41 +01:00
Kim Alvefur
26847e0130
Merge 0.11->trunk
2020-02-27 19:50:30 +01:00
Kim Alvefur
71138a9fd9
mod_muc_mam: Measure how long a cleanup run takes (like mod_mam)
2020-01-04 14:05:10 +01:00
Kim Alvefur
1eabf5bdb4
Merge 0.11->trunk
2019-12-24 00:39:45 +01:00
Kim Alvefur
575cd4c57d
mod_muc_mam: Schedule cleanup again on failure
2019-12-24 00:26:40 +01:00
Kim Alvefur
9482392517
mod_muc_mam: Log error when unable to delete old messages ( fix #1481 ) [luacheck]
2019-12-24 00:26:37 +01:00
Kim Alvefur
b10527f724
mod_muc_mam: Log error when unable to store stanza ( fix #1480 ) [luacheck]
2019-12-23 23:32:49 +01:00
Kim Alvefur
8537138d41
mod_muc_mam: Remove unused variable [luacheck]
2019-12-23 23:31:09 +01:00
Kim Alvefur
5b06f8946f
mod_muc_mam: Handle form identification error (e.g. not a form at all)
2019-12-23 23:28:44 +01:00
Kim Alvefur
0455a31dbc
mod_muc_mam: Copy debug log improvements from mod_mam
2019-11-17 23:08:45 +01:00
Kim Alvefur
5cc63a416a
mod_muc_mam: Cache last date that archive owner has messages to reduce writes ( fixes #1368 )
2019-05-27 19:00:34 +02:00
Kim Alvefur
4c0bdc6b5c
mod_muc_mam: Copy cleanup mechanism from mod_mam ( fixes #672 )
2019-03-22 17:40:07 +01:00
Kim Alvefur
09a662026a
mod_muc_mam: Add comment about the tricks done with the 'with' field
2019-03-04 12:58:20 +01:00
Kim Alvefur
2c8eecf7c2
mod_muc_mam: Move a comment to the line it describes
2019-03-04 12:57:42 +01:00
Kim Alvefur
dad8bb5fee
mod_muc_mam: Strip the stanza 'to' attribute ( fixes #1259 )
2019-03-04 12:56:31 +01:00
Kim Alvefur
a4e705c122
mod_muc_mam: Fix rebase mistake [luacheck]
...
The 'err' was there in trunk
2019-12-24 01:00:35 +01:00
Kim Alvefur
5976d3fc66
mod_muc_mam: Conditionally advertise MAM feature on rooms ( fixes #1407 )
2019-08-10 16:01:42 +02:00
Kim Alvefur
40b1e3e0ed
plugins: Remove tostring call from logging
...
Taken care of by loggingmanager now
Mass-rewrite using lua pattern like `tostring%b()`
2019-07-30 02:29:36 +02:00
Kim Alvefur
38758ef986
mod_muc_mam: Fix missing form container element
2018-10-25 21:21:22 +02:00
Kim Alvefur
b15877ac0f
mod_muc_mam: Disable presence logging by default
2018-07-09 00:54:03 +02:00
Kim Alvefur
6ec6095d77
mod_muc_mam: Set status code 170/171 on archiving configuration change
2018-05-29 04:24:43 +02:00
Kim Alvefur
cbbbb8f776
mod_muc_mam: Have stanza-id filtering over all groupchat messages, not just ones considered for history
2018-04-28 00:47:08 +02:00
Kim Alvefur
d37e36dce4
mod_muc_mam: Skip fetching history if built-in recent history is enough
2018-04-27 15:26:29 +02:00