summaryrefslogtreecommitdiff
path: root/src/vcard-manager.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-25GabbleVCardManager: turn clearing the vCard into just another edit operationSimon McVittie1-35/+33
2010-02-25Change gabble_vcard_manager_edit_info_apply so it always copies the message, ...Simon McVittie1-12/+36
2010-02-25patch_vcard_foreach: change signature, rename to gabble_vcard_manager_edit_in...Simon McVittie1-4/+6
2010-02-24GabbleVCardManagerEditInfo: convert child elements into a listSimon McVittie1-20/+70
2010-02-23Treat vCard <NICKNAME/> as a single string, not as comma-separated stringsSimon McVittie1-14/+1
2010-02-22Merge the two booleans in GabbleVCardManagerEditInfo into an "edit type" enumSimon McVittie1-17/+12
2010-02-22gabble_vcard_manager_edit_info_new: disallow combining to_del with accept_mul...Simon McVittie1-0/+15
2010-02-22_GabbleVCardManagerPrivate: correct description of @editsSimon McVittie1-2/+1
2010-02-22Merge commit 'telepathy-gabble-0.9.5' (+ nano version) into contact-infoSimon McVittie1-1/+135
2010-02-18Moved macro CHECK_STR_EMPTY to util and use it where possibleNicolas Dufresne1-1/+1
2010-01-11Treat <item-not-found/> as the empty vCardWill Thompson1-1/+12
2009-12-11vcard-manager: Removed redundant if clause.Andre Moreira Magalhaes (andrunko)1-6/+3
2009-12-11vcard-manager: Document gabble_vcard_manager_edit.Andre Moreira Magalhaes (andrunko)1-0/+6
2009-12-11vcard-manager: Renamed gabble_vcard_manager_edit_extended to gabble_vcard_man...Andre Moreira Magalhaes (andrunko)1-8/+8
2009-12-11vcard-manager: Renamed gabble_vcard_manager_edit to gabble_vcard_manager_edit...Andre Moreira Magalhaes (andrunko)1-25/+16
2009-12-11Use newly added method gabble_vcard_manager_edit_info_new/free.Andre Moreira Magalhaes (andrunko)1-53/+23
2009-12-11vcard-manager: Added gabble_vcard_manager_edit_info_new/free helper methods.Andre Moreira Magalhaes (andrunko)1-0/+45
2009-12-09vcard-manager: Iterate over hashtable instead of usin g_hash_table_find to ch...Andre Moreira Magalhaes (andrunko)1-18/+18
2009-12-09vcard-manager: Do not try to set vcard fields not supported by google servers.Andre Moreira Magalhaes (andrunko)1-2/+22
2009-12-07fd.o#25341: Always sets its own vcard on loginAndre Moreira Magalhaes (andrunko)1-0/+28
2009-12-01vcard-manager: Do not replace PHOTO element when replacing the full vcard (ga...Andre Moreira Magalhaes (andrunko)1-0/+8
2009-12-01vcard-manager: Proper replace the avatar when requested.Andre Moreira Magalhaes (andrunko)1-2/+8
2009-12-01vcard-manager: Added support for fully editing vcard.Andre Moreira Magalhaes (andrunko)1-65/+125
2009-11-30Added initial ContactInfo iface support.Andre Moreira Magalhaes (andrunko)1-0/+8
2009-10-09vCard default timer is set to 3 seconds for the unit testsAlban Crequy1-3/+9
2009-10-06vcard-manager.c: Remove unused variable (and fix compilation with -Werror)Alban Crequy1-2/+0
2009-10-06Emit the signal AvatarUpdated at the end of the conflict resolutionAlban Crequy1-1/+1
2009-10-06vcard-manager.c: Fix: cancel the request in the pipeline on timeoutAlban Crequy1-1/+5