Mon, 25 Jul 2022 19:28:38 +0200 mod_default_bookmarks: Bail on empty 'default_bookmarks' to fix traceback
Kim Alvefur <zash@zash.se> [Mon, 25 Jul 2022 19:28:38 +0200] rev 4982
mod_default_bookmarks: Bail on empty 'default_bookmarks' to fix traceback Ipairs fails on nil if the option is unset Thanks more666p0wer for reporting
Thu, 21 Jul 2022 18:06:31 +0200 mod_log_http: Undo mistake in 456b9f608fcf
Kim Alvefur <zash@zash.se> [Thu, 21 Jul 2022 18:06:31 +0200] rev 4981
mod_log_http: Undo mistake in 456b9f608fcf Where'd this "Add" come from?
Mon, 18 Jul 2022 22:47:54 +0200 various: Improve error reporting if missing file server module on 0.12
Kim Alvefur <zash@zash.se> [Mon, 18 Jul 2022 22:47:54 +0200] rev 4980
various: Improve error reporting if missing file server module on 0.12 If there is some error loading net.http.files then it would be swallowed by the pcall and then it would proceed to trying mod_http_files, which might cause unexpected behavior on 0.12 Ref #1765
Mon, 18 Jul 2022 13:58:27 +0200 various: Use 0.12+ API for serving files from the file system over HTTP
Kim Alvefur <zash@zash.se> [Mon, 18 Jul 2022 13:58:27 +0200] rev 4979
various: Use 0.12+ API for serving files from the file system over HTTP Using mod_http_files this way is deprecated. Having the base behavior in a separate module makes it easier to have a specialized module with coherent behavior that does not do things when not explicitly enabled.
Mon, 11 Jul 2022 20:08:41 +0200 mod_log_json: Prefer native Lua table.pack over Prosody util.table one
Kim Alvefur <zash@zash.se> [Mon, 11 Jul 2022 20:08:41 +0200] rev 4978
mod_log_json: Prefer native Lua table.pack over Prosody util.table one Prosody is removing support for Lua 5.1, which was the reason for util.table.pack to exist in the first place, since Lua 5.2+ provides table.pack. In prosody rev 5eaf77114fdb everything was switched over to use table.pack, opening the door for removing util.table.pack at some point. This change here is to prepare for that future eventuality.
Wed, 06 Jul 2022 18:28:43 +0200 mod_http_muc_log: Improve accessibility with descriptive @title attrs
Kim Alvefur <zash@zash.se> [Wed, 06 Jul 2022 18:28:43 +0200] rev 4977
mod_http_muc_log: Improve accessibility with descriptive @title attrs Especially relevant here where the link text is just an icon
Wed, 06 Jul 2022 18:24:43 +0200 mod_http_muc_log: Move OOB style from attribute to <style> in header
Kim Alvefur <zash@zash.se> [Wed, 06 Jul 2022 18:24:43 +0200] rev 4976
mod_http_muc_log: Move OOB style from attribute to <style> in header Allows stricter restrictions, i.e. Content-Security-Policy
Tue, 05 Jul 2022 16:02:22 +0200 luacheck: Update with changes from Prosody 0.12
Kim Alvefur <zash@zash.se> [Tue, 05 Jul 2022 16:02:22 +0200] rev 4975
luacheck: Update with changes from Prosody 0.12
Sat, 02 Jul 2022 02:30:02 +0200 mod_http_muc_log: Drop support for pre-0.11 MUC API
Kim Alvefur <zash@zash.se> [Sat, 02 Jul 2022 02:30:02 +0200] rev 4974
mod_http_muc_log: Drop support for pre-0.11 MUC API The oldest supported Prosody branch is 0.11, therefore we can drop code for the MUC API of Prosody 0.10 and before. The module:shared("rooms") method was never even in a release...
Sat, 02 Jul 2022 02:30:06 +0200 mod_csi_battery_saver: Add support for urn:xmpp:jingle-message:1 (XEP-0353)
tmolitor <thilo@eightysoft.de> [Sat, 02 Jul 2022 02:30:06 +0200] rev 4973
mod_csi_battery_saver: Add support for urn:xmpp:jingle-message:1 (XEP-0353)
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip