mod_storage_internal: Stop storing XEP-0091 timestamp
|
Kim Alvefur |
2021-09-04 |
mod_storage_internal: Support query for set of IDs
|
Kim Alvefur |
2021-01-12 |
mod_storage_internal: Add support for full ID range query
|
Kim Alvefur |
2021-01-12 |
mod_storage_internal, mod_storage_memory: Add support for query.before
|
Matthew Wild |
2020-06-12 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-05-15 |
mod_storage_internal: Fix error in time limited queries on items without 'when' field, fixes #1557
0.11
|
Kim Alvefur |
2020-05-15 |
mod_storage_internal: Fix keeping old timestamp in archive map API
|
Kim Alvefur |
2020-05-15 |
mod_storage_internal: Implement key-value API
|
Kim Alvefur |
2020-05-11 |
mod_storage_internal: Include last text message
|
Kim Alvefur |
2019-08-22 |
mod_storage_*: Also include timestmap of first message in :summary API
|
Kim Alvefur |
2019-08-22 |
mod_storage_*: Include timestamp of latest message in :summary API
|
Kim Alvefur |
2019-08-22 |
mod_storage_*: Tweak :summary API to allow future expansion with more fields
|
Kim Alvefur |
2019-08-22 |
mod_storage_internal: Return appropriate error even with empty archive
|
Kim Alvefur |
2019-05-05 |
mod_storage_internal: Return error if 'before' or 'after' are not found (partial fix for #1325)
|
Kim Alvefur |
2019-03-04 |
mod_storage_internal: Add support for iterating over users in archive stores
|
Kim Alvefur |
2019-05-05 |
mod_storage_internal,memory: Only return total count if requested
|
Kim Alvefur |
2019-05-05 |
mod_storage_internal: Implement a summary API returning message counts per contact
|
Kim Alvefur |
2019-02-25 |
mod_storage_internal: Include store name when reporting quota status
|
Kim Alvefur |
2019-03-22 |
mod_storage_internal: Increase default quota to 10 000
|
Kim Alvefur |
2019-03-22 |
mod_storage_internal,_sql: Key item count cache on both username and store
|
Kim Alvefur |
2019-03-22 |
mod_storage_internal,_sql: Expose archive capabilities feature set
|
Kim Alvefur |
2019-03-22 |
mod_storage_internal,_sql: Add limit to number of items in an archive store (fixes #733)
|
Matthew Wild |
2017-10-20 |
mod_storage_internal: Only apply truncate if there are more items than requested
|
Kim Alvefur |
2018-08-04 |
mod_storage_internal: Skip write if no items matched a deletion query
|
Kim Alvefur |
2017-11-19 |
mod_storage_internal: Optimize truncation
|
Kim Alvefur |
2017-11-10 |
mod_storage_internal: Allow truncating deletion at the beginning or end of an archive store
|
Kim Alvefur |
2017-11-09 |
mod_storage_internal: Add more extensive query support to archive:delete method
|
Kim Alvefur |
2017-10-08 |
mod_storage_internal: Add support for archive key deduplication (like mod_storage_sql)
|
Kim Alvefur |
2017-10-08 |
mod_storage_internal: Return a noop iterator if archive is empty (fixes #920)
|
Kim Alvefur |
2017-07-05 |
mod_storage_internal: Handle case of empty item store when deleting (fixes #910)
|
Kim Alvefur |
2017-05-14 |
mod_storage_internal: Correctly calculate number of deleted items (fixes #912)
|
Kim Alvefur |
2017-05-14 |
mod_storage_internal: Support the 'key' archive query field
|
Kim Alvefur |
2017-04-15 |
mod_storage_internal: Add the dates method
|
Kim Alvefur |
2017-03-31 |
mod_storage_internal: Add support for removing archived items
|
Kim Alvefur |
2017-03-31 |
mod_storage_internal: Add basic archive store implementation
|
Kim Alvefur |
2017-03-31 |
mod_storage_internal: Ignore unused 'self' argument [luacheck]
|
Kim Alvefur |
2017-03-31 |
mod_storage_internal: Reorder methods
|
Kim Alvefur |
2017-03-31 |
mod_storage_internal: Separate driver from keyval implementation
|
Kim Alvefur |
2017-03-31 |
mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types
|
Kim Alvefur |
2014-06-20 |
mod_storage_internal, datamanager: Add support for iterating over users with data in a store
|
Kim Alvefur |
2012-09-21 |
Merge 0.9->trunk
|
Matthew Wild |
2012-09-19 |
storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores() with an iterator version
|
Kim Alvefur |
2012-09-17 |
mod_storage_*: Don't explicitly set driver name, to ease copying/renaming modules.
|
Waqas Hussain |
2012-09-12 |
core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to allow using module:provides().
|
Waqas Hussain |
2012-09-12 |
mod_storage_internal: Add method for removing all data belonging to a user
|
Kim Alvefur |
2012-07-28 |
mod_storage_internal: Add method for listing stores
|
Kim Alvefur |
2012-07-28 |
storagemanager, mod_storage_internal: Split out default driver to mod_storage_internal, and greatly simplify storagemanager's error handling and fallback code
|
Matthew Wild |
2011-01-07 |