summaryrefslogtreecommitdiff
path: root/src/vcard-manager.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-07Google vcard can now have an URL fieldXavier Claessens1-2/+3
2012-12-06vcard-manager: find no-op replacements with wocky_node_equalWill Thompson1-46/+4
2012-12-06vcard-manager: represent new node tree as a node tree.Will Thompson1-95/+70
2012-12-06vcard-manager: refactor applying editsWill Thompson1-92/+141
2012-12-06vcard-manager: don't repeatedly copy while editingWill Thompson1-97/+53
2012-12-06vcard-manager: fix is_significant()Will Thompson1-1/+3
2012-12-06vcard-manager: clarify commentary in CLEAR pathWill Thompson1-1/+2
2012-12-06vcard-manager: split up gargantuan edit_info_apply()Will Thompson1-41/+50
2012-12-06vcard-manager: copy vcards using WockyNodeTree.Will Thompson1-26/+20
2012-12-06vcard-manager: use WockyNodeTree to copy vCard nodesWill Thompson1-55/+19
2012-12-06vcard-manager: add children more neatlyWill Thompson1-6/+4
2012-11-05Use GLib's base64 implementation rather than Gabble's ownHeiher1-5/+5
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-20/+26
2012-05-30Use meta-headers for everythingSimon McVittie1-2/+2
2012-05-10Stop using tp_handle_ref/unrefXavier Claessens1-8/+0
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-1/+1
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-1/+1
2012-01-31vcard-manager: move to WockyNodeIterWill Thompson1-10/+9
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-7/+7
2012-01-27Remove lm_message_new[_with_subtype]Will Thompson1-2/+2
2012-01-27Remove lm_message_build[_with_subtype]Will Thompson1-3/+3
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-5/+5
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-2/+2
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2011-11-03Remove redundant CHECK_STR_EMPTY macroWill Thompson1-1/+1
2011-05-03Remove GabbleXmppError.Will Thompson1-24/+24
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-59/+95
2011-05-02use the new xmlns and xml:lang build tagsJonny Lamb1-1/+1
2010-11-19Merge branch 'telepathy-gabble-0.10'Simon McVittie1-27/+8
2010-11-05gabble_vcard_manager_request: disallow calling when unconnectedSimon McVittie1-0/+4
2010-11-05gabble_vcard_manager_edit: forbid calling if not connectedSimon McVittie1-0/+4
2010-11-05gabble_vcard_manager_edit_one: remove, unusedSimon McVittie1-27/+0
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-15/+5
2010-05-14clarified gabble_vcard_manager_request assumptions about the vCard not being ...Senko Rasic1-0/+6
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-10/+17
2010-03-18Merge branch 'contact-info' into masterSimon McVittie1-137/+455
2010-03-01GabbleVCardManager: use a doubly-linked list for editsSimon McVittie1-17/+16
2010-03-01gabble_vcard_manager_has_limited_vcard_fields: addSimon McVittie1-0/+10
2010-02-25GabbleVCardManager: improve whitespaceSimon McVittie1-6/+13
2010-02-25observe_vcard: emit VCARD_UPDATE before checking to see if the nickname changedSimon McVittie1-2/+2
2010-02-25After a SetContactInfo, fix a missing nickname if necessarySimon McVittie1-38/+57
2010-02-25gabble_vcard_manager_edit: remove the replace_vcard parameterSimon McVittie1-12/+2
2010-02-25Update copyright years for ContactInfoSimon McVittie1-2/+2
2010-02-25SetAliases: When connected to GTalk, set the FN instead of the NICKNAMESimon McVittie1-3/+39
2010-02-25Factor out GTalk-vCard-field-forbidding into a functionSimon McVittie1-11/+28
2010-02-25Reinstate a pre-check for insignificant edits, but explicitly design it to co...Simon McVittie1-0/+91
2010-02-25gabble_vcard_manager_edit_info_apply: work out whether the edit was non-trivi...Simon McVittie1-139/+62
2010-02-25gabble_vcard_manager_edit_info_apply: don't create an empty <FOO/> if asked t...Simon McVittie1-6/+9
2010-02-25Replace patch_vcard_node_foreach by just appending children to the nodeSimon McVittie1-16/+1
2010-02-25gabble_vcard_manager_edit_info_apply: implement REPLACE and DELETE in terms o...Simon McVittie1-21/+23