Thu, 07 Apr 2022 17:22:02 +0100 mod_storage_xep0227: Handle missing {pubsub#owner}pubsub element (fixes #1740) 0.12
Matthew Wild <mwild1@gmail.com> [Thu, 07 Apr 2022 17:22:02 +0100] rev 12458
mod_storage_xep0227: Handle missing {pubsub#owner}pubsub element (fixes #1740)
Tue, 05 Apr 2022 19:49:18 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Tue, 05 Apr 2022 19:49:18 +0200] rev 12457
Merge 0.12->trunk
Tue, 05 Apr 2022 14:27:37 +0200 prosodyctl: Pass server when listing (outdated) plugins (fix #1738) 0.12
Kim Alvefur <zash@zash.se> [Tue, 05 Apr 2022 14:27:37 +0200] rev 12456
prosodyctl: Pass server when listing (outdated) plugins (fix #1738) Needed since it checks the manifest of the repository and most likely defaults to luarocks.org unless specified
Mon, 04 Apr 2022 19:10:05 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Mon, 04 Apr 2022 19:10:05 +0200] rev 12455
Merge 0.12->trunk
Mon, 04 Apr 2022 18:44:57 +0200 core.modulemanager: Fix global flag on per-host instances of shared modules (fix #1736) 0.12
Kim Alvefur <zash@zash.se> [Mon, 04 Apr 2022 18:44:57 +0200] rev 12454
core.modulemanager: Fix global flag on per-host instances of shared modules (fix #1736) This flag is something of a shortcut for `module.host == "*"` and should always be equal to that. Its absence on the proxy object made the property of the global module instance visible, causing problems such as with URL reporting in mod_http
Sun, 03 Apr 2022 12:57:11 +0100 Merge 0.12->trunk
Matthew Wild <mwild1@gmail.com> [Sun, 03 Apr 2022 12:57:11 +0100] rev 12453
Merge 0.12->trunk
Sun, 03 Apr 2022 12:56:11 +0100 configmanager: Clearer errors when providing unexpected values after VirtualHost (fixes #1735, thanks arawaks) 0.12
Matthew Wild <mwild1@gmail.com> [Sun, 03 Apr 2022 12:56:11 +0100] rev 12452
configmanager: Clearer errors when providing unexpected values after VirtualHost (fixes #1735, thanks arawaks)
Sat, 02 Apr 2022 16:39:29 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Sat, 02 Apr 2022 16:39:29 +0200] rev 12451
Merge 0.12->trunk
Sat, 02 Apr 2022 16:33:27 +0200 util.random: Test whether util.crand works before using it (fix #1734) 0.12
Kim Alvefur <zash@zash.se> [Sat, 02 Apr 2022 16:33:27 +0200] rev 12450
util.random: Test whether util.crand works before using it (fix #1734) util.crand can be configured at compile time to use the Linux getrandom() system call, available from Linux 3.17, but it is still possible to load it with an older kernel lacking that system call, where attempting to use it throws an ENOSYS error. By testing for this on load we can fall back to /dev/urandom in this case.
Mon, 28 Mar 2022 14:53:46 +0100 Merge 0.12->trunk
Matthew Wild <mwild1@gmail.com> [Mon, 28 Mar 2022 14:53:46 +0100] rev 12449
Merge 0.12->trunk
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip