util/datamanager.lua
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
Mon, 17 Sep 2012 05:42:10 +0200 Kim Alvefur storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores() with an iterator version
Wed, 12 Sep 2012 22:03:06 +0500 Waqas Hussain util.datamanager: Make the util.pposix dependency optional.
Sun, 26 Aug 2012 20:53:40 +0200 Kim Alvefur util.datamanager: Ignore errors if the file is gone after removing it
Sat, 25 Aug 2012 01:21:41 +0200 Kim Alvefur util.datamanager: Collect errors when deleting all stores of a user, but ignore "no such file"
Tue, 31 Jul 2012 23:07:02 +0100 Matthew Wild Merge Waqas<>Zash
Tue, 31 Jul 2012 23:34:11 +0200 Kim Alvefur util.datamanager: Try to open in read+write mode, then retry with write mode if that fails (usually because it doesn't exist)
Wed, 01 Aug 2012 01:36:34 +0500 Waqas Hussain util.datamanager: Don't use os.rename on non-POSIX. It doesn't overwrite exisitng files on Windows.
Tue, 31 Jul 2012 08:23:55 +0200 Kim Alvefur util.datamanager: Add missing mode flag to seek call
Sun, 29 Jul 2012 03:30:59 +0200 Kim Alvefur util.datamanager: Remove a few unused imports
Sun, 29 Jul 2012 03:26:03 +0200 Kim Alvefur util.datamanager: Write to a temporary file and atomically move it into place
Sat, 28 Jul 2012 22:37:24 +0200 Kim Alvefur util.datamanager: Use pposix.fallocate() to make sure appends succeed. Also add a fallback fallocate()
Sat, 28 Jul 2012 21:31:54 +0200 Kim Alvefur util.datamanager: Add function for removing all data belonging to a user
Sat, 28 Jul 2012 21:22:42 +0200 Kim Alvefur util.datamanager: Add function for listing stores
Sat, 28 Jul 2012 01:14:31 +0100 Matthew Wild Merge with Florob
Fri, 08 Jun 2012 05:04:38 +0200 Florian Zeitz Eliminate direct setfenv usage
Mon, 23 Jul 2012 17:32:33 +0100 Matthew Wild Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
Mon, 12 Dec 2011 17:08:48 +1100 James Callahan util/datamanager: Use package.config to figure out directory seperator
Tue, 11 Jan 2011 05:28:07 +0000 Matthew Wild util.datamanager: Change from 'Failed to load' to 'Assuming empty' for data store files that do not seem to exist
Tue, 11 Jan 2011 04:19:03 +0000 Matthew Wild util.datamanager: Handle gracefully the lack of prosody.paths.data
Fri, 07 Jan 2011 11:55:19 +0000 Matthew Wild util.datamanager: Use prosody.paths.data as the initial value for data_path
Fri, 10 Dec 2010 00:23:47 +0500 Waqas Hussain util.datamanager: Return an error string when pcall fails on a loaded list file.
Fri, 10 Dec 2010 00:21:09 +0500 Waqas Hussain util.datamanager: When failing to load a list file, and the file exists, log an error, and return nil, error.
Sun, 23 May 2010 23:55:01 +0500 Waqas Hussain util.datamanager: Return an error string when failing to save.
Sat, 22 May 2010 05:49:21 +0500 Waqas Hussain util.datamanager: When failing to load a file, and the file exists, return nil, error.
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Sat, 13 Feb 2010 15:34:22 +0000 Matthew Wild Backed out changeset cb1f9266130b: better way to achieve this to be committed Real Soon Now.
Thu, 11 Feb 2010 05:21:03 +0500 Waqas Hussain util.datamanager: Added support for hooks to override behavior.
Sun, 10 Jan 2010 23:13:30 +0000 Matthew Wild util.datamanager: Use pposix.mkdir if available
less more (0) -50 -30 tip