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