Fri, 24 Aug 2018 14:48:59 +0200 mod_pubsub_post: Start with actor unset
Kim Alvefur <zash@zash.se> [Fri, 24 Aug 2018 14:48:59 +0200] rev 3258
mod_pubsub_post: Start with actor unset This should make it easier to add actor models in future commits without defaulting to the superuser by default.
Tue, 21 Aug 2018 17:18:31 +0100 mod_bookmarks: Use the new item-published/<node> event.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Tue, 21 Aug 2018 17:18:31 +0100] rev 3257
mod_bookmarks: Use the new item-published/<node> event.
Tue, 21 Aug 2018 11:01:46 +0200 mod_profile: Only replace avatar update hash if one is found
Kim Alvefur <zash@zash.se> [Tue, 21 Aug 2018 11:01:46 +0200] rev 3256
mod_profile: Only replace avatar update hash if one is found
Tue, 21 Aug 2018 11:00:30 +0200 mod_profile: Only retrieve the last avatar hash from PEP
Kim Alvefur <zash@zash.se> [Tue, 21 Aug 2018 11:00:30 +0200] rev 3255
mod_profile: Only retrieve the last avatar hash from PEP
Mon, 20 Aug 2018 23:20:01 +0200 mod_pubsub_text_interface: Ignore whitespace after all commands
Kim Alvefur <zash@zash.se> [Mon, 20 Aug 2018 23:20:01 +0200] rev 3254
mod_pubsub_text_interface: Ignore whitespace after all commands Case insensitivity only on command name, not the node
Mon, 20 Aug 2018 23:18:43 +0200 mod_pubsub_text_interface: Rename variable to avoid name clash [luacheck]
Kim Alvefur <zash@zash.se> [Mon, 20 Aug 2018 23:18:43 +0200] rev 3253
mod_pubsub_text_interface: Rename variable to avoid name clash [luacheck]
Mon, 20 Aug 2018 22:58:30 +0200 mod_pubsub_text_interface: Fix chain that accidentally produced nested <body>
Kim Alvefur <zash@zash.se> [Mon, 20 Aug 2018 22:58:30 +0200] rev 3252
mod_pubsub_text_interface: Fix chain that accidentally produced nested <body>
Mon, 20 Aug 2018 22:52:20 +0200 mod_pubsub_text_interface: Generate a stanza id for replies
Kim Alvefur <zash@zash.se> [Mon, 20 Aug 2018 22:52:20 +0200] rev 3251
mod_pubsub_text_interface: Generate a stanza id for replies This may be needed for some clients that de-duplicate messages based on stanza id.
Mon, 20 Aug 2018 21:40:48 +0200 mod_profile: Pass item id onto pubsub container element
Kim Alvefur <zash@zash.se> [Mon, 20 Aug 2018 21:40:48 +0200] rev 3250
mod_profile: Pass item id onto pubsub container element
Mon, 20 Aug 2018 21:20:53 +0200 mod_profile: Use type property over content identifiguesstimation
Kim Alvefur <zash@zash.se> [Mon, 20 Aug 2018 21:20:53 +0200] rev 3249
mod_profile: Use type property over content identifiguesstimation
Mon, 20 Aug 2018 20:22:43 +0200 mod_pubsub_text_interface: Add a README
Kim Alvefur <zash@zash.se> [Mon, 20 Aug 2018 20:22:43 +0200] rev 3248
mod_pubsub_text_interface: Add a README
Mon, 20 Aug 2018 17:09:20 +0200 mod_pubsub_text_interface: A chat interface to PubSub
Kim Alvefur <zash@zash.se> [Mon, 20 Aug 2018 17:09:20 +0200] rev 3247
mod_pubsub_text_interface: A chat interface to PubSub This module lets you manage subscriptions to pubsub nodes via simple chat messages. Subscriptions are always added based on bare JID. The include_body flag is enabled so that a plain text body version of events can be included, where supported.
Mon, 20 Aug 2018 14:23:35 +0200 mod_pubsub_feeds: Include pubsub namespace on wrapper item as required by mod_pubsub
Kim Alvefur <zash@zash.se> [Mon, 20 Aug 2018 14:23:35 +0200] rev 3246
mod_pubsub_feeds: Include pubsub namespace on wrapper item as required by mod_pubsub
Mon, 20 Aug 2018 12:39:37 +0200 mod_atom: Update to the new mod_pep
Kim Alvefur <zash@zash.se> [Mon, 20 Aug 2018 12:39:37 +0200] rev 3245
mod_atom: Update to the new mod_pep This takes advantage of the many improvements to PEP added to Prosody recently. Such as support for multiple items and access control.
Sun, 19 Aug 2018 17:53:05 +0100 mod_firewall: Assume empty list if file could not be loaded
Matthew Wild <mwild1@gmail.com> [Sun, 19 Aug 2018 17:53:05 +0100] rev 3244
mod_firewall: Assume empty list if file could not be loaded
Sat, 18 Aug 2018 18:17:42 +0100 mod_candy: Remove, outdated. Consider mod_conversejs instead.
Matthew Wild <mwild1@gmail.com> [Sat, 18 Aug 2018 18:17:42 +0100] rev 3243
mod_candy: Remove, outdated. Consider mod_conversejs instead.
Sat, 18 Aug 2018 18:08:47 +0100 mod_bookmarks: Require forgotten util.jid module.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 18 Aug 2018 18:08:47 +0100] rev 3242
mod_bookmarks: Require forgotten util.jid module.
Sat, 18 Aug 2018 17:38:48 +0100 mod_default_bookmarks: Add support for <password/>.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 18 Aug 2018 17:38:48 +0100] rev 3241
mod_default_bookmarks: Add support for <password/>.
Sat, 18 Aug 2018 17:36:50 +0100 mod_default_bookmarks: Add support for trunk’s mod_pep.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 18 Aug 2018 17:36:50 +0100] rev 3240
mod_default_bookmarks: Add support for trunk’s mod_pep.
Sat, 18 Aug 2018 17:25:44 +0100 mod_bookmarks: Expose publish_to_pep() to other modules.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 18 Aug 2018 17:25:44 +0100] rev 3239
mod_bookmarks: Expose publish_to_pep() to other modules.
Sat, 18 Aug 2018 16:55:52 +0100 mod_bookmarks: Fire empty and updated events, for other modules to use.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 18 Aug 2018 16:55:52 +0100] rev 3238
mod_bookmarks: Fire empty and updated events, for other modules to use.
Sat, 18 Aug 2018 14:43:58 +0100 mod_bookmarks: Send back empty Private XML bookmarks on empty PEP bookmarks.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 18 Aug 2018 14:43:58 +0100] rev 3237
mod_bookmarks: Send back empty Private XML bookmarks on empty PEP bookmarks.
Sat, 18 Aug 2018 14:11:26 +0100 mod_bookmarks: Fix traceback on retrieval since ba0d444b64aa.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 18 Aug 2018 14:11:26 +0100] rev 3236
mod_bookmarks: Fix traceback on retrieval since ba0d444b64aa.
Sat, 18 Aug 2018 14:10:38 +0100 mod_bookmarks: Enforce publish_options since Prosody 249d90ff992e.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 18 Aug 2018 14:10:38 +0100] rev 3235
mod_bookmarks: Enforce publish_options since Prosody 249d90ff992e.
Sat, 18 Aug 2018 14:04:40 +0100 mod_bookmarks: Simplify last item retrieval thanks to Prosody b6ffd4f951b9.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 18 Aug 2018 14:04:40 +0100] rev 3234
mod_bookmarks: Simplify last item retrieval thanks to Prosody b6ffd4f951b9.
Sat, 18 Aug 2018 13:48:45 +0100 mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 18 Aug 2018 13:48:45 +0100] rev 3233
mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
Tue, 14 Aug 2018 18:21:19 +0100 mod_http_upload_external: share_v2.php: Comment out verbose debug logging
Matthew Wild <mwild1@gmail.com> [Tue, 14 Aug 2018 18:21:19 +0100] rev 3232
mod_http_upload_external: share_v2.php: Comment out verbose debug logging
Tue, 14 Aug 2018 18:20:59 +0100 mod_http_upload_external: share.php: Fix whitespace
Matthew Wild <mwild1@gmail.com> [Tue, 14 Aug 2018 18:20:59 +0100] rev 3231
mod_http_upload_external: share.php: Fix whitespace
Tue, 14 Aug 2018 17:47:44 +0100 mod_http_upload_external: Update share.php and share_v2.php to allow cross-domain requests
Matthew Wild <mwild1@gmail.com> [Tue, 14 Aug 2018 17:47:44 +0100] rev 3230
mod_http_upload_external: Update share.php and share_v2.php to allow cross-domain requests
Mon, 13 Aug 2018 03:35:42 +0200 mod_s2s_auth_posh: Add a command for generating the JSON file
Kim Alvefur <zash@zash.se> [Mon, 13 Aug 2018 03:35:42 +0200] rev 3229
mod_s2s_auth_posh: Add a command for generating the JSON file
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip