Log

mod_storage_gdbm/mod_storage_gdbm.lua @ 4586:240fa534f586

description author age
mod_storage_gdbm: Refactor for readability (bye single-char variable names) Kim Alvefur Sat, 12 Dec 2015 03:25:57 +0100
mod_storage_(various): Order swapping in 54c8a0cb2996 was backwards Kim Alvefur Thu, 21 May 2015 12:09:47 +0200
mod_storage_gdbm: Reorganize (vacuum) databases on module unload Kim Alvefur Tue, 19 May 2015 23:30:39 +0200
mod_storage_gdbm: Fix typo in unused field on store instance Kim Alvefur Tue, 19 May 2015 22:15:53 +0200
mod_storage_(archive-capable): Change order of arguments to :append to be the same as return values from :find iterator (see prosody 41725f3df3cc) Kim Alvefur Tue, 19 May 2015 18:34:08 +0200
mod_storage_gdbm: Cleanup [luacheck] Kim Alvefur Tue, 07 Apr 2015 17:35:37 +0200
mod_storage_gdbm: Fix name of empty table Kim Alvefur Wed, 25 Mar 2015 17:52:31 +0100
mod_storage_gdbm: Add purge action Kim Alvefur Wed, 25 Mar 2015 17:45:53 +0100
mod_storage_gdbm: Add user iterator Kim Alvefur Wed, 25 Mar 2015 17:45:17 +0100
mod_storage_gdbm: Prefix archive item keys with username to prevent collisions Kim Alvefur Wed, 25 Mar 2015 17:44:03 +0100
mod_storage_gdbm: Update archive metadata only if data write succeeds Kim Alvefur Wed, 25 Mar 2015 17:41:13 +0100
mod_storage_gdbm: Make write operation delete data when passed 'nil' as value instead of storing a literal "nil" string Kim Alvefur Wed, 25 Mar 2015 17:39:29 +0100
mod_storage_gdbm: Minor reorganization, more locals Kim Alvefur Wed, 25 Mar 2015 17:37:52 +0100
mod_storage_gdbm: Fix traceback if query is nil or no metadata exists Kim Alvefur Wed, 25 Mar 2015 17:29:54 +0100
mod_storage_gdbm: Fix comparison of 'end' Kim Alvefur Sun, 08 Feb 2015 17:05:21 +0100
mod_storage_gdbm: Add support for 'limit' query parameter Kim Alvefur Sat, 07 Feb 2015 22:22:46 +0100
mod_storage_gdbm: Get 'after' parameter from correct table Kim Alvefur Sat, 07 Feb 2015 22:22:15 +0100
mod_storage_gdbm: Add archive support Kim Alvefur Sun, 25 Jan 2015 22:18:05 +0100
mod_storage_gdbm: Prepare for supporting multiple store types Kim Alvefur Sun, 25 Jan 2015 22:17:20 +0100
mod_storage_gdbm: Use require directly instead of util.import (which is not available in prosodyctl, breaks adduser etc) Kim Alvefur Sun, 25 Jan 2015 13:04:02 +0100
mod_storage_gdbm: Storage backend based on lgdbm Kim Alvefur Tue, 18 Nov 2014 13:05:04 +0100