Wed, 11 May 2022 12:44:32 +0200 upstream merge
Goffi <goffi@goffi.org> [Wed, 11 May 2022 12:44:32 +0200] rev 4942
upstream merge
Wed, 11 May 2022 12:43:26 +0200 mod_privilege: update to v0.4:
Goffi <goffi@goffi.org> [Wed, 11 May 2022 12:43:26 +0200] rev 4941
mod_privilege: update to v0.4: - now the namespace "urn:xmpp:privilege:2" is exclusively used - IQ permission implementation - README update roster pushes are not implemented yet
Sat, 30 Apr 2022 01:02:38 +0200 mod_rest: Fix 'format' property in schema
Kim Alvefur <zash@zash.se> [Sat, 30 Apr 2022 01:02:38 +0200] rev 4940
mod_rest: Fix 'format' property in schema These are unused anyways so no harm.
Sat, 30 Apr 2022 01:00:01 +0200 mod_rest: Expand mapping of XEP-0045 join stanza
Kim Alvefur <zash@zash.se> [Sat, 30 Apr 2022 01:00:01 +0200] rev 4939
mod_rest: Expand mapping of XEP-0045 join stanza The previous 'join' mapping was apparently lost in translation when swithing to datamapper, so might as well map some properties allowing history control. Usually you probably want either zero history or history since the last known time of being joined. Maybe that the former should be the default?
Tue, 26 Apr 2022 22:42:09 +0200 mod_audit: make the extension of the module API less of a hack
Jonas Schäfer <jonas@wielicki.name> [Tue, 26 Apr 2022 22:42:09 +0200] rev 4938
mod_audit: make the extension of the module API less of a hack Thanks, Zash, for making me look at mod_http.
Tue, 26 Apr 2022 22:37:13 +0200 mod_audit*: fix luacheck warnings
Jonas Schäfer <jonas@wielicki.name> [Tue, 26 Apr 2022 22:37:13 +0200] rev 4937
mod_audit*: fix luacheck warnings
Tue, 26 Apr 2022 22:32:44 +0200 mod_audit*: modules for audit logging in prosody
Jonas Schäfer <jonas@wielicki.name> [Tue, 26 Apr 2022 22:32:44 +0200] rev 4936
mod_audit*: modules for audit logging in prosody These are to be seen as proof-of-concept for now.
Sun, 24 Apr 2022 23:58:41 -0400 mod_s2soutinjection: Rewrite based on mod_onions for 0.12 compat (thanks Zash)
moparisthebest <admin@moparisthebest.com> [Sun, 24 Apr 2022 23:58:41 -0400] rev 4935
mod_s2soutinjection: Rewrite based on mod_onions for 0.12 compat (thanks Zash)
Fri, 22 Apr 2022 14:29:32 +0200 mod_http_muc_log: Fix exception on lack of trailing slash in room path
Kim Alvefur <zash@zash.se> [Fri, 22 Apr 2022 14:29:32 +0200] rev 4934
mod_http_muc_log: Fix exception on lack of trailing slash in room path A request to /room leads to the match call returning nil which in turn calls nodeprep(nil). In Prosody 0.11.x this does nothing and simply returns the nil, while in 0.12 it is an error. Now it redirects to the calendar view at /room/ - even for non-existant rooms. Discovered at a deployment with http_paths = { muc_log = "/" } and requests to /robots.txt and similar, which now result in a uses redirect before returning 404.
Mon, 18 Apr 2022 23:02:04 +0200 mod_rest: Fix description of extdisco endpoint (thanks MattJ)
Kim Alvefur <zash@zash.se> [Mon, 18 Apr 2022 23:02:04 +0200] rev 4933
mod_rest: Fix description of extdisco endpoint (thanks MattJ) Where's the archive docs tho?
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip