Sun, 04 Dec 2022 23:30:09 +0100 mod_http_muc_log: Fix syntax error in timestamp adjusting script
Kim Alvefur <zash@zash.se> [Sun, 04 Dec 2022 23:30:09 +0100] rev 5113
mod_http_muc_log: Fix syntax error in timestamp adjusting script Put the } on the wrong line. Praise the Lua `end` !
Sun, 04 Dec 2022 23:16:34 +0100 mod_http_muc_log: Move language attribute onto body itself
Kim Alvefur <zash@zash.se> [Sun, 04 Dec 2022 23:16:34 +0100] rev 5112
mod_http_muc_log: Move language attribute onto body itself One could argue that it's mostly the message that is in a particular language, while the timestamp is less so. What language a particular nickname is, and its relation to the language in the text, that is an unresolved question.
Sun, 04 Dec 2022 23:16:31 +0100 mod_http_muc_log: Tweak style towards the "modern"
Kim Alvefur <zash@zash.se> [Sun, 04 Dec 2022 23:16:31 +0100] rev 5111
mod_http_muc_log: Tweak style towards the "modern" Also accidentally converted the hand-minified CSS to SCSS for easier editing. This gets rid of the <q> element because it makes browsers (at least Firefox) add annoying quotes to any text copied out of them, interfering with opening non-linkified URLs. That could have been considered a sort of security mechanism, but convenience trumps security!
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]
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip