summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-23connection: use new wocky_porter_close_async behaviourcloseJonny Lamb1-50/+4
2011-03-14start on 0.11.9Jonny Lamb2-2/+11
2011-03-14version 0.11.8Jonny Lamb2-3/+3
2011-03-14NEWS: updateJonny Lamb1-0/+3
2011-03-14configure.ac: add a dummy --enable-gtk-doc flagJonny Lamb1-0/+6
2011-03-14telepathy.am: update to latest version from tp-glibJonny Lamb1-1/+6
2011-03-10Merge branch 'register-handler-from'Will Thompson13-44/+150
2011-03-10NEWS for Wocky updateWill Thompson1-0/+11
2011-03-10Update Wocky snapshot for wocky_porter_register_handler changesWill Thompson7-41/+24
2011-03-10mail-notification test: fix sender in new-mail pushWill Thompson1-2/+2
2011-03-10Roster: respond to malicious pushes we drop.Will Thompson4-2/+61
2011-03-10roster: test handling pushes without id='' attribute.Will Thompson3-1/+54
2011-03-10contact-info: don't clobber the per-process array of vcard fields depending o...Jonny Lamb1-4/+5
2011-03-10contact-info: use g_boxed_free instead of g_ptr_array_freeJonny Lamb1-1/+1
2011-03-09vcard/supported-fields.py: test for Overwritten_By_Nickname flagJonny Lamb2-22/+24
2011-03-09contact-info: set Overwritten_By_Nickname for FN/NICKNAME as appropriateJonny Lamb1-26/+37
2011-03-02add Message.MessageTypes as a immutable propertyGuillaume Desmottes2-0/+2
2011-02-28gitmodules: update submodule URLsJonny Lamb1-2/+2
2011-02-25GabbleRoster: verify that the item is not NULL in _maybe_removeMarco Barisione1-0/+1
2011-02-25GabbleRosterItem: fix the use of an uninitialised variableMarco Barisione1-1/+1
2011-02-25GabbleRoster: fix a leak of a GPtrArray when getting a contact's groupsMarco Barisione1-1/+1
2011-02-18Start NEWS for 0.11.8telepathy-gabble-0.9.10Will Thompson1-0/+8
2011-02-18Merge branch 'go-forth-and-spam-no-more'Will Thompson3-116/+257
2011-02-17server-tls-channel.py: don't use "with" as we depend only on Python 2.5Marco Barisione1-2/+8
2011-02-16Bump nano-version to 0.11.7.1Will Thompson1-1/+1
2011-02-16Version 0.11.7telepathy-gabble-0.11.7Will Thompson2-3/+3
2011-02-16NEWS for 0.11.7Will Thompson1-0/+10
2011-02-16Add commentary for jingleinfo spoofing regression testWill Thompson1-2/+7
2011-02-16Try spoofing a google:jingleinfo querySjoerd Simons1-3/+25
2011-02-16Ignore google:jingleinfo pushes from contacts.Will Thompson1-0/+16
2011-02-14NEWS for jabber:iq:versionWill Thompson1-0/+3
2011-02-14Merge branch 'version'Will Thompson6-105/+125
2011-02-14Add a test for jabber:iq:versionWill Thompson3-0/+39
2011-02-14connection: add support for jabber:iq:version (XEP-0092)Robert McQueen3-0/+31
2011-02-14connection: port IQ callbacks to WockyRobert McQueen1-106/+56
2011-02-14gabble: remove old caps caches now that they're in WockyJonny Lamb1-0/+20
2011-02-08lib/ext/: install and uninstall both wocky *and* tp-yell where appropriateJonny Lamb1-0/+2
2011-02-07plugins: stop talking about top_gabbledir, whatever that isJonny Lamb1-1/+1
2011-02-07test-location: add fixmes for cache invalidation.Will Thompson1-0/+4
2011-02-07Location: implement RequestLocation.Will Thompson2-3/+147
2011-02-06Map WockyXmppConnectionError to TpError.Will Thompson1-0/+23
2011-02-06Location: make update_location_from_msg take a handleWill Thompson1-5/+4
2011-02-06Location: better document location dictionary refcountingWill Thompson1-0/+8
2011-02-06Location: don't poll for people's locations.Will Thompson2-87/+47
2011-02-06Location: simplify contact attribute implementation.Will Thompson2-16/+9
2011-02-06Location: simplify contact attribute test caseWill Thompson1-9/+19
2011-02-06Merge branch 'caps'Jonny Lamb2-5/+6
2011-02-06tube-caps.py: everyone has text capsJonny Lamb1-4/+5
2011-02-06offline.py: don't let gabbletest connect for usJonny Lamb1-1/+1
2011-02-03Merge branch 'file-uri-33471'Guillaume Desmottes7-65/+26