aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_storage_xep0227.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_storage_xep0227: Ignore unused 'self' argument [luacheck]Kim Alvefur2017-10-251-1/+1
* mod_storage_xep0227: Add roster storage (fixes #1023)Kim Alvefur2017-10-191-0/+73
* mod_storage_xep0227: Correctly report that only key-value stores are supportedKim Alvefur2017-10-191-0/+1
* mod_storage_xep0227: Silence luacheck warningsKim Alvefur2015-05-151-3/+3
* mod_storage_xep0227: Store data from mod_auth_internal_hashed in a private na...Kim Alvefur2015-05-151-2/+19
* mod_storage_xep0227: Use the registered namespaceKim Alvefur2015-05-151-1/+1
* mod_storage_xep0227: Update open method for current APIKim Alvefur2015-05-151-8/+3
* mod_storage_xep0227: Return error from io.open if unable to open file for wri...Kim Alvefur2015-05-151-2/+2
* mod_storage_xep0227: Open file for writing even if removing so os.remove has ...Kim Alvefur2015-05-151-2/+3
* mod_storage_xep0227: Close file handle after readingKim Alvefur2015-05-151-0/+1
* mod_storage_xep0227: Use configured storage pathKim Alvefur2015-05-151-2/+3
* mod_storage_xep0227: Rename to reflect current naming practicesKim Alvefur2015-05-151-0/+163