mod_storage_xmlarchive: Support using requested archive-id
|
Kim Alvefur |
13 months ago |
mod_storage_xmlarchive: Pass hostname to converter for converting all users
|
Kim Alvefur |
13 months ago |
mod_storage_xmlarchive: Migrate all users/rooms if no JID argument given
|
Kim Alvefur |
13 months ago |
mod_storage_xmlarchive: Fix "user" iteration API
|
Kim Alvefur |
13 months ago |
mod_storage_xmlarchive: Stop exporting XEP-0091 timestamp in conversion
|
Kim Alvefur |
2021-09-04 |
mod_storage_xmlarchive: Support query by list of IDs
|
Kim Alvefur |
2021-08-15 |
mod_storage_xmlarchive: Support full id range queries
|
Kim Alvefur |
2021-08-12 |
mod_storage_xmlarchive: Fix return of numeric 'when' from key-value API
|
Kim Alvefur |
2021-08-12 |
mod_storage_xmlarchive: Advertise capabilities (none atm)
|
Kim Alvefur |
2021-08-12 |
mod_storage_xmlarchive: Workaround for #1646 (util.async bug with Lua 5.1)
|
Kim Alvefur |
2021-04-26 |
mod_storage_xmlarchive: Insert micropauses in long-running queries
|
Kim Alvefur |
2021-04-09 |
mod_storage_xmlarchive: Bump copyright
|
Kim Alvefur |
2020-02-22 |
mod_storage_xmlarchive: Add a new API similar to map-stores
|
Kim Alvefur |
2020-02-22 |
mod_storage_xmlarchive: Log error writing XML since datamanager doesn't
|
Kim Alvefur |
2019-11-21 |
mod_storage_xmlarchive: Try harder to limit range of time to check
|
Kim Alvefur |
2019-05-07 |
mod_storage_xmlarchive: Add support for user iteration API
|
Kim Alvefur |
2019-05-05 |
mod_storage_xmlarchive: Return error if range request reference missing items (see #1325)
|
Kim Alvefur |
2019-05-03 |
mod_storage_xmlarchive: Limit search to smallest time range in case of inexact match
|
Kim Alvefur |
2019-05-03 |
mod_storage_xmlarchive: Remove per day files during migration
|
Kim Alvefur |
2019-03-17 |
mod_storage_xmlarchive: Add some debug logging
|
Kim Alvefur |
2019-02-07 |
mod_storage_xmlarchive: Don't return early when looking through entire archive
|
Kim Alvefur |
2019-01-21 |
mod_storage_xmlarchive: Allow lookup of IDs that don't follow the YYYY-MM-DD-RANDOM format
|
Kim Alvefur |
2019-01-21 |
mod_storage_xmlarchive: Remove compat for old argument order
|
Kim Alvefur |
2019-01-06 |
mod_storage_xmlarchive: Add a debug message to try to track down why all indicies are read in some cases
|
Kim Alvefur |
2018-03-18 |
mod_storage_xmlarchive: Add additional debug logging
|
Kim Alvefur |
2018-03-09 |
mod_storage_xmlarchive: Add a prosodyctl command for migrating to/from the internal storage format
|
Kim Alvefur |
2017-11-09 |
mod_storage_xmlarchive: Add a sanity check to prevent reading from internal storage archives
|
Kim Alvefur |
2017-11-09 |
mod_storage_xmlarchive: Pass the hostname into the archive object to make it more self-contained
|
Kim Alvefur |
2017-11-09 |
mod_storage_xmlarchive: Attempt to clean up orphaned files despite util.datamanager or internal storage having deleted the date index file (fixes #725)
|
Kim Alvefur |
2017-04-10 |
mod_storage_xmlarchive: Pass username to dates
|
Kim Alvefur |
2017-04-10 |
mod_storage_xmlarchive: Use the dates method in more places
|
Kim Alvefur |
2017-04-01 |
mod_storage_xmlarchive: Add some spacing to improve readability
|
Kim Alvefur |
2017-03-21 |
mod_storage_xmlarchive: Cache current date in a local
|
Kim Alvefur |
2017-03-21 |
mod_storage_xmlarchive: Break out XML file reading into a function
|
Kim Alvefur |
2017-03-21 |
mod_storage_xmlarchive: Rename variable, we can afford to use the full word 'session'
|
Kim Alvefur |
2017-03-05 |
mod_storage_xmlarchive: Move XML callback table into a variable to break long line [luacheck]
|
Kim Alvefur |
2017-03-05 |
mod_storage_xmlarchive: Break long line [luacheck]
|
Kim Alvefur |
2017-03-05 |
mod_storage_xmlarchive: Assume offset to be zero if not included (thanks pep.)
|
Kim Alvefur |
2017-03-04 |
mod_storage_xmlarchive: Raise error instead of warning if there's ever more than one stanza in a chunk (this indicates some kind of corruption)
|
Kim Alvefur |
2017-02-20 |
mod_storage_xmlarchive: Use util.stanza.is_stanza if available
|
Kim Alvefur |
2016-12-19 |
mod_storage_xmlarchive: Skip remaining dates correctly (fixes #790)
|
Kim Alvefur |
2016-12-02 |
mod_storage_xmlarchive: Update copyright year
|
Kim Alvefur |
2016-11-25 |
mod_storage_xmlarchive: Find item indices for 'before' or 'after' queries and behave as if they were excluded if the items don't exist (thanks MattJ)
|
Kim Alvefur |
2016-11-25 |
mod_storage_xmlarchive: Open XML file later, just before it is needed
|
Kim Alvefur |
2016-11-25 |
mod_storage_xmlarchive: Check if item exists before checking if its fields
|
Kim Alvefur |
2016-11-25 |
mod_storage_xmlarchive: Determine if a message is the first of day by checking if the list file exists before
|
Kim Alvefur |
2016-08-23 |
mod_storage_xmlarchive: Include the missing append_raw() for 0.9 compatibility
|
Kim Alvefur |
2016-08-23 |
mod_storage_xmlarchive: Fix date pattern in purge (related to #725)
|
Kim Alvefur |
2016-08-13 |
mod_storage_xmlarchive: Pass a default namespace to xmppstream so result items default to xmlns = nil (fixes non-mam use, like mod_mam_muc sending history)
|
Kim Alvefur |
2016-05-27 |
mod_storage_xmlarchive: Only try to close xmlfile if it has been opened (fixes traceback with limit=0)
|
Kim Alvefur |
2016-02-28 |
mod_storage_xmlarchive: Return earlier if attempting to delete messages older than the oldest existing
|
Kim Alvefur |
2016-02-02 |
mod_storage_xmlarchive: Return earlier if attempting to delete from empty archive
|
Kim Alvefur |
2016-02-02 |
mod_storage_xmlarchive: Collect return value when adding to date index
|
Kim Alvefur |
2016-02-02 |
mod_storage_xmlarchive: Use datamanager.append_raw (had that code duplicated here)
|
Kim Alvefur |
2015-12-12 |
mod_storage_xmlarchive: Expose method for getting a list of dates which do have messages
|
Kim Alvefur |
2015-09-07 |
mod_storage_xmlarchive: Add support for purging (used when deleting users)
|
Kim Alvefur |
2015-09-02 |
mod_storage_xmlarchive: Remove redundant stream header
|
Kim Alvefur |
2015-08-27 |
mod_storage_xmlarchive: Mistake in copypaste of copyright header :P
|
Kim Alvefur |
2015-05-29 |
mod_storage_xmlarchive: Add (c) header
|
Kim Alvefur |
2015-05-29 |
mod_storage_xmlarchive: Remove leftover debug code
|
Kim Alvefur |
2015-05-29 |