summaryrefslogtreecommitdiff
path: root/src/conn-aliasing.c
Commit message (Expand)AuthorAgeFilesLines
* Update Wocky snapshot for One Big Header.Will Thompson2012-02-061-2/+1
* conn-aliasing: use <item> passed to ::changed handler.Will Thompson2012-01-311-5/+2
* Update Wocky submodule for PepService changesWill Thompson2012-01-311-0/+1
* _grab_nickname: use wocky_node_get_child_nsWill Thompson2012-01-311-1/+1
* Replace trivial uses of lm_message_node_get_child_with_namespaceWill Thompson2012-01-311-2/+2
* conn-*: move to WockyNodeIterWill Thompson2012-01-311-5/+4
* Remove LmHandlerResultWill Thompson2012-01-271-3/+1
* Delete LmMessage{,Type,SubType} typedefsWill Thompson2012-01-271-10/+10
* Remove lm_message_get_[sub_]type.Will Thompson2012-01-271-1/+2
* Remove lm_message_build[_with_subtype]Will Thompson2012-01-271-5/+6
* Expunge lm_message_ref and lm_message_unref.Will Thompson2012-01-261-2/+2
* Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson2012-01-261-120/+250
|\
| * Remove gabble_decode_jid in favour of wocky_decode_jid.Andre Moreira Magalhaes (andrunko)2011-11-171-1/+2
| * Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-4/+4
| * conn-aliasing: add a plural version of the nickname-update signal handlerMarco Barisione2011-09-161-35/+61
| * Correctly clear our own alias when asked to.Will Thompson2011-06-281-7/+21
| * Aliasing: handle SetAlias({contact: ''}) betterWill Thompson2011-06-281-2/+54
| * Aliasing: split out cached remote alias lookupWill Thompson2011-06-281-41/+74
| * Aliasing: remove a hateful g_hash_table_foreachWill Thompson2011-06-281-51/+36
| * Look for better aliases if roster says name=jid.Will Thompson2011-06-211-7/+26
| * Ignore empty name='' attributes on the roster.Will Thompson2011-06-211-1/+1
* | Remove GabbleXmppError.Will Thompson2011-05-031-14/+7
* | stop using LmMessageNode wrapperJonny Lamb2011-05-021-11/+11
* | use the new xmlns and xml:lang build tagsJonny Lamb2011-05-021-1/+1
|/
* Check for connected connection or non-NULL vcard_manager before most usesSimon McVittie2010-11-051-10/+16
* aliasing: don't call into vCard manager if unconnectedSimon McVittie2010-11-051-1/+9
* gabble_vcard_manager_edit: forbid calling if not connectedSimon McVittie2010-11-051-0/+2
* gabble_do_pep_request: assert that @self is connected and has a request pipelineSimon McVittie2010-11-051-1/+11
* conn-aliasing: maybe_request_vcard: never initiate a request if disconnectedSimon McVittie2010-11-051-2/+4
* Rename to WockyStanza, WockyNode and related changesSjoerd Simons2010-04-201-16/+18
* GabbleVCardManager: use a doubly-linked list for editsSimon McVittie2010-03-011-2/+2
* After a SetContactInfo, fix a missing nickname if necessarySimon McVittie2010-02-251-2/+6
* Update copyright years for ContactInfoSimon McVittie2010-02-251-2/+2
* SetAliases: When connected to GTalk, set the FN instead of the NICKNAMESimon McVittie2010-02-251-2/+2
* vcard-manager: Renamed gabble_vcard_manager_edit to gabble_vcard_manager_edit...Andre Moreira Magalhaes (andrunko)2009-12-111-2/+2
* conn-aliasing: rename location_nick_node_changed to pep_nick_node_changedGuillaume Desmottes2009-09-251-2/+2
* conn-aliasing: use WockyPepService APIGuillaume Desmottes2009-09-251-21/+22
* unregister pubsub event handlers when disposingGuillaume Desmottes2009-09-251-2/+2
* register pubsub event handlers in their componentGuillaume Desmottes2009-09-251-4/+9
* rename pubsub.[ch] to wocky-pubsub.[ch]Guillaume Desmottes2009-09-251-1/+1
* pass a jid instead of a handle to pubsub handlersGuillaume Desmottes2009-09-251-1/+11
* make gabble_decode_jid() return a booleanDafydd Harries2009-09-031-2/+2
* keep a ref to the handle for the lifetime of a PEP requestDafydd Harries2009-08-201-1/+28
* conn-aliasing.c: gabble_do_pep_request: set the type of the IQ queryGuillaume Desmottes2009-07-131-0/+1
* conn-aliasing.c: use node iteration wrappersDafydd Harries2009-06-291-4/+5
* Don't crash on an empty <nick/> node.Will Thompson2009-05-191-3/+12
* Fix comments about (const gchar **) castWill Thompson2009-05-041-2/+3
* Simplify _gabble_connection_get_cached_aliasWill Thompson2009-04-251-52/+31
* Make GetAliases etc fall back to the full JIDWill Thompson2009-04-251-17/+10
* conn-aliasing: nick_publish_msg_reply_cb: wrap debug code in #ifdef ENABLE_DEBUGSimon McVittie2009-02-271-0/+2