log mod_profile/mod_profile.lua @ 4732:607cac9b9393

age author description
2018-09-16 Kim Alvefur mod_profile: Fix PEP event handler to detach on unload
2018-09-16 Kim Alvefur Backed out changeset 395835d89d88: Might still be needed
2018-08-21 Kim Alvefur mod_profile: Only replace avatar update hash if one is found
2018-08-21 Kim Alvefur mod_profile: Only retrieve the last avatar hash from PEP
2018-08-20 Kim Alvefur mod_profile: Pass item id onto pubsub container element
2018-08-20 Kim Alvefur mod_profile: Use type property over content identifiguesstimation
2018-08-02 Kim Alvefur mod_profile: Abort if mod_pep doesn't appear to be the former mod_pep_plus
2018-08-02 Kim Alvefur mod_profile: Update for mod_pep_plus rename
2018-07-24 Kim Alvefur mod_profile: Remove purging of previous PEP data, should no longer be needed
2018-07-24 Kim Alvefur mod_profile: Bump priority of xep153 hook to surely run before mod_presence
2018-07-24 Kim Alvefur mod_profile: Correctly add avatar hash
2018-07-24 Kim Alvefur mod_profile: Add xmlns on <item> in order to pass item validation in mod_pubsub
2018-07-24 Kim Alvefur mod_profile: Refactor wrapping of payloads in <item>
2018-07-13 Kim Alvefur mod_profile: Skip injecting xep153 into presence for sessions with no username
2018-07-12 Kim Alvefur mod_profile: Add support for XEP-0398
2018-07-12 Kim Alvefur mod_profile: Add copyright header
2018-07-12 Kim Alvefur mod_profile: Fix typo
2018-07-12 Kim Alvefur mod_profile: Ignore shadowed variable name
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