log mod_storage_memory/mod_storage_memory.lua @ 3012:1380ae0e003f

age author description
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)