Re: [prosody-dev] [PATCH] UUIDv7 for MAM

2023-09-28 Thread Stephen Paul Weber
and uses it in mod_storage_internal and mod_storage_sql for the mam ids, setting the node portion to a merkel hash based on previous mam id and appended stanza id -- this allows verifying at any point that there is not a gap in the history. While interesting, I feel like this is a layering

Re: [prosody-dev] [PATCH] UUIDv7 for MAM

2023-09-28 Thread 'Kim Alvefur' via prosody-dev
On Mon, Sep 25, 2023 at 09:10:06AM -0700, Stephen Paul Weber wrote: This patch set adds the ability to generate UUIDv7 to the util.uuid module, I have a patch for this with wider Lua version compatibility, timestamped 2021 that hasn't been merged because nothing uses UUIDv7. and uses it in

[prosody-dev] [PATCH] UUIDv7 for MAM

2023-09-25 Thread Stephen Paul Weber
This patch set adds the ability to generate UUIDv7 to the util.uuid module, and uses it in mod_storage_internal and mod_storage_sql for the mam ids, setting the node portion to a merkel hash based on previous mam id and appended stanza id -- this allows verifying at any point that there is not