plugins: Prefix module imports with prosody namespace
|
Kim Alvefur |
21 months ago |
compat: Remove handling of Lua 5.1 location of 'unpack' function
|
Kim Alvefur |
2022-07-11 |
mod_storage_xep0227: Fix mapping of nodes without explicit configuration
0.12
|
Kim Alvefur |
2022-04-08 |
mod_storage_xep0227: Fix conversion of SCRAM into internal format (fix #1741)
0.12
|
Kim Alvefur |
2022-04-08 |
mod_storage_xep0227: Support basic listing of PEP nodes in absence of pubsub#admin data
0.12
|
Kim Alvefur |
2022-03-31 |
mod_storage_xep0227: Improve logging
0.12
|
Kim Alvefur |
2022-03-29 |
mod_storage_xep0227: Handle missing {pubsub#owner}pubsub element (fixes #1740)
0.12
|
Matthew Wild |
2022-04-07 |
util.hex: Deprecate to/from in favour of encode/decode, for consistency!
|
Matthew Wild |
2022-03-04 |
mod_storage_xep0227: Fix luacheck warning
|
Matthew Wild |
2022-01-17 |
mod_storage_xep0227: Fix traceback during iteration of driver stores
|
Matthew Wild |
2022-01-17 |
mod_storage_xep0227: Fix file export (missing parameter) from refactor in 270047afa6af
|
Matthew Wild |
2022-01-17 |
mod_storage_xep0227: treat roster metadata pseudo-entry correctly
|
Jonas Schäfer |
2022-01-15 |
mod_storage_xep0227: be defensive against empty vCard
|
Jonas Schäfer |
2022-01-15 |
mod_storage_xep0227: Fix luacheck warnings
|
Matthew Wild |
2022-01-14 |
mod_storage_xep0227: Add API to iterate all stores of a user
|
Matthew Wild |
2022-01-14 |
mod_storage_xep0227: Skip self-contacts on roster import
|
Matthew Wild |
2022-01-14 |
mod_storage_xep0227: Fix writing non-user data
|
Kim Alvefur |
2022-01-10 |
mod_storage_xep0227: Ignore luacheck warning
|
Matthew Wild |
2022-01-10 |
mod_storage_xep0227: Support for exporting nodes with no stored configuration
|
Matthew Wild |
2022-01-10 |
mod_storage_xep0227: Allow overriding the input/output layer for XEP-0227 data
|
Matthew Wild |
2022-01-10 |
mod_storage_xep0227: Replace custom tag-removal helpers with :remove_children()
|
Matthew Wild |
2021-12-20 |
mod_storage_xep0227: Add scram-credentials to user element rather than server
|
Matthew Wild |
2021-09-22 |
mod_storage_xep0227: Update for XEP-0227 r1.1: Support for SCRAM, MAM, PEP
|
Matthew Wild |
2021-09-12 |
mod_storage_xep0227: Ignore unused 'self' argument [luacheck]
|
Kim Alvefur |
2017-10-25 |
mod_storage_xep0227: Add roster storage (fixes #1023)
|
Kim Alvefur |
2017-10-19 |
mod_storage_xep0227: Correctly report that only key-value stores are supported
|
Kim Alvefur |
2017-10-19 |
mod_storage_xep0227: Silence luacheck warnings
|
Kim Alvefur |
2015-05-15 |
mod_storage_xep0227: Store data from mod_auth_internal_hashed in a private namespace
|
Kim Alvefur |
2015-05-15 |
mod_storage_xep0227: Use the registered namespace
|
Kim Alvefur |
2015-05-15 |
mod_storage_xep0227: Update open method for current API
|
Kim Alvefur |
2015-05-15 |
mod_storage_xep0227: Return error from io.open if unable to open file for writing
|
Kim Alvefur |
2015-05-15 |
mod_storage_xep0227: Open file for writing even if removing so os.remove has a file to delete
|
Kim Alvefur |
2015-05-15 |
mod_storage_xep0227: Close file handle after reading
|
Kim Alvefur |
2015-05-15 |
mod_storage_xep0227: Use configured storage path
|
Kim Alvefur |
2015-05-15 |
mod_storage_xep0227: Rename to reflect current naming practices
base
plugins/storage/mod_xep0227.lua@49d8a9282c93
|
Kim Alvefur |
2015-05-15 |