aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_vcard_legacy.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_vcard_legacy: Add some notesKim Alvefur2018-09-091-0/+2
* mod_vcard_legacy: Fix EXTVAL conversion (thanks pep.)Kim Alvefur2018-09-091-1/+1
* mod_vcard_legacy: Fix uppercase tag name (thanks pep.)Kim Alvefur2018-09-091-1/+1
* mod_vcard_legacy: Include avatar data even if metadata can't be loadedKim Alvefur2018-09-071-3/+4
* mod_vcard_legacy: Return old vcard if neither vcard4 or avatar availableKim Alvefur2018-09-071-0/+4
* mod_vcard_legacy: Handle avatar without vcard4Kim Alvefur2018-09-071-4/+0
* mod_vcard_legacy: Rename variable for consistencyKim Alvefur2018-09-071-2/+2
* mod_vcard_legacy: Return error in case saving avatar failsKim Alvefur2018-09-061-2/+7
* mod_vcard_legacy: Factor out error handling into a functionKim Alvefur2018-09-061-5/+11
* mod_vcard_legacy: Use correct method to clear avatar dataKim Alvefur2018-09-061-1/+1
* mod_vcard_legacy: Announce feature on bare JID per XEPKim Alvefur2018-09-011-1/+3
* mod_vcard_legacy: Clear avatars on setting a vcard-tempKim Alvefur2018-09-011-0/+4
* mod_vcard_legacy: Support external avatarsKim Alvefur2018-09-011-0/+2
* mod_vcard_legacy: Handle incomplete avatar infoKim Alvefur2018-09-011-5/+9
* mod_vcard_legacy: Respond with old vcardKim Alvefur2018-08-211-0/+6
* mod_vcard_legacy: Respond to attempts to set the legacy vcard-tempKim Alvefur2018-08-211-0/+123
* mod_vcard_legacy: Add support for address fieldKim Alvefur2018-08-211-0/+15
* mod_vcard_legacy: Include avatar data from XEP-0084 PEP nodeKim Alvefur2018-08-201-0/+14
* mod_vcard_legacy: Add translation of telephone fieldKim Alvefur2018-09-011-0/+14
* mod_vcard_legacy: Add translation of email fieldKim Alvefur2018-09-011-0/+13
* mod_vcard_legacy: Attach vcard-temp avatar hash to outgoing presenceKim Alvefur2018-08-201-0/+19
* mod_vcard_legacy: Responds to vcard-temp queries with translated vcard4 dataKim Alvefur2018-08-211-0/+55