Software /
code /
prosody
Log
util/datamanager.lua @ 6777:5de6b93d0190
description | author | age |
---|---|---|
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 |