summaryrefslogtreecommitdiff
path: root/src/conn-contact-info.c
Commit message (Expand)AuthorAgeFilesLines
* conn-*: move to WockyNodeIterWill Thompson2012-01-311-29/+15
* Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson2012-01-261-4/+14
|\
| * Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-2/+2
| * ContactInfo: don't claim PHOTO is unknownWill Thompson2011-06-281-2/+12
* | Remove GabbleXmppError.Will Thompson2011-05-031-7/+7
|/
* contact-info: don't clobber the per-process array of vcard fields depending o...Jonny Lamb2011-03-101-4/+5
* contact-info: use g_boxed_free instead of g_ptr_array_freeJonny Lamb2011-03-101-1/+1
* contact-info: set Overwritten_By_Nickname for FN/NICKNAME as appropriateJonny Lamb2011-03-091-26/+37
* contact-info: stop emitting ContactInfoChanged twiceJonny Lamb2011-02-021-4/+2
* Check for connected connection or non-NULL vcard_manager before most usesSimon McVittie2010-11-051-2/+7
* Use telepathy-glib's code for ContactInfoSimon McVittie2010-06-081-27/+25
* conn-contact-info: Added ContactInfo /info contact-attribute support.Andre Moreira Magalhaes (andrunko)2010-05-181-0/+35
* gabble_connection_refresh_contact_info: invalidate cache before requesting re...Senko Rasic2010-05-141-0/+3
* Rename to WockyStanza, WockyNode and related changesSjoerd Simons2010-04-201-17/+17
* conn-contact-info: Implement RefreshContactInfo.Andre Moreira Magalhaes (andrunko)2010-04-141-0/+53
* conn-contact-info: GetContactInfo should only return cached data and not requ...Andre Moreira Magalhaes (andrunko)2010-04-141-14/+0
* Updated Connection_Interface_Contact_Info.xml and implementation according to...Andre Moreira Magalhaes (andrunko)2010-04-141-1/+1
* gabble_connection_set_contact_info: reject vCard fields not supported by the ...Simon McVittie2010-03-011-0/+9
* _create_contact_field_extended: remove unnecessary copy/free cycleSimon McVittie2010-03-011-4/+4
* _create_contact_field_extended: coding styleSimon McVittie2010-03-011-2/+3
* _insert_contact_field: remove unnecessary box/unbox operationsSimon McVittie2010-03-011-12/+5
* GabbleVCardManager: use a doubly-linked list for editsSimon McVittie2010-03-011-5/+5
* Remove now-unused variable empty_strvSimon McVittie2010-03-011-2/+0
* Flatten conn_contact_info_edit_add_type_params into conn_contact_info_new_editSimon McVittie2010-03-011-31/+24
* gabble_connection_set_contact_info: factor out appending edit_info to listSimon McVittie2010-03-011-13/+4
* gabble_connection_set_contact_info: inline _insert_edit_info, which no longer...Simon McVittie2010-03-011-42/+35
* gabble_connection_set_contact_info: avoid unnecessary dup/free of struct cont...Simon McVittie2010-03-011-33/+13
* conn_contact_info_edit_add_type_params: give a better debug message for entir...Simon McVittie2010-03-011-1/+7
* gabble_connection_set_contact_info: don't leak field name/params/values on errorSimon McVittie2010-03-011-5/+13
* gabble_connection_set_contact_info: fail on unrecognised type-parametersSimon McVittie2010-03-011-12/+52
* gabble_connection_set_contact_info: raise InvalidArgument for ("org", anythin...Simon McVittie2010-03-011-3/+4
* gabble_connection_set_contact_info: raise InvalidArgument on multi-valued fie...Simon McVittie2010-03-011-6/+9
* gabble_connection_set_contact_info: raise InvalidArgument on unknown vCard fi...Simon McVittie2010-03-011-14/+28
* conn_contact_info_build_supported_fields: set Parameters_Mandatory on every f...Simon McVittie2010-03-011-0/+10
* ContactInfo.SupportedFields: advertise the correct list of type-paramsSimon McVittie2010-03-011-1/+1
* Change VCardField->types to be a list of "type=xxx"Simon McVittie2010-03-011-26/+59
* Set a more limited ContactInfo.SupportedFields for Google connectionsSimon McVittie2010-03-011-12/+63
* ContactInfo: have a connection-specific value for SupportedFieldsSimon McVittie2010-03-011-2/+26
* conn-contact-info: avoid using assignments within expressionsSimon McVittie2010-02-251-3/+5
* conn-contact-info: improve coding style for comparisonsSimon McVittie2010-02-251-2/+2
* conn-contact-info: remove unnecessary castsSimon McVittie2010-02-251-2/+2
* conn-contact-info: improve indentation/spacingSimon McVittie2010-02-251-19/+27
* conn-contact-info: document moreSimon McVittie2010-02-251-0/+3
* After a SetContactInfo, fix a missing nickname if necessarySimon McVittie2010-02-251-0/+5
* gabble_vcard_manager_edit: remove the replace_vcard parameterSimon McVittie2010-02-251-1/+5
* conn-contact-info.c: express in terms of WockySimon McVittie2010-02-251-22/+22
* Update copyright years for ContactInfoSimon McVittie2010-02-251-2/+2
* Special-case the serialization of <ORG> into a vCardSimon McVittie2010-02-251-5/+31
* Special-case unserialization of <ORG> in vCardsSimon McVittie2010-02-251-1/+49
* Add a special case for LABEL in vCards, so it gets serialized correctlySimon McVittie2010-02-251-2/+37