Software /
code /
prosody
Log
util/datamanager.lua @ 6992:0622f2820d1d
description | author | age |
---|---|---|
util.datamanager: Factor out code for appending bytes to a file | Kim Alvefur | Fri, 11 Dec 2015 20:07:22 +0100 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end | Kim Alvefur | Sat, 21 Feb 2015 10:36:37 +0100 |
util.datamanager: Fix traceback from trying to purge when storage is empty or otherwise unaccessible (fixes #496) | Kim Alvefur | Wed, 13 May 2015 21:44:13 +0200 |
util.datamanager: Fix traceback due to %s in log message | Kim Alvefur | Fri, 03 Apr 2015 12:10:30 +0200 |
util.datamanager: Check that the global 'prosody' exists before using it (fixes nil indexing in use outside of prosody) | Kim Alvefur | Fri, 20 Feb 2015 19:00:01 +0100 |
util.datamanager: Clear the cache of created directories on storage failure, and retry | Matthew Wild | Sun, 07 Apr 2013 20:28:12 +0100 |
util.datamanager: expose path decode and encode functions. | Marco Cirillo | Sun, 07 Apr 2013 16:56:49 +0000 |