Fri, 16 Dec 2022 22:30:47 +0000 mod_pubsub_mqtt: Switch to MQTT 3.1.1
Matthew Wild <mwild1@gmail.com> [Fri, 16 Dec 2022 22:30:47 +0000] rev 5118
mod_pubsub_mqtt: Switch to MQTT 3.1.1 Well that was easy.
Fri, 16 Dec 2022 22:16:45 +0000 mod_pubsub_mqtt: Support atom_title payload type
Matthew Wild <mwild1@gmail.com> [Fri, 16 Dec 2022 22:16:45 +0000] rev 5117
mod_pubsub_mqtt: Support atom_title payload type This commit adds the ability to publish and subscribe with arbitrary payload types. It has a breaking change, which is that topics are now of the form: HOST/TYPE/NODE Currently supported types are utf8_data, json and atom_title.
Fri, 16 Dec 2022 12:12:01 +0000 mod_pubsub_mqtt: Fix some inappropriate log levels
Matthew Wild <mwild1@gmail.com> [Fri, 16 Dec 2022 12:12:01 +0000] rev 5116
mod_pubsub_mqtt: Fix some inappropriate log levels
Fri, 16 Dec 2022 12:11:16 +0000 mod_pubsub_mqtt: Add XEP-0060 <item> wrapper to payloads
Matthew Wild <mwild1@gmail.com> [Fri, 16 Dec 2022 12:11:16 +0000] rev 5115
mod_pubsub_mqtt: Add XEP-0060 <item> wrapper to payloads
Fri, 09 Dec 2022 21:03:51 +0100 mod_pubsub_feeds: Include feeds library in plugin package
Kim Alvefur <zash@zash.se> [Fri, 09 Dec 2022 21:03:51 +0100] rev 5114
mod_pubsub_feeds: Include feeds library in plugin package Thanks drsnuggles
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.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip