log mod_storage_memory/mod_storage_memory.lua @ 3609:0d4598dacc87

age author description
Sun, 21 Oct 2018 17:49:39 +0200 Kim Alvefur mod_storage_memory: Fix saving of remaining items during deletion
Sat, 02 Jun 2018 15:39:37 +0200 Kim Alvefur mod_storage_memory: Fix removal of data in keyvalue (thanks jonasw)
Wed, 18 Oct 2017 20:25:48 +0200 Kim Alvefur mod_storage_memory: Allow archive items to be overwritten by id
Wed, 18 Oct 2017 20:24:47 +0200 Kim Alvefur mod_storage_memory: Serialize stanzas on save (was delayed until query)
Thu, 06 Apr 2017 10:14:00 +0200 Kim Alvefur mod_storage_memory: Include missing return statement (thanks jonasw)
Thu, 30 Mar 2017 23:47:03 +0200 Kim Alvefur mod_storage_memory: Ignore unused 'self' [luacheck]
Thu, 30 Mar 2017 23:46:13 +0200 Kim Alvefur mod_storage_memory: Inclued 'with' in search [luacheck]
Thu, 30 Mar 2017 23:45:51 +0200 Kim Alvefur mod_storage_memory: Fix to serialize the correct variable [luacheck]
Thu, 30 Mar 2017 23:40:29 +0200 Kim Alvefur mod_storage_memory: Serialize data functions that return the data (prevents mutation of stored data)
Thu, 30 Mar 2017 23:38:40 +0200 Kim Alvefur mod_storage_memory: Remove map store (rely on storagemanagers shiv)
Thu, 30 Mar 2017 23:33:45 +0200 Kim Alvefur mod_storage_memory: Fix to make archive:append() return the archive id as it should
Tue, 14 Mar 2017 17:46:51 +0000 Matthew Wild mod_storage_memory: Add support for clearing a user's data when they log out
Tue, 14 Mar 2017 12:59:41 +0000 Matthew Wild mod_storage_memory: Add :purge() method to all store types
Sat, 07 May 2016 13:38:43 +0200 Kim Alvefur mod_storage_memory: Fix copypaste error
Sat, 07 May 2016 13:37:03 +0200 Kim Alvefur mod_storage_memory: Implement 'add_keys' method of map stores (required for rosters in 0.10+)
Wed, 16 Mar 2016 12:55:25 +0000 Matthew Wild mod_storage_memory: Support for empty username stores
Thu, 21 May 2015 12:09:47 +0200 Kim Alvefur mod_storage_(various): Order swapping in 54c8a0cb2996 was backwards
Tue, 19 May 2015 18:34:08 +0200 Kim Alvefur mod_storage_(archive-capable): Change order of arguments to :append to be the same as return values from :find iterator (see prosody 41725f3df3cc)
Thu, 12 Feb 2015 21:17:06 +0100 Kim Alvefur mod_storage_memory: Add support for archive stores
Thu, 12 Feb 2015 15:13:50 +0100 Kim Alvefur mod_storage_memory: Add support for map stores
Tue, 31 Dec 2013 02:17:50 +0100 Kim Alvefur mod_storage_memory: Simple in-memory only storage backend without persistence