Commit graph

28 commits

Author SHA1 Message Date
Matthew Wild
ab835fed13 util.hex: Deprecate to/from in favour of encode/decode, for consistency! 2022-03-04 15:22:45 +00:00
Matthew Wild
d595ebf9e1 mod_storage_xep0227: Fix luacheck warning 2022-01-17 14:18:27 +00:00
Matthew Wild
2e538ffc6b mod_storage_xep0227: Fix traceback during iteration of driver stores
:include(other_set), :add(item)
2022-01-17 14:12:45 +00:00
Matthew Wild
ee1f7077e3 mod_storage_xep0227: Fix file export (missing parameter) from refactor in 270047afa6af 2022-01-17 14:11:45 +00:00
Jonas Schäfer
91055b49bb mod_storage_xep0227: treat roster metadata pseudo-entry correctly
The roster version is stored in a pseudo-item which has the key `false`.
The if condition in the touched code attempts to guard against this, but
it does not take into account that the jid prepping returns nil instead
of false.

By moving the jid prepping into the if, we can check for the metadata
entry safely.
2022-01-15 15:40:29 +01:00
Jonas Schäfer
bb100ed33e mod_storage_xep0227: be defensive against empty vCard
An empty vCard store may look like the empty table, which does not have
the `attr` key, which would then blow up in util.stanza.deserialize.
2022-01-15 15:39:13 +01:00
Matthew Wild
9767804146 mod_storage_xep0227: Fix luacheck warnings 2022-01-14 17:00:13 +00:00
Matthew Wild
843e4ad49d mod_storage_xep0227: Add API to iterate all stores of a user 2022-01-14 16:57:19 +00:00
Matthew Wild
2d0db1b0a3 mod_storage_xep0227: Skip self-contacts on roster import 2022-01-14 16:55:18 +00:00
Kim Alvefur
bdd8dddff5 mod_storage_xep0227: Fix writing non-user data
Attempt to concatenate nil 'user'

Not much data actually makes sense but the migrator tries to write or
clear these.
2022-01-10 16:53:58 +01:00
Matthew Wild
e65e3cad0f mod_storage_xep0227: Ignore luacheck warning 2022-01-10 15:50:55 +00:00
Matthew Wild
68636e702c mod_storage_xep0227: Support for exporting nodes with no stored configuration 2022-01-10 15:48:45 +00:00
Matthew Wild
65dff38bbb mod_storage_xep0227: Allow overriding the input/output layer for XEP-0227 data
This can (and will) be used to support in-memory import/export functions.
2022-01-10 15:47:59 +00:00
Matthew Wild
5cb8d55857 mod_storage_xep0227: Replace custom tag-removal helpers with :remove_children() 2021-12-20 15:39:26 +00:00
Matthew Wild
eda4a96f2f mod_storage_xep0227: Add scram-credentials to user element rather than server 2021-09-22 16:16:30 +01:00
Matthew Wild
d9a9e87af5 mod_storage_xep0227: Update for XEP-0227 r1.1: Support for SCRAM, MAM, PEP 2021-09-12 11:38:47 +01:00
Kim Alvefur
2455838c48 mod_storage_xep0227: Ignore unused 'self' argument [luacheck] 2017-10-25 21:59:33 +02:00
Kim Alvefur
227e6843e4 mod_storage_xep0227: Add roster storage (fixes #1023) 2017-10-19 12:08:40 +02:00
Kim Alvefur
07eb5f7f98 mod_storage_xep0227: Correctly report that only key-value stores are supported 2017-10-19 12:21:49 +02:00
Kim Alvefur
0ee5b781b8 mod_storage_xep0227: Silence luacheck warnings 2015-05-15 15:32:39 +02:00
Kim Alvefur
0eb8dc6b65 mod_storage_xep0227: Store data from mod_auth_internal_hashed in a private namespace 2015-05-15 15:32:21 +02:00
Kim Alvefur
b9384cee94 mod_storage_xep0227: Use the registered namespace 2015-05-15 15:30:38 +02:00
Kim Alvefur
f10a032507 mod_storage_xep0227: Update open method for current API 2015-05-15 15:29:05 +02:00
Kim Alvefur
33c20a1220 mod_storage_xep0227: Return error from io.open if unable to open file for writing 2015-05-15 15:25:59 +02:00
Kim Alvefur
d5624ca8e0 mod_storage_xep0227: Open file for writing even if removing so os.remove has a file to delete 2015-05-15 15:25:37 +02:00
Kim Alvefur
d2c03a1d00 mod_storage_xep0227: Close file handle after reading 2015-05-15 15:17:27 +02:00
Kim Alvefur
437ae6da46 mod_storage_xep0227: Use configured storage path 2015-05-15 15:16:03 +02:00
Kim Alvefur
e6aaeb7b84 mod_storage_xep0227: Rename to reflect current naming practices 2015-05-15 15:14:30 +02:00
Renamed from plugins/storage/mod_xep0227.lua (Browse further)