Re: [prosody-dev] [Patch] Modules: Added rust implementation to 'mod_http_external_upload' README

2024-05-18 Thread 'Kim Alvefur' via prosody-dev
On Fri, May 17, 2024 at 11:12:52AM +0200, Luna Siena wrote: diff -r d3a72777f149 -r 7e2f75bc5eb3 mod_http_upload_external/README.markdown Thanks, applied as https://hg.prosody.im/prosody-modules/rev/070b0db6c4a0 -- Zash -- You received this message because you are subscribed to the Google

Re: [prosody-dev] Question about datamapper

2024-02-20 Thread 'Kim Alvefur' via prosody-dev
On Mon, Feb 19, 2024 at 05:43:47PM -0800, Stephen Paul Weber wrote: Here is the JSON input: { "alias": "GlitchTip", "text": "GlitchTip Alert", "attachments": [ { "title": "Some Cool Error", "title_link": "https://example.com/some-cool-link;, "text": "/inbound/calls" } ] } And I want to map it

Re: [prosody-dev] Re: mod_pubsub_serverinfo

2023-12-28 Thread 'Kim Alvefur' via prosody-dev
Hi, Thanks, applied as https://hg.prosody.im/prosody-modules/rev/73887dcb2129 On Thu, Dec 28, 2023 at 02:26:05AM -0800, Guus der Kinderen wrote: \o/ Much gnashing of teeth (and a removal of Mercurial installed through snap) later, computers finally started to comply. Here's the patch that's

Re: [prosody-dev] invalida characters

2023-11-13 Thread 'Kim Alvefur' via prosody-dev
Hi, On Fri, Nov 03, 2023 at 09:42:55AM -0700, Damian Minkov wrote: We have been cleaning up our logs lately and we came upon these two errors about invalid characters. Any recommendations, how do we handle those and prevent them? (reduced) util/stanza.lua:51: invalid tag name: contains

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] [ANN] Prosody 0.12.4 released

2023-09-06 Thread 'Kim Alvefur' via prosody-dev
Hi folks, We are pleased to announce the release of Prosody 0.12.4. This is an overdue maintenance release containing a number of bug fixes and also some improvements from the last few months. Especially the prosodyctl check tool which gained some new diagnostic checks as well as handling of

Re: [prosody-dev] s2s connections

2023-05-24 Thread 'Kim Alvefur' via prosody-dev
Hi Damian and everyone else, On Tue, May 23, 2023 at 03:37:53PM -0700, Damian Minkov wrote: Hey all, How does s2s works, isn't it supposed to have one connection per host pair? # prosodyctl shell "s2s:show()" | wc -l 461 # prosodyctl shell "s2s:show()" Session ID | Host

[prosody-dev] [ANN] Prosody 0.11.14 released

2022-12-13 Thread 'Kim Alvefur' via prosody-dev
Hi folks, We are pleased to announce the release of Prosody 0.11.14. This release fixes an issue in the library Prosody uses to build XML stanzas, wherein it was too strict and disallowed the character “DEL”, which is actually allowed by XML. This has no effect on normal stanza routing and

Re: [prosody-dev] Bug in mod_s2soutinjection

2022-12-02 Thread 'Kim Alvefur' via prosody-dev
Hi Damian, On Thu, Dec 01, 2022 at 03:01:18PM -0800, Damian Minkov wrote: mod_s2soutinjection/mod_s2soutinjection.lua#l20 there is an undefined variable port. I believe https://hg.prosody.im/prosody-modules/rev/801ca82b6538 should fix the warning. -- Thanks, Kim "Zash" Alvefur -- You

Re: [prosody-dev] ADNS Records Not In Cache

2022-11-04 Thread 'Kim Alvefur' via prosody-dev
Hi, On Wed, Nov 02, 2022 at 07:13:27AM -0700, Esra Hatice Yılmaz wrote: Is there any specific configuration for DNS on prosody? There is some configuration possibilities for the new libunbound based DNS backend, but not for the older net.dns / adns. I have been calling a webservice from

Re: [prosody-dev] mod_privilege fake session

2022-08-16 Thread 'Kim Alvefur' via prosody-dev
On Tue, Aug 16, 2022 at 03:42:52PM +0200, Nicoco Kinlidec wrote: This patch makes mod_privilege use a fake session to send stanzas on behalf of a user. This was discussed in prosody's MUC today. Let me know if I should change something to get it accepted. Merged. I'm not familiar with this

Re: [prosody-dev] [PATCH] mod_muc_badge: If room has no title use localpart of room's jid (fixes #1767)

2022-08-04 Thread 'Kim Alvefur' via prosody-dev
On Wed, Aug 03, 2022 at 12:10:57AM +0200, Bernhard Geier wrote: Rooms may have a title/name, but they do not have to. A JID is enough. When trying to get the badge for a room without a title, mod_muc_badge throws a HTTP error 500 (with Lua 5.1) or shows a "nil" label in the SVG badge (with

[prosody-dev] [ANN] Prosody 0.11.11 released

2021-12-20 Thread 'Kim Alvefur' via prosody-dev
Merry near winter soltice folks, We are pleased to announce the release of Prosody 0.11.11. This release contains some fixes to PEP to control memory usage, along with a small batch of fixes for issues discovered since the last release. This will likely be the last release of the 0.11 branch.