summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-13Merge branch 'encryption'HEADmasterWill Thompson3-2/+3
2011-07-11test-debug: use ProxyWrapperWill Thompson1-10/+8
2011-07-11ProxyWrapper: add a sensible ‘no other interfaces’ defaultWill Thompson1-1/+1
2011-07-11Test Debug object's absence with --disable-debugWill Thompson1-5/+9
2011-07-11Merge branch 'debug-stubs'Will Thompson6-13/+25
2011-07-08Update Wocky for corresponding --disable-debug fixesWill Thompson1-0/+0
2011-07-08Define a static inline no-op DEBUG with --disable-debugWill Thompson5-13/+25
2011-07-07Merge branch 'extra-certificate-identities'Marco Barisione4-66/+174
2011-07-07server-tls-channel.py: test that gabble verify hostnamesMarco Barisione1-5/+81
2011-07-07Move the extra domains to trust from the TLS channel to the managerMarco Barisione2-48/+71
2011-07-07TLSManager: check the connection before the non-interactive verificationMarco Barisione1-13/+15
2011-07-07ServerTLSChannel: make reference_identities a GStrv and not a GPtrArrayMarco Barisione1-10/+13
2011-07-07Add an extra_identify argument to the TLS verification functionsMarco Barisione2-3/+7
2011-07-06test-debug.py: actually check that no debugging happensDavid Laban1-9/+18
2011-07-06Fix tp-yell includes being read from /usr/include instead of the submoduleVincent Penquerc'h1-1/+1
2011-07-06gibber: fix TCP connection establishment on WindowsThomas Flueeli3-8/+17
2011-07-06gibber: add workaround for GLib bug on WindowsThomas Flueeli1-1/+50
2011-07-06Set the DBus_Property flag on DecloakAutomaticallyWill Thompson1-1/+3
2011-06-28Merge branch 'more-alias-and-vcard-tweaks'Will Thompson6-132/+320
2011-06-28Fix Make dependencies for write-mgr-fileWill Thompson1-1/+1
2011-06-28Correctly clear our own alias when asked to.Will Thompson2-9/+41
2011-06-28gabbletest: fix expect_and_handle_[sg]et_vcardWill Thompson1-1/+2
2011-06-28test-set-alias: clean up vCard check.Will Thompson1-12/+12
2011-06-28Test setting our own alias via PEPWill Thompson1-1/+13
2011-06-28Aliasing: handle SetAlias({contact: ''}) betterWill Thompson3-11/+123
2011-06-28Aliasing: split out cached remote alias lookupWill Thompson1-41/+74
2011-06-28test-save-alias-to-roster: ack and echo roster pushesWill Thompson1-14/+17
2011-06-28Aliasing: remove a hateful g_hash_table_foreachWill Thompson1-51/+36
2011-06-28ContactInfo: don't claim PHOTO is unknownWill Thompson1-2/+12
2011-06-27Enable require-encryption by defaultWill Thompson2-1/+2
2011-06-24Merge remote-tracking branch 'origin/master'Will Thompson0-0/+0
2011-06-24Bump version to 0.13.2.1Will Thompson2-1/+4
2011-06-24Version 0.13.2Will Thompson2-3/+6
2011-06-24Merge branch 'telepathy-gabble-0.12'Will Thompson10-46/+152
2011-06-24bump version to 0.12.3.1Will Thompson2-1/+4
2011-06-24Version 0.12.3Will Thompson1-2/+2
2011-06-24NEWS for 0.12.3Will Thompson1-1/+28
2011-06-24FTChannel: don't assert about handle-type in setterWill Thompson1-5/+2
2011-06-24Honor NOCONFIGURE for compatibility with gnome-autogen.shColin Walters1-10/+15
2011-06-24Merge branch 'telepathy-gabble-0.12'Will Thompson7-31/+111
2011-06-24Merge branch 'fd.o-38603-initial-contact-presence' into telepathy-gabble-0.12Will Thompson7-31/+111
2011-06-24Cite fd.o#38603 (presence-before-roster doesn't work)Will Thompson1-1/+6
2011-06-24Roster: don't emit presence updates for available contactsWill Thompson2-7/+17
2011-06-24initial-contact-presence: reduce duplication of presencesWill Thompson1-12/+15
2011-06-24GabblePresence: start in state UnknownWill Thompson3-7/+17
2011-06-24PresenceCache: discard UNKNOWN presences in maybe_removeWill Thompson2-10/+36
2011-06-24Presence: debug GabblePresenceId names where possibleWill Thompson2-11/+27
2011-06-24Build GEnum/GFlags for enums in connection.hWill Thompson2-2/+5
2011-06-24initial-contact-presence: split expect from assertionWill Thompson1-3/+10
2011-06-21Merge branch 'telepathy-gabble-0.12'Will Thompson6-78/+165