| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_storage_memory: Support query for set of IDs | Kim Alvefur | 2021-01-12 | 1 | -0/+8 |
* | mod_storage_memory: Support full ID range queries | Kim Alvefur | 2021-01-12 | 1 | -2/+5 |
* | mod_storage_internal, mod_storage_memory: Add support for query.before | Matthew Wild | 2020-06-12 | 1 | -2/+4 |
* | mod_storage_memory: Add map store methods to archive store | Kim Alvefur | 2020-05-11 | 1 | -0/+31 |
* | mod_storage_*: Also include timestmap of first message in :summary API | Kim Alvefur | 2019-08-23 | 1 | -0/+5 |
* | mod_storage_*: Include timestamp of latest message in :summary API | Kim Alvefur | 2019-08-23 | 1 | -1/+4 |
* | mod_storage_*: Tweak :summary API to allow future expansion with more fields | Kim Alvefur | 2019-08-23 | 1 | -3/+5 |
* | mod_storage_memory: Return correct error even if no archive data available | Kim Alvefur | 2019-05-05 | 1 | -0/+3 |
* | mod_storage_memory: Return error if 'before' or 'after' are not found (partia... | Kim Alvefur | 2019-03-05 | 1 | -0/+10 |
* | mod_storage_internal,memory: Only return total count if requested | Kim Alvefur | 2019-05-05 | 1 | -5/+12 |
* | mod_storage_memory: Fix copypaste mistake | Kim Alvefur | 2019-03-23 | 1 | -1/+1 |
* | mod_storage_memory: Implement archive summary API | Kim Alvefur | 2019-03-23 | 1 | -0/+10 |
* | mod_storage_memory: Add support for archive item limits | Kim Alvefur | 2019-03-20 | 1 | -0/+10 |
* | Merge 0.11->trunk | Kim Alvefur | 2019-03-02 | 1 | -1/+2 |
|\ |
|
| * | mod_storage_memory: Generate ID using standard util (fixes #1326) | Kim Alvefur | 2019-03-02 | 1 | -1/+2 |
* | | Merge 0.11->trunk | Kim Alvefur | 2019-02-27 | 1 | -31/+51 |
|\| |
|
| * | mod_storage_memory: Replace query function with one based on storage_internal... | Kim Alvefur | 2019-02-27 | 1 | -31/+51 |
* | | mod_storage_memory: Implement :user iteration API | Kim Alvefur | 2019-01-14 | 1 | -0/+8 |
|/ |
|
* | mod_storage_memory: Support the purge driver method | Kim Alvefur | 2018-11-07 | 1 | -0/+6 |
* | mod_storage_memory: Adapt archive deletion code from mod_storage_internal | Kim Alvefur | 2018-10-21 | 1 | -16/+62 |
* | mod_storage_memory: Fix overwriting old keys | Kim Alvefur | 2018-10-21 | 1 | -1/+1 |
* | mod_storage_memory: Remove compat for very early argument order | Kim Alvefur | 2018-10-21 | 1 | -3/+0 |
* | mod_storage_memory: Switch from '@' prefix to '=' for chunks, '@' is used to ... | Matthew Wild | 2018-10-11 | 1 | -3/+3 |
* | mod_storage_memory: Fix saving of remaining items during deletion | Kim Alvefur | 2018-09-22 | 1 | -1/+1 |
* | mod_storage_memory: Import from prosody-modules 4c3230c22c18 | Matthew Wild | 2018-09-12 | 1 | -0/+178 |