Log

util/datamanager.lua @ 5048:e02161ba20e0

description author age
util.datamanager: Use pposix.fallocate() to make sure appends succeed. Also add a fallback fallocate() Kim Alvefur 2012-07-28
util.datamanager: Add function for removing all data belonging to a user Kim Alvefur 2012-07-28
util.datamanager: Add function for listing stores Kim Alvefur 2012-07-28
Merge with Florob Matthew Wild 2012-07-28
Eliminate direct setfenv usage Florian Zeitz 2012-06-08
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages Matthew Wild 2012-07-23
util/datamanager: Use package.config to figure out directory seperator James Callahan 2011-12-12
util.datamanager: Change from 'Failed to load' to 'Assuming empty' for data store files that do not seem to exist Matthew Wild 2011-01-11
util.datamanager: Handle gracefully the lack of prosody.paths.data Matthew Wild 2011-01-11
util.datamanager: Use prosody.paths.data as the initial value for data_path Matthew Wild 2011-01-07
util.datamanager: Return an error string when pcall fails on a loaded list file. Waqas Hussain 2010-12-09
util.datamanager: When failing to load a list file, and the file exists, log an error, and return nil, error. Waqas Hussain 2010-12-09
util.datamanager: Return an error string when failing to save. Waqas Hussain 2010-05-23
util.datamanager: When failing to load a file, and the file exists, return nil, error. Waqas Hussain 2010-05-22
Merge 0.6->0.7 Matthew Wild 2010-03-22