summaryrefslogtreecommitdiff
path: root/src/conn-avatars.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-06vcard-manager: represent new node tree as a node tree.Will Thompson1-2/+2
2012-11-14Make line-wrapped base64 allocation clearerWill Thompson1-1/+5
2012-11-14Fix allocation of the string passed to g_base64_encode_step.Alban Browaeys1-1/+1
2012-11-05Use GLib's base64 implementation rather than Gabble's ownHeiher1-3/+12
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-10/+12
2012-05-30Use meta-headers for everythingSimon McVittie1-3/+2
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-7/+7
2012-01-27Remove vestigial Loudmouth headers and build systemWill Thompson1-2/+0
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-4/+4
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-4/+4
2011-05-03Remove GabbleXmppError.Will Thompson1-7/+7
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-15/+15
2010-11-05Check for connected connection or non-NULL vcard_manager before most usesSimon McVittie1-0/+2
2010-11-05RequestAvatars: raise error if not connectedSimon McVittie1-0/+2
2010-04-21Refactor:Eitan Isaacson1-2/+3
2010-03-01GabbleVCardManager: use a doubly-linked list for editsSimon McVittie1-2/+2
2010-02-25gabble_connection_set_avatar: fix indentation and misleading debug messageSimon McVittie1-4/+7
2010-02-25gabble_vcard_manager_edit: remove the replace_vcard parameterSimon McVittie1-1/+1
2010-02-25Update copyright years for ContactInfoSimon McVittie1-2/+2
2010-02-25gabble_connection_set_avatar: delete the <PHOTO/> entirely if the byte-array ...Simon McVittie1-1/+2
2010-02-22Merge the two booleans in GabbleVCardManagerEditInfo into an "edit type" enumSimon McVittie1-2/+4
2010-02-22Merge commit 'telepathy-gabble-0.9.5' (+ nano version) into contact-infoSimon McVittie1-2/+2
2010-01-11_gabble_connection_signal_own_presence: optionally send as directed presenceSimon McVittie1-2/+2
2009-12-11vcard-manager: Renamed gabble_vcard_manager_edit_extended to gabble_vcard_man...Andre Moreira Magalhaes (andrunko)1-1/+1
2009-12-11Use newly added method gabble_vcard_manager_edit_info_new/free.Andre Moreira Magalhaes (andrunko)1-9/+8
2009-12-01vcard-manager: Added support for fully editing vcard.Andre Moreira Magalhaes (andrunko)1-6/+16
2009-10-09conn-avatars.c: More assertions on avatar sha1Alban Crequy1-0/+9
2009-10-06Do not invalidate the cache when we receive our own vCard after conflict reso...Alban Crequy1-2/+0
2009-10-06Emit the signal AvatarUpdated at the end of the conflict resolutionAlban Crequy1-7/+3
2009-05-04Fix comments about (const gchar **) castWill Thompson1-4/+6
2009-04-25Map vCard/XMPP error to Tp error from RequestAvatarWill Thompson1-1/+19
2009-04-25SetAvatar: map XMPP/vCard error to TpErrorWill Thompson1-1/+13
2009-03-25GabbleConnection: hook up Avatars properties from telepathy-spec 0.17.22Simon McVittie1-2/+2
2009-03-25conn-avatars: provide a property getter for telepathy-spec 0.17.22 avatar req...Simon McVittie1-8/+46
2008-10-22conn-avatars: remove an unnecessary castSimon McVittie1-2/+1
2008-10-13Remove unnecessary inclusions of sha1/sha1.hSimon McVittie1-1/+0
2008-08-18Update for the last tp-glib contacts api changesSjoerd Simons1-1/+1
2008-08-12conn-avatars: s/_get_contact_attributes/_fill_contact_attributes for more con...Sjoerd Simons1-2/+2
2008-07-29Implement avatars in the Contacts interfaceSjoerd Simons1-0/+39
2008-07-18enure pointer casts have a space after themDafydd Harries1-7/+7
2008-03-04fix function commentSenko Rasic1-2/+2
2008-03-11don't try to gracefully avoid a bug if it's there; assert what can't happen, ...Senko Rasic1-7/+4
2008-03-11_got_self_avatar_for_get_known_avatar_tokens: in the corner case of us starti...Senko Rasic1-2/+7
2008-02-22conn-avatars: make gabble_connection_clear_avatar staticSimon McVittie1-1/+1
2008-01-20conn-avatars.c: emit only one AvatarRetrieved per contact, no matter how many...Senko Rasic1-5/+33
2007-10-18conn-avatars.c: properly propagate error in update_own_avatar_sha1Senko Rasic1-6/+2
2007-09-25add a "split_lines" argument to base64_encodeGuillaume Desmottes1-1/+1
2007-09-25GetKnownAvatarTokens: store connection in request struct so that it's valid l...Dafydd Harries1-0/+1
2007-08-31coding style trivial fixGuillaume Desmottes1-2/+2
2007-08-29GabbleVCardManager: specify number of vcard items in edit calls, instead of N...Senko Rasic1-2/+1