log mod_bookmarks2/mod_bookmarks2.lua @ 4779:6395d4732bc6

age author description
2021-11-03 Kim Alvefur mod_bookmarks2: Fix comparison
2021-11-03 Kim Alvefur mod_bookmarks2: Fix handling of nick and password elements
2021-10-20 Kim Alvefur mod_bookmarks2: Use max_items='max' on trunk, with fallback
2021-09-15 Kim Alvefur mod_bookmarks2: Use same default as mod_pep for max_items
2021-07-30 Emmanuel Gil Peyrot mod_bookmarks2: Update namespace to :1
2021-07-30 Emmanuel Gil Peyrot mod_bookmarks2: Factor namespace string into a variable
2020-12-03 Emmanuel Gil Peyrot mod_bookmarks2: Fix luacheck warning
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Delete legacy PEP bookmarks whenever they get recreated, to prevent them from being used.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Remove unused variables.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Also migrate legacy PEP bookmarks (current XEP-0048).
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Use the correct error when failing to retrieve bookmarks2 to reply to Private XML request.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Don’t purge or remove inexistant items when synchronising existing Private XML data.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Simplify for loop (thanks MattJ!).
2019-09-28 Emmanuel Gil Peyrot mod_bookmarks2: Fix traceback on updating from no legacy bookmarks to bookmarks 2.
2019-09-28 Emmanuel Gil Peyrot mod_bookmarks, mod_bookmarks2: Refuse to load if the other one is also loaded.
2019-09-28 Emmanuel Gil Peyrot mod_bookmarks2: Add new module.