summaryrefslogtreecommitdiff
path: root/src/conn-aliasing.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-8/+11
2012-05-30Use meta-headers for everythingSimon McVittie1-4/+3
2012-05-10Stop using tp_handle_ref/unrefXavier Claessens1-12/+0
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-2/+1
2012-01-31conn-aliasing: use <item> passed to ::changed handler.Will Thompson1-5/+2
2012-01-31Update Wocky submodule for PepService changesWill Thompson1-0/+1
2012-01-31_grab_nickname: use wocky_node_get_child_nsWill Thompson1-1/+1
2012-01-31Replace trivial uses of lm_message_node_get_child_with_namespaceWill Thompson1-2/+2
2012-01-31conn-*: move to WockyNodeIterWill Thompson1-5/+4
2012-01-27Remove LmHandlerResultWill Thompson1-3/+1
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-10/+10
2012-01-27Remove lm_message_get_[sub_]type.Will Thompson1-1/+2
2012-01-27Remove lm_message_build[_with_subtype]Will Thompson1-5/+6
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-2/+2
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-120/+250
2011-11-17Remove gabble_decode_jid in favour of wocky_decode_jid.Andre Moreira Magalhaes (andrunko)1-1/+2
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-4/+4
2011-09-16conn-aliasing: add a plural version of the nickname-update signal handlerMarco Barisione1-35/+61
2011-06-28Correctly clear our own alias when asked to.Will Thompson1-7/+21
2011-06-28Aliasing: handle SetAlias({contact: ''}) betterWill Thompson1-2/+54
2011-06-28Aliasing: split out cached remote alias lookupWill Thompson1-41/+74
2011-06-28Aliasing: remove a hateful g_hash_table_foreachWill Thompson1-51/+36
2011-06-21Look for better aliases if roster says name=jid.Will Thompson1-7/+26
2011-06-21Ignore empty name='' attributes on the roster.Will Thompson1-1/+1
2011-05-03Remove GabbleXmppError.Will Thompson1-14/+7
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-11/+11
2011-05-02use the new xmlns and xml:lang build tagsJonny Lamb1-1/+1
2010-11-05Check for connected connection or non-NULL vcard_manager before most usesSimon McVittie1-10/+16
2010-11-05aliasing: don't call into vCard manager if unconnectedSimon McVittie1-1/+9
2010-11-05gabble_vcard_manager_edit: forbid calling if not connectedSimon McVittie1-0/+2
2010-11-05gabble_do_pep_request: assert that @self is connected and has a request pipelineSimon McVittie1-1/+11
2010-11-05conn-aliasing: maybe_request_vcard: never initiate a request if disconnectedSimon McVittie1-2/+4
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