log mod_bookmarks/mod_bookmarks.lua @ 4575:5b4f43b90766

age author description
Sat, 28 Sep 2019 14:46:18 +0200 Emmanuel Gil Peyrot mod_bookmarks, mod_bookmarks2: Refuse to load if the other one is also loaded.
Tue, 02 Apr 2019 16:41:07 +0200 Emmanuel Gil Peyrot mod_bookmarks: Return true when a stanza has been sent.
Tue, 02 Apr 2019 16:22:40 +0200 Emmanuel Gil Peyrot mod_bookmarks: Check for item-not-found and return empty Private XML. Fixes #1265 (thanks gerald and thebigfrog!)
Thu, 14 Mar 2019 01:26:54 +0100 Kim Alvefur mod_bookmarks: Use correct variable, fixes a traceback (thanks dan)
Wed, 06 Mar 2019 17:46:57 +0100 Emmanuel Gil Peyrot mod_bookmarks: Actually save node config
Wed, 06 Mar 2019 00:59:18 +0100 Emmanuel Gil Peyrot mod_bookmarks: Remove unused bookmarks/updated event
Sun, 09 Sep 2018 14:10:22 +0200 Kim Alvefur mod_bookmarks: Handle iq:private queries before mod_private
Sun, 09 Sep 2018 14:09:12 +0200 Kim Alvefur mod_bookmarks: Correctly hook events on PEP services
Fri, 31 Aug 2018 22:17:19 +0200 Emmanuel Gil Peyrot mod_bookmarks: Ensure the configuration is correct even with create-on-subscribe.
Mon, 27 Aug 2018 18:14:28 +0200 Emmanuel Gil Peyrot mod_bookmarks: Delete the node before attempting migration, to make sure its config is correct.
Sat, 25 Aug 2018 17:39:01 +0200 Emmanuel Gil Peyrot mod_bookmarks: Display the bare JID instead of the username in logs.
Tue, 21 Aug 2018 17:18:31 +0100 Emmanuel Gil Peyrot mod_bookmarks: Use the new item-published/<node> event.
Sat, 18 Aug 2018 18:08:47 +0100 Emmanuel Gil Peyrot mod_bookmarks: Require forgotten util.jid module.
Sat, 18 Aug 2018 17:25:44 +0100 Emmanuel Gil Peyrot mod_bookmarks: Expose publish_to_pep() to other modules.
Sat, 18 Aug 2018 16:55:52 +0100 Emmanuel Gil Peyrot mod_bookmarks: Fire empty and updated events, for other modules to use.
Sat, 18 Aug 2018 14:43:58 +0100 Emmanuel Gil Peyrot mod_bookmarks: Send back empty Private XML bookmarks on empty PEP bookmarks.
Sat, 18 Aug 2018 14:11:26 +0100 Emmanuel Gil Peyrot mod_bookmarks: Fix traceback on retrieval since ba0d444b64aa.
Sat, 18 Aug 2018 14:10:38 +0100 Emmanuel Gil Peyrot mod_bookmarks: Enforce publish_options since Prosody 249d90ff992e.
Sat, 18 Aug 2018 14:04:40 +0100 Emmanuel Gil Peyrot mod_bookmarks: Simplify last item retrieval thanks to Prosody b6ffd4f951b9.
Sat, 18 Aug 2018 13:48:45 +0100 Emmanuel Gil Peyrot mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep