Commit graph

27 commits

Author SHA1 Message Date
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
494239414f mod_storage_memory: Support query for set of IDs 2021-01-12 18:06:33 +01:00
Kim Alvefur
fbea532698 mod_storage_memory: Support full ID range queries 2021-01-12 16:58:10 +01:00
Matthew Wild
0919bb30d3 mod_storage_internal, mod_storage_memory: Add support for query.before
Previously returned all results.
2020-06-12 16:55:35 +01:00
Kim Alvefur
84f9f4973c mod_storage_memory: Add map store methods to archive store 2020-05-11 23:22:25 +02:00
Kim Alvefur
9d5e31fd48 mod_storage_*: Also include timestmap of first message in :summary API
For completeness along with most recent timestamp. Might be nice to be
able to order by oldest unread message.
2019-08-23 01:15:44 +02:00
Kim Alvefur
d3c559bcc8 mod_storage_*: Include timestamp of latest message in :summary API
Clients may want to show a list of conversations ordered by how
timestamp of most recent message.

The counts allow a badge with unread message counter.
2019-08-23 01:10:27 +02:00
Kim Alvefur
39cb87a158 mod_storage_*: Tweak :summary API to allow future expansion with more fields
Eg might want to include last message, timestamp, chat state or other info.
2019-08-23 01:04:00 +02:00
Kim Alvefur
63333b9063 mod_storage_memory: Return correct error even if no archive data available 2019-05-05 07:22:18 +02:00
Kim Alvefur
f456f0c03e mod_storage_memory: Return error if 'before' or 'after' are not found (partial fix for #1325) 2019-03-05 00:16:41 +01:00
Kim Alvefur
637b52a13e mod_storage_internal,memory: Only return total count if requested 2019-05-05 08:12:16 +02:00
Kim Alvefur
170c49b52d mod_storage_memory: Fix copypaste mistake 2019-03-23 22:05:42 +01:00
Kim Alvefur
9b96017ca9 mod_storage_memory: Implement archive summary API 2019-03-23 22:05:08 +01:00
Kim Alvefur
0681ffe606 mod_storage_memory: Add support for archive item limits 2019-03-20 12:14:45 +01:00
Kim Alvefur
0f12a9df66 Merge 0.11->trunk 2019-03-02 22:26:30 +01:00
Kim Alvefur
7241f86668 mod_storage_memory: Generate ID using standard util (fixes #1326)
The previous method relied on tostring(table) returning the pointer address,
which might not be portable.
2019-03-02 22:26:01 +01:00
Kim Alvefur
07541082dc mod_storage_memory: Replace query function with one based on storage_internal (fixes #1322)
The :find method in storage_internal works and is easier to read and
understand. Future changes should be simpler to apply to both modules.
2019-02-27 10:20:38 +01:00
Kim Alvefur
f014ba0feb mod_storage_memory: Support the purge driver method 2018-11-07 20:30:21 +01:00
Kim Alvefur
e8bab7fadf mod_storage_memory: Adapt archive deletion code from mod_storage_internal 2018-10-21 19:06:41 +02:00
Kim Alvefur
534dae7164 mod_storage_memory: Fix overwriting old keys
Test fixed is: spec/core_storagemanager_spec.lua:309: Expected objects to be equal.
2018-10-21 18:00:46 +02:00
Kim Alvefur
03151ec6d5 mod_storage_memory: Remove compat for very early argument order 2018-10-21 17:58:50 +02:00
Matthew Wild
2a36be1e9e mod_storage_memory: Switch from '@' prefix to '=' for chunks, '@' is used to indicate a source file name only 2018-10-11 10:36:01 +01:00
Kim Alvefur
94b922ba3f mod_storage_memory: Fix saving of remaining items during deletion
All data is compiled into functions that return new copies in order to
prevent mutation of stored data.

This has downsides.

Also an ugly hack.
2018-09-22 16:03:50 +02:00
Kim Alvefur
0045fa7647 Merge 0.11->trunk 2019-02-27 10:29:10 +01:00
Kim Alvefur
4b6a1153f4 mod_storage_memory: Implement :user iteration API 2019-01-14 00:17:02 +01:00
Matthew Wild
6215f65698 mod_storage_memory: Import from prosody-modules 4c3230c22c18 2018-09-12 13:44:03 +01:00