log mod_bookmarks/mod_bookmarks.lua @ 5785:671a6ad1f026

age author description
2022-02-05 Kim Alvefur mod_bookmarks: Add a stub that loads mod_bookmarks2
2019-09-28 Emmanuel Gil Peyrot mod_bookmarks, mod_bookmarks2: Refuse to load if the other one is also loaded.
2019-04-02 Emmanuel Gil Peyrot mod_bookmarks: Return true when a stanza has been sent.
2019-04-02 Emmanuel Gil Peyrot mod_bookmarks: Check for item-not-found and return empty Private XML. Fixes #1265 (thanks gerald and thebigfrog!)
2019-03-14 Kim Alvefur mod_bookmarks: Use correct variable, fixes a traceback (thanks dan)
2019-03-06 Emmanuel Gil Peyrot mod_bookmarks: Actually save node config
2019-03-05 Emmanuel Gil Peyrot mod_bookmarks: Remove unused bookmarks/updated event
2018-09-09 Kim Alvefur mod_bookmarks: Handle iq:private queries before mod_private
2018-09-09 Kim Alvefur mod_bookmarks: Correctly hook events on PEP services
2018-08-31 Emmanuel Gil Peyrot mod_bookmarks: Ensure the configuration is correct even with create-on-subscribe.
2018-08-27 Emmanuel Gil Peyrot mod_bookmarks: Delete the node before attempting migration, to make sure its config is correct.
2018-08-25 Emmanuel Gil Peyrot mod_bookmarks: Display the bare JID instead of the username in logs.
2018-08-21 Emmanuel Gil Peyrot mod_bookmarks: Use the new item-published/<node> event.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Require forgotten util.jid module.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Expose publish_to_pep() to other modules.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Fire empty and updated events, for other modules to use.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Send back empty Private XML bookmarks on empty PEP bookmarks.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Fix traceback on retrieval since ba0d444b64aa.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Enforce publish_options since Prosody 249d90ff992e.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Simplify last item retrieval thanks to Prosody b6ffd4f951b9.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep