log plugins/mod_storage_internal.lua @ 8346:a567a646cf21

age author description
Mon, 09 Oct 2017 01:02:17 +0200 Kim Alvefur mod_storage_internal: Add more extensive query support to archive:delete method
Mon, 09 Oct 2017 01:01:28 +0200 Kim Alvefur mod_storage_internal: Add support for archive key deduplication (like mod_storage_sql)
Wed, 05 Jul 2017 05:44:56 +0200 Kim Alvefur mod_storage_internal: Return a noop iterator if archive is empty (fixes #920)
Sun, 14 May 2017 17:31:50 +0200 Kim Alvefur mod_storage_internal: Handle case of empty item store when deleting (fixes #910)
Sun, 14 May 2017 17:22:33 +0200 Kim Alvefur mod_storage_internal: Correctly calculate number of deleted items (fixes #912)
Sat, 15 Apr 2017 02:27:07 +0200 Kim Alvefur mod_storage_internal: Support the 'key' archive query field
Fri, 31 Mar 2017 17:49:51 +0200 Kim Alvefur mod_storage_internal: Add the dates method
Fri, 31 Mar 2017 17:48:50 +0200 Kim Alvefur mod_storage_internal: Add support for removing archived items
Fri, 31 Mar 2017 17:47:06 +0200 Kim Alvefur mod_storage_internal: Add basic archive store implementation
Fri, 31 Mar 2017 17:39:41 +0200 Kim Alvefur mod_storage_internal: Ignore unused 'self' argument [luacheck]
Fri, 31 Mar 2017 17:38:46 +0200 Kim Alvefur mod_storage_internal: Reorder methods
Fri, 31 Mar 2017 17:34:33 +0200 Kim Alvefur mod_storage_internal: Separate driver from keyval implementation
Fri, 20 Jun 2014 16:22:23 +0200 Kim Alvefur mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types
Fri, 21 Sep 2012 17:23:08 +0200 Kim Alvefur mod_storage_internal, datamanager: Add support for iterating over users with data in a store
Wed, 19 Sep 2012 12:14:08 +0100 Matthew Wild Merge 0.9->trunk