Sun, 04 Dec 2022 22:23:56 +0100 mod_http_muc_log: Fix error in js when displaying presence is disabled
Kim Alvefur <zash@zash.se> [Sun, 04 Dec 2022 22:23:56 +0100] rev 5110
mod_http_muc_log: Fix error in js when displaying presence is disabled When the form is hidden, attempting to index forms[0] throws an error, however this is harmless since the script is finished by that point.
Sun, 04 Dec 2022 22:21:05 +0100 mod_http_muc_log: Include static resources (css & js) in plugin package
Kim Alvefur <zash@zash.se> [Sun, 04 Dec 2022 22:21:05 +0100] rev 5109
mod_http_muc_log: Include static resources (css & js) in plugin package Forgot to include this in the previous commit somehow.
Sun, 04 Dec 2022 22:10:07 +0100 mod_http_muc_log: Move CSS and JS out of template
Kim Alvefur <zash@zash.se> [Sun, 04 Dec 2022 22:10:07 +0100] rev 5108
mod_http_muc_log: Move CSS and JS out of template This allows applying different cache and security policies to the static resources, while reducing the size of all pages.
Fri, 02 Dec 2022 22:06:40 +0100 mod_s2soutinjection: Use session logger where it makes sense
Kim Alvefur <zash@zash.se> [Fri, 02 Dec 2022 22:06:40 +0100] rev 5107
mod_s2soutinjection: Use session logger where it makes sense It makes sense here.
Fri, 02 Dec 2022 22:05:13 +0100 mod_s2soutinjection: Use module logging API
Kim Alvefur <zash@zash.se> [Fri, 02 Dec 2022 22:05:13 +0100] rev 5106
mod_s2soutinjection: Use module logging API _G.log exists but modules should normally use module:log(), or session.log where applicable.
Fri, 02 Dec 2022 22:03:29 +0100 mod_s2soutinjection: Remove undefined global (thanks Damian)
Kim Alvefur <zash@zash.se> [Fri, 02 Dec 2022 22:03:29 +0100] rev 5105
mod_s2soutinjection: Remove undefined global (thanks Damian) Probably leftover from mod_onions. I don't think this had any effect other than Prosody warning about touching the global scope
Fri, 02 Dec 2022 22:02:55 +0100 mod_s2soutinjection: Remove unused variables [luacheck]
Kim Alvefur <zash@zash.se> [Fri, 02 Dec 2022 22:02:55 +0100] rev 5104
mod_s2soutinjection: Remove unused variables [luacheck]
Tue, 29 Nov 2022 11:43:59 +0000 mod_compat_roles: Add support for role inheritance (built-in roles only)
Matthew Wild <mwild1@gmail.com> [Tue, 29 Nov 2022 11:43:59 +0000] rev 5103
mod_compat_roles: Add support for role inheritance (built-in roles only)
Tue, 29 Nov 2022 11:38:28 +0000 mod_compat_roles: Fix permission checks/roles to be per-host as intended
Matthew Wild <mwild1@gmail.com> [Tue, 29 Nov 2022 11:38:28 +0000] rev 5102
mod_compat_roles: Fix permission checks/roles to be per-host as intended
Tue, 29 Nov 2022 11:37:58 +0000 mod_compat_roles: Fix traceback when no host roles are defined (thanks cc)
Matthew Wild <mwild1@gmail.com> [Tue, 29 Nov 2022 11:37:58 +0000] rev 5101
mod_compat_roles: Fix traceback when no host roles are defined (thanks cc)
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip