log mod_storage_memory/mod_storage_memory.lua @ 5798:fdf3056021dc

age author description
2018-10-21 Kim Alvefur mod_storage_memory: Fix saving of remaining items during deletion
2018-06-02 Kim Alvefur mod_storage_memory: Fix removal of data in keyvalue (thanks jonasw)
2017-10-18 Kim Alvefur mod_storage_memory: Allow archive items to be overwritten by id
2017-10-18 Kim Alvefur mod_storage_memory: Serialize stanzas on save (was delayed until query)
2017-04-06 Kim Alvefur mod_storage_memory: Include missing return statement (thanks jonasw)
2017-03-30 Kim Alvefur mod_storage_memory: Ignore unused 'self' [luacheck]
2017-03-30 Kim Alvefur mod_storage_memory: Inclued 'with' in search [luacheck]
2017-03-30 Kim Alvefur mod_storage_memory: Fix to serialize the correct variable [luacheck]
2017-03-30 Kim Alvefur mod_storage_memory: Serialize data functions that return the data (prevents mutation of stored data)
2017-03-30 Kim Alvefur mod_storage_memory: Remove map store (rely on storagemanagers shiv)
2017-03-30 Kim Alvefur mod_storage_memory: Fix to make archive:append() return the archive id as it should
2017-03-14 Matthew Wild mod_storage_memory: Add support for clearing a user's data when they log out
2017-03-14 Matthew Wild mod_storage_memory: Add :purge() method to all store types
2016-05-07 Kim Alvefur mod_storage_memory: Fix copypaste error
2016-05-07 Kim Alvefur mod_storage_memory: Implement 'add_keys' method of map stores (required for rosters in 0.10+)
2016-03-16 Matthew Wild mod_storage_memory: Support for empty username stores
2015-05-21 Kim Alvefur mod_storage_(various): Order swapping in 54c8a0cb2996 was backwards
2015-05-19 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)
2015-02-12 Kim Alvefur mod_storage_memory: Add support for archive stores
2015-02-12 Kim Alvefur mod_storage_memory: Add support for map stores
2013-12-31 Kim Alvefur mod_storage_memory: Simple in-memory only storage backend without persistence