Commit graph

46 commits

Author SHA1 Message Date
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
Kim Alvefur
ee8969e246 mod_muc_mam: Skip fetching history if no history was requested 2018-04-28 00:45:09 +02:00
Kim Alvefur
9e2ef3905c mod_muc_mam: Tweak calculation of max history to retrieve 2018-04-28 00:44:28 +02:00
Kim Alvefur
c44df11dd4 mod_muc_mam: Save the MUC <x> on recorded join stanzas 2018-03-24 18:27:34 +01:00
Kim Alvefur
28cfb73f59 mod_muc_mam: Let muc/history.lib decide which messages to store 2018-03-24 18:16:08 +01:00
Kim Alvefur
8cb9cbfc3b mod_muc_mam: Remove 0.10 compat code 2017-12-12 20:25:56 +01:00
Kim Alvefur
49a8d1ff97 mod_muc_mam: Import mod_mam_muc from prosody-modules ba6466fa6823 2018-04-02 19:44:44 +02:00
Kim Alvefur
0f41a59a96 Merge 0.11->trunk 2019-05-27 19:17:12 +02:00
Kim Alvefur
d88db76a06 mod_muc_mam: Propagate item-not-found to client (fixes #1325) 2019-05-05 07:16:03 +02:00
Kim Alvefur
e6706dee7f mod_muc_mam: Handle archive quotas
Same as in mod_mam
2019-05-05 14:52:34 +02:00
Kim Alvefur
cabf11ab26 Merge 0.11->trunk 2019-03-22 17:58:08 +01:00
Matthew Wild
992497531e mod_muc_mam: Set error status if loaded on incorrect host type 2019-03-19 09:08:56 +00:00
Kim Alvefur
2326bed3c7 Merge 0.11->trunk 2019-03-04 13:46:09 +01:00
Kim Alvefur
9c9d32e7e6 mod_muc_mam: Validate that the FORM_TYPE of a query is as expected 2019-03-04 13:13:37 +01:00