aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_vcard.lua
Commit message (Expand)AuthorAgeFilesLines
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-2/+2
* mod_vcard: Remove unused variable [luacheck]Kim Alvefur2019-12-231-1/+1
* mod_private, mod_vcard: Use the usual comment on non-get received iqs.Emmanuel Gil Peyrot2018-08-241-1/+1
* mod_vcard: Remove 0.8 COMPAT codeMatthew Wild2018-08-191-6/+0
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
* mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ...Kim Alvefur2013-04-191-4/+5
* mod_vcard: Remove vcard_compatibility COMPAT (moved to mod_compat_vcard in pr...Matthew Wild2012-07-261-9/+4
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* mod_vcard: Stricter matching of vcard stanzas with vcard_compatibility enable...Matthew Wild2009-12-091-1/+1
* mod_vcard: Cleaned up unused variables and global accesses.Waqas Hussain2009-10-181-11/+5
* mod_vcard: Removed stream feature.Waqas Hussain2009-10-181-7/+0
* mod_vcard: Refactoring and cleanup.Waqas Hussain2009-10-181-42/+33
* mod_vcard: Moved completely to new event based hooks.Waqas Hussain2009-10-181-3/+6
* mod_vcard: Fixed traceback on attempt to set vcards by non-c2s sessions.Waqas Hussain2009-10-181-1/+1
* mod_vcard: Hide me from the trailing-whitespace policeMatthew Wild2009-10-161-1/+1
* mod_vcard: Add vcard_compatibility option to handle vcard stanzas routed to t...Matthew Wild2009-10-151-35/+49
* mod_vcard: Handle vcard requests from local components.Waqas Hussain2009-09-141-1/+1
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* mod_*: Fix a load of global accessesMatthew Wild2009-04-221-3/+3
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Changed the datastore for vCards from vCard to vcard in mod_vcard and mod_reg...Waqas Hussain2008-12-051-5/+5
* Change modules to use the new add_feature module API method.Waqas Hussain2008-12-041-1/+1
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* Bumper commit for the new modulemanager API \o/ Updates all the modules, thou...Matthew Wild2008-11-271-2/+2
* Modules now sending disco repliesWaqas Hussain2008-11-261-0/+2
* Use a stanza for c2s stream features instead of an array of strings. Removes ...Matthew Wild2008-11-201-1/+2
* Fix mod_vcard to use session.send for sending stanzasWaqas Hussain2008-11-161-6/+5
* vcards for s2sMatthew Wild2008-11-021-1/+1
* mod_vcard: Fixed to use new util.stanza.add_childWaqas Hussain2008-10-261-3/+1
* Stanza preserialize/deserialize helpers, to strip and restore stanzas respect...Matthew Wild2008-10-091-3/+3
* Fixed: incorrect auth checkWaqas Hussain2008-10-091-1/+1
* Added: vCard plugin: mod_vcardWaqas Hussain2008-10-091-0/+54