Commit Graph

27 Commits (master)

Author SHA1 Message Date
Kim Alvefur 71ad48095d plugins: Use integer config API with interval specification where sensible 2 years ago
Kim Alvefur 98922d54b1 plugins: Prefix module imports with prosody namespace 3 years ago
Kim Alvefur 494239414f mod_storage_memory: Support query for set of IDs 5 years ago
Kim Alvefur fbea532698 mod_storage_memory: Support full ID range queries 5 years ago
Matthew Wild 0919bb30d3 mod_storage_internal, mod_storage_memory: Add support for query.before 6 years ago
Kim Alvefur 84f9f4973c mod_storage_memory: Add map store methods to archive store 6 years ago
Kim Alvefur 9d5e31fd48 mod_storage_*: Also include timestmap of first message in :summary API 6 years ago
Kim Alvefur d3c559bcc8 mod_storage_*: Include timestamp of latest message in :summary API 6 years ago
Kim Alvefur 39cb87a158 mod_storage_*: Tweak :summary API to allow future expansion with more fields 6 years ago
Kim Alvefur b6cff0ba5e mod_storage_memory: Implement :user iteration API 7 years ago
Kim Alvefur 7241f86668 mod_storage_memory: Generate ID using standard util (fixes #1326) 7 years ago
Kim Alvefur 07541082dc mod_storage_memory: Replace query function with one based on storage_internal (fixes #1322) 7 years ago
Kim Alvefur 63333b9063 mod_storage_memory: Return correct error even if no archive data available 7 years ago
Kim Alvefur f456f0c03e mod_storage_memory: Return error if 'before' or 'after' are not found (partial fix for #1325) 7 years ago
Kim Alvefur 637b52a13e mod_storage_internal,memory: Only return total count if requested 7 years ago
Kim Alvefur f014ba0feb mod_storage_memory: Support the purge driver method 7 years ago
Kim Alvefur e8bab7fadf mod_storage_memory: Adapt archive deletion code from mod_storage_internal 7 years ago
Kim Alvefur 534dae7164 mod_storage_memory: Fix overwriting old keys 7 years ago
Kim Alvefur 03151ec6d5 mod_storage_memory: Remove compat for very early argument order 7 years ago
Matthew Wild 2a36be1e9e mod_storage_memory: Switch from '@' prefix to '=' for chunks, '@' is used to indicate a source file name only 7 years ago
Kim Alvefur 94b922ba3f mod_storage_memory: Fix saving of remaining items during deletion 7 years ago
Matthew Wild 6215f65698 mod_storage_memory: Import from prosody-modules 4c3230c22c18 7 years ago
Kim Alvefur 170c49b52d mod_storage_memory: Fix copypaste mistake 7 years ago
Kim Alvefur 9b96017ca9 mod_storage_memory: Implement archive summary API 7 years ago
Kim Alvefur 0681ffe606 mod_storage_memory: Add support for archive item limits 7 years ago
Kim Alvefur 4b6a1153f4 mod_storage_memory: Implement :user iteration API 7 years ago