log mod_profile/mod_profile.lua @ 2871:c3317f61f3f9

age author description
2017-10-09 Kim Alvefur mod_profile: Update get_pep_service() signature to match recent changes to mod_pep_plus (in trunk)
2016-12-03 Kim Alvefur mod_profile: Add warning and debug logging in order to catch a weird event
2015-05-18 Kim Alvefur mod_profile: Return error on storage error, don't attempt to migrate from old storage
2015-05-18 Kim Alvefur mod_profile: Explicitly return true from handlers, session.send can return nil under some conditions
2015-05-18 Kim Alvefur mod_profile: Don't use import()
2014-09-27 Kim Alvefur mod_profile: Save photo and nickname from PEP to vCard
2014-09-27 Kim Alvefur mod_profile: Use module:handle_items() for PEP node bootstrapping (see trunk 388786af0dd2)
2014-09-16 Kim Alvefur mod_profile: Set metadata nodes ItemID to the same hash as the data node
2014-09-01 Kim Alvefur mod_profile: Fix global access
2014-07-08 Kim Alvefur mod_profile: Fix wrong use of "current" as id for avatar data
2014-07-08 Kim Alvefur mod_profile: Add the missing <info> child element and move info attributes there
2014-06-25 Kim Alvefur mod_profile: Don't include photo in vCard4 version (use XEP-0084 instead)
2014-06-21 Kim Alvefur mod_profile: Load profile into PEP on initial presence
2014-06-20 Kim Alvefur mod_profile: Don't pass old vcard data trough vcard lib
2014-05-30 Kim Alvefur mod_profile: Add id to item tag too.
2014-05-30 Kim Alvefur mod_profile: Use the item id "current" as recomended in the Singleton Nodes section of XEP-0060
2014-05-30 Kim Alvefur mod_profile: Purge nodes before publishing new items
2014-05-28 Kim Alvefur mod_profile: Integrate with mod_pep_plus by default
2014-05-28 Kim Alvefur mod_profile: Replacement for mod_vcard with vcard4 support and integration with mod_pep_plus