summaryrefslogtreecommitdiff
path: root/src/conn-aliasing.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-16/+18
2010-03-01GabbleVCardManager: use a doubly-linked list for editsSimon McVittie1-2/+2
2010-02-25After a SetContactInfo, fix a missing nickname if necessarySimon McVittie1-2/+6
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-2/+2
2009-12-11vcard-manager: Renamed gabble_vcard_manager_edit to gabble_vcard_manager_edit...Andre Moreira Magalhaes (andrunko)1-2/+2
2009-09-25conn-aliasing: rename location_nick_node_changed to pep_nick_node_changedGuillaume Desmottes1-2/+2
2009-09-25conn-aliasing: use WockyPepService APIGuillaume Desmottes1-21/+22
2009-09-25unregister pubsub event handlers when disposingGuillaume Desmottes1-2/+2
2009-09-25register pubsub event handlers in their componentGuillaume Desmottes1-4/+9
2009-09-25rename pubsub.[ch] to wocky-pubsub.[ch]Guillaume Desmottes1-1/+1
2009-09-25pass a jid instead of a handle to pubsub handlersGuillaume Desmottes1-1/+11
2009-09-03make gabble_decode_jid() return a booleanDafydd Harries1-2/+2
2009-08-20keep a ref to the handle for the lifetime of a PEP requestDafydd Harries1-1/+28
2009-07-13conn-aliasing.c: gabble_do_pep_request: set the type of the IQ queryGuillaume Desmottes1-0/+1
2009-06-29conn-aliasing.c: use node iteration wrappersDafydd Harries1-4/+5
2009-05-19Don't crash on an empty <nick/> node.Will Thompson1-3/+12
2009-05-04Fix comments about (const gchar **) castWill Thompson1-2/+3
2009-04-25Simplify _gabble_connection_get_cached_aliasWill Thompson1-52/+31
2009-04-25Make GetAliases etc fall back to the full JIDWill Thompson1-17/+10
2009-02-27conn-aliasing: nick_publish_msg_reply_cb: wrap debug code in #ifdef ENABLE_DEBUGSimon McVittie1-0/+2
2009-02-08connection etc.: use GUINT_TO_POINTER for handlesSimon McVittie1-1/+1
2009-02-08conn-aliasing: use GPOINTER_TO_UINT instead of TO_INT for handlesSimon McVittie1-2/+2
2009-02-03Update branch messages to masterWill Thompson1-1/+1
2008-11-06stop to use g_warning and use DEBUG insteadGuillaume Desmottes1-1/+1
2008-11-05gabble_xmpp_error_from_node: extract type attribute from <error>Will Thompson1-1/+2
2008-10-22conn-aliasing: remove an unnecessary castSimon McVittie1-2/+1
2008-10-22GetAliases: don't leak a hash table if handles are invalidSimon McVittie1-2/+4
2008-09-10Set a handle's alias in the roster so that vCards aren't fetched on every con...Jonny Lamb1-0/+6
2008-08-18conn-aliasing: Make the function identation style consistentSjoerd Simons1-6/+8
2008-08-18conn-aliasing: Fix the ordering of the includesSjoerd Simons1-1/+1
2008-08-18Fix small bugs found by make checkSjoerd Simons1-2/+2
2008-08-18Update for the last tp-glib contacts api changesSjoerd Simons1-1/+1
2008-08-12Implement GetAliasesSjoerd Simons1-20/+83
2008-08-12conn-aliasing: s/_get_contact_attributes/_fill_contact_attributes for more co...Sjoerd Simons1-2/+2
2008-08-12conn-aliasing: Fix typoSjoerd Simons1-1/+1
2008-07-29Add aliasing support for the Contacts interfaceSjoerd Simons1-31/+128
2008-07-22conn-aliasing: use telepathy-glib GTypesSimon McVittie1-5/+3
2008-07-21tidy up include styleDafydd Harries1-4/+3
2008-07-21make config.h the first include in every fileDafydd Harries1-0/+1
2008-07-18enure pointer casts have a space after themDafydd Harries1-4/+4
2008-07-14rename gabble-connection.h to connection.hDafydd Harries1-1/+1
2007-09-25RequestAliases: ref the handles we're getting aliases for for the duration of...Dafydd Harries1-0/+11
2007-09-25gabble_connection_request_aliases(): fixed LmConnection ref leakSenko Rasic1-0/+2
2007-09-25conn-aliasing.c: plug leak of PEP request arrayDafydd Harries1-0/+1
2007-09-06Inline gabble_conn_aliasing_get_cached_pep_alias into its only caller, which ...Simon McVittie1-19/+3
2007-09-06Move _gabble_connection_get_cached_alias to conn-aliasing.cSimon McVittie1-0/+127
2007-09-06Move connection_nickname_update_cb to conn-aliasing.cSimon McVittie1-1/+76
2007-09-06[cosmetic] newline before blockSimon McVittie1-0/+1
2007-09-06conn-aliasing: [cosmetic] avoid complicated assign-on-declareSimon McVittie1-4/+6